Set flag when using sdk tools in place
New version of build/ execute the tools from prebuilts/sdk/tools in place, old versions copy them to $(HOST_OUT_EXECUTABLES). build/ and prebuilts/sdk often use mixed versions, set a flag that prebuilts/sdk/tools/Android.mk can use to determine when it is using an old build/ directory. Change-Id: Iad2f96c35203fd3b0976946d229bfa8ab4acb150
This commit is contained in:
parent
c36a9760e1
commit
d3f3ab77fd
1 changed files with 2 additions and 0 deletions
|
@ -406,6 +406,8 @@ BCC_COMPAT := $(HOST_OUT_EXECUTABLES)/bcc_compat
|
|||
DX := $(HOST_OUT_EXECUTABLES)/dx
|
||||
MAINDEXCLASSES := $(HOST_OUT_EXECUTABLES)/mainDexClasses
|
||||
|
||||
USE_PREBUILT_SDK_TOOLS_IN_PLACE := true
|
||||
|
||||
# Override the definitions above for unbundled and PDK builds
|
||||
ifneq (,$(TARGET_BUILD_APPS)$(filter true,$(TARGET_BUILD_PDK)))
|
||||
prebuilt_sdk_tools := prebuilts/sdk/tools
|
||||
|
|
Loading…
Reference in a new issue