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

Commit ee76fba9 authored by Anton Hansson's avatar Anton Hansson Committed by Gerrit Code Review
Browse files

Merge "Make android_test_helper_app support apex_available"

parents a7503367 3d2b6b45
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -752,6 +752,7 @@ func AndroidTestHelperAppFactory() android.Module {

	android.InitAndroidMultiTargetsArchModule(module, android.DeviceSupported, android.MultilibCommon)
	android.InitDefaultableModule(module)
	android.InitApexModule(module)
	return module
}