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:
@@ -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
|
||||
|
Reference in New Issue
Block a user