diff options
author | Ying Wang <wangying@google.com> | 2014-02-18 14:29:59 -0800 |
---|---|---|
committer | Ying Wang <wangying@google.com> | 2014-02-18 14:33:25 -0800 |
commit | 0c0a4ce8f4c40b47d34774c7f36c80ae7f8082fc (patch) | |
tree | f54d484f81660cded8705899b8956ab9cda5592b /core | |
parent | 6ca56b6ae761edb79eed5e7df158204efa6dd26c (diff) | |
download | build-0c0a4ce8f4c40b47d34774c7f36c80ae7f8082fc.zip build-0c0a4ce8f4c40b47d34774c7f36c80ae7f8082fc.tar.gz build-0c0a4ce8f4c40b47d34774c7f36c80ae7f8082fc.tar.bz2 |
Remove the default sdk.atree if custom one is set.
Change-Id: I5d20b030db5ef29d7ff6eb64a0a1e11a4283e85d
Diffstat (limited to 'core')
-rw-r--r-- | core/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/Makefile b/core/Makefile index 6956c22..7089f6d 100644 --- a/core/Makefile +++ b/core/Makefile @@ -1554,7 +1554,6 @@ endif sdk_atree_files := \ $(atree_dir)/sdk.exclude.atree \ - $(atree_dir)/sdk.atree \ $(atree_dir)/sdk-$(HOST_OS)-$(HOST_ARCH).atree \ $(sdk_tools_atree_files) @@ -1583,7 +1582,7 @@ deps := \ $(INSTALLED_SDK_BUILD_PROP_TARGET) \ $(INSTALLED_BUILD_PROP_TARGET) \ $(ATREE_FILES) \ - $(atree_dir)/sdk.atree \ + $(sdk_atree_files) \ $(sdk_tools_atree_files) \ $(HOST_OUT_EXECUTABLES)/atree \ $(HOST_OUT_EXECUTABLES)/line_endings |