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

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

am: b26af8af

Change-Id: I14744ab02e91aecaff666c3350cc5082db21404c
parents 365bb41b b26af8af
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -517,6 +517,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
#