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

Commit ad24414d 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

Change-Id: Ife6c221e1e4e8181d4aab763cf758751c4af7d2a
parents 2b38618a 44bfeeda
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
#