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

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

Change-Id: I4bd0d8b58e7fcbb76d3e6fbbd7b6b8514038248e
parents 665b0f9a d3610d69
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