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

Commit 6abfbf7f authored by Jaewoong Jung's avatar Jaewoong Jung
Browse files

Make android_app_import multi targets arch module.

I made a mistake and only fixed android_test_import in my previous
change, I5bbb2d2b733bbd6b868898285683ba5ff45be10b.

Bug: 154281342
Test: TreeHugger
Test: chromium-webview
Change-Id: I1575d9ef3f8596f1eb8db0867db09de08945d711
parent 649dadfb
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1613,7 +1613,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