Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 13ead1de authored by Jaewoong Jung's avatar Jaewoong Jung Committed by Automerger Merge Worker
Browse files

Merge "Make android_app_import multi targets arch module." am: 3f2845d2

Change-Id: I978592ccca49ec6bdc1d99e22333eb06164e549d
parents 541d1002 3f2845d2
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -1614,7 +1614,8 @@ func AndroidAppImportFactory() android.Module {
	})
	})


	android.InitApexModule(module)
	android.InitApexModule(module)
	InitJavaModule(module, android.DeviceSupported)
	android.InitAndroidMultiTargetsArchModule(module, android.DeviceSupported, android.MultilibCommon)
	android.InitDefaultableModule(module)
	android.InitSingleSourcePrebuiltModule(module, &module.properties, "Apk")
	android.InitSingleSourcePrebuiltModule(module, &module.properties, "Apk")


	return module
	return module