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

Commit 243688ea authored by Jaewoong Jung's avatar Jaewoong Jung
Browse files

Make android_app_import multi targets arch module.

This makes it consistent with android_app. Also, most android_app_import
modules with JNI libs target a single arch.

Test: TreeHugger
Bug: 154281342
Change-Id: I5bbb2d2b733bbd6b868898285683ba5ff45be10b
parent 4b25e319
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1392,7 +1392,8 @@ func AndroidTestImportFactory() 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