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

Commit b26af8af authored by Alan Leung's avatar Alan Leung Committed by android-build-merger
Browse files

Merge "Workaround for USE_D8 not in --dumpvars-mode" am: 44bfeeda

am: ad24414d

Change-Id: Ifa370b15120411f813e15a4210f70ec3fc0b69d6
parents ed6f6bc2 ad24414d
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -516,6 +516,12 @@ endif

USE_PREBUILT_SDK_TOOLS_IN_PLACE := true

# Work around for b/68406220
# This should match the soong version.
ifndef USE_D8
  USE_D8 := true
endif

#
# Tools that are prebuilts for TARGET_BUILD_APPS
#