diff options
author | Raphael Moll <ralf@android.com> | 2012-06-07 13:08:58 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2012-06-07 13:08:58 -0700 |
commit | 748f9e3804834610a59081db4c2952dcb7ee00d4 (patch) | |
tree | 986d36e2d796fa7e0c5c5f0ab84e244a094e6755 /core | |
parent | f1e424a63658eb15ba61ca2eb8f0df38733188fe (diff) | |
parent | b53a073ddb3a5036f41ea2956792991b7a46da02 (diff) | |
download | build-748f9e3804834610a59081db4c2952dcb7ee00d4.zip build-748f9e3804834610a59081db4c2952dcb7ee00d4.tar.gz build-748f9e3804834610a59081db4c2952dcb7ee00d4.tar.bz2 |
am b53a073d: am e375c940: Merge "SDK: Use "strip -x" for atree."
* commit 'b53a073ddb3a5036f41ea2956792991b7a46da02':
SDK: Use "strip -x" for atree.
Diffstat (limited to 'core')
-rw-r--r-- | core/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Makefile b/core/Makefile index 78b9f1e..f0b866a 100644 --- a/core/Makefile +++ b/core/Makefile @@ -1433,6 +1433,7 @@ $(INTERNAL_SDK_TARGET): $(deps) done; \ if [ $$FAIL ]; then exit 1; fi $(hide) ( \ + ATREE_STRIP="strip -x" \ $(HOST_OUT_EXECUTABLES)/atree \ $(addprefix -f ,$(PRIVATE_INPUT_FILES)) \ -m $(PRIVATE_DEP_FILE) \ |