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

Commit d297b77e authored by Martin Stjernholm's avatar Martin Stjernholm Committed by Gerrit Code Review
Browse files

Merge "Fix duplicate install targets from sdk variants in --skip-make mode."

parents a82ad479 02229a2c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -43,6 +43,7 @@ func sdkMutator(ctx android.BottomUpMutatorContext) {

			if ctx.Config().UnbundledBuild() {
				modules[0].(*Module).Properties.HideFromMake = true
				modules[0].(*Module).Properties.PreventInstall = true
			} else {
				modules[1].(*Module).Properties.SdkAndPlatformVariantVisibleToMake = true
				modules[1].(*Module).Properties.PreventInstall = true