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

Commit d3610d69 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 am:...

Merge "Make android_app_import multi targets arch module." am: 3f2845d2 am: 13ead1de am: fad5874f am: 07a9285b

Change-Id: I41a9e857b7ae5f711a0dffaa250c622faff6bf57
parents 3c6e58ee 07a9285b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1628,7 +1628,8 @@ func AndroidAppImportFactory() android.Module {
	})

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

	return module