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

Commit dbe73736 authored by Jiyong Park's avatar Jiyong Park Committed by android-build-merger
Browse files

fix: APEX prebuilts are disabled in platform build am: 895e224d am: eeebdfc6

am: 02356eb9

Change-Id: I053ea3a0a2c55be7b461d1c995ef8aee23409fb2
parents 636ecfce 02356eb9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1443,7 +1443,7 @@ func (p *Prebuilt) DepsMutator(ctx android.BottomUpMutatorContext) {

	// Force disable the prebuilts when we are doing unbundled build. We do unbundled build
	// to build the prebuilts themselves.
	forceDisable = forceDisable || !ctx.Config().UnbundledBuild()
	forceDisable = forceDisable || ctx.Config().UnbundledBuild()

	// b/137216042 don't use prebuilts when address sanitizer is on
	forceDisable = forceDisable || android.InList("address", ctx.Config().SanitizeDevice()) ||