summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJoe Onorato <joeo@google.com>2012-08-17 04:34:06 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-08-17 04:34:06 -0700
commit763c080198655782cc5700d6f53cce330ab7e008 (patch)
treedbc90f6ebaf2e32b75128af4597ecfa9697c815b /core
parentfab83a3d62b8652ccdb5ddadc8a6a3f3bf0edf20 (diff)
parent687bde38891b6aa3796f52721d7498436ab45330 (diff)
downloadbuild-763c080198655782cc5700d6f53cce330ab7e008.zip
build-763c080198655782cc5700d6f53cce330ab7e008.tar.gz
build-763c080198655782cc5700d6f53cce330ab7e008.tar.bz2
am 687bde38: Merge "Add all the host tools to the list of prerequisites for the SDK."
* commit '687bde38891b6aa3796f52721d7498436ab45330': Add all the host tools to the list of prerequisites for the SDK.
Diffstat (limited to 'core')
-rw-r--r--core/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/Makefile b/core/Makefile
index 17f45cf..d9f9a25 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -1406,7 +1406,8 @@ deps := \
$(atree_dir)/sdk.atree \
$(sdk_tools_atree_files) \
$(HOST_OUT_EXECUTABLES)/atree \
- $(HOST_OUT_EXECUTABLES)/line_endings
+ $(ALL_HOST_INSTALLED_FILES) \
+ $(HOST_OUT_EXECUTABLES)/line_endings
INTERNAL_SDK_TARGET := $(sdk_dir)/$(sdk_name).zip
$(INTERNAL_SDK_TARGET): PRIVATE_NAME := $(sdk_name)