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

Commit 3f2845d2 authored by Jaewoong Jung's avatar Jaewoong Jung Committed by Gerrit Code Review
Browse files

Merge "Make android_app_import multi targets arch module."

parents 38b2a860 6abfbf7f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1614,7 +1614,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