forked from openkylin/platform_build
Workaround for USE_D8 not in --dumpvars-mode
Bug: 68406220 Test: m checkbuild && USE_D8=false m checkbuild Change-Id: Ia9916fb69b22449ff9eadd334f135807d999276f
This commit is contained in:
parent
dee5abd85a
commit
65168a4143
|
@ -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 New Issue