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

Commit 44bfeeda authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Workaround for USE_D8 not in --dumpvars-mode"

parents 7e85dd9d 65168a41
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
#