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

Commit baf8c3a8 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 f39f6a47 243688ea
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