summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorRaphael Moll <ralf@android.com>2012-06-07 13:08:58 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-06-07 13:08:58 -0700
commit748f9e3804834610a59081db4c2952dcb7ee00d4 (patch)
tree986d36e2d796fa7e0c5c5f0ab84e244a094e6755 /core
parentf1e424a63658eb15ba61ca2eb8f0df38733188fe (diff)
parentb53a073ddb3a5036f41ea2956792991b7a46da02 (diff)
downloadbuild-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/Makefile1
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) \