diff options
author | Raphael Moll <ralf@android.com> | 2012-06-07 12:26:08 -0700 |
---|---|---|
committer | android code review <noreply-gerritcodereview@google.com> | 2012-06-07 12:26:08 -0700 |
commit | e375c940b9210ea514227b0ee8cfb896d7f11d93 (patch) | |
tree | e54e518abab96d8c646764e26397c15c21aae4d2 /core | |
parent | 4b030617e74405779c657b98fa2b2e521adf4908 (diff) | |
parent | ec5fe91ead27bf4bfb4e728222ac6d475f04a18b (diff) | |
download | build-e375c940b9210ea514227b0ee8cfb896d7f11d93.zip build-e375c940b9210ea514227b0ee8cfb896d7f11d93.tar.gz build-e375c940b9210ea514227b0ee8cfb896d7f11d93.tar.bz2 |
Merge "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 e136c45..74883d4 100644 --- a/core/Makefile +++ b/core/Makefile @@ -1447,6 +1447,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) \ |