forked from openkylin/platform_build
Merge "Set flag when using sdk tools in place" am: 41ee5fc07a
am: 11a87113ef
* commit '11a87113ef232c4f615a4c8df74dc28da17bec1e':
Set flag when using sdk tools in place
This commit is contained in:
commit
1398f9d30d
|
@ -412,6 +412,8 @@ BCC_COMPAT := $(HOST_OUT_EXECUTABLES)/bcc_compat
|
||||||
DX := $(HOST_OUT_EXECUTABLES)/dx
|
DX := $(HOST_OUT_EXECUTABLES)/dx
|
||||||
MAINDEXCLASSES := $(HOST_OUT_EXECUTABLES)/mainDexClasses
|
MAINDEXCLASSES := $(HOST_OUT_EXECUTABLES)/mainDexClasses
|
||||||
|
|
||||||
|
USE_PREBUILT_SDK_TOOLS_IN_PLACE := true
|
||||||
|
|
||||||
# Override the definitions above for unbundled and PDK builds
|
# Override the definitions above for unbundled and PDK builds
|
||||||
ifneq (,$(TARGET_BUILD_APPS)$(filter true,$(TARGET_BUILD_PDK)))
|
ifneq (,$(TARGET_BUILD_APPS)$(filter true,$(TARGET_BUILD_PDK)))
|
||||||
prebuilt_sdk_tools := prebuilts/sdk/tools
|
prebuilt_sdk_tools := prebuilts/sdk/tools
|
||||||
|
|
Loading…
Reference in New Issue