Merge "Workaround for USE_D8 not in --dumpvars-mode"
am: 44bfeedaa3
Change-Id: Ife6c221e1e4e8181d4aab763cf758751c4af7d2a
This commit is contained in:
commit
ad24414dae
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue