diff options
author | Raphael Moll <ralf@android.com> | 2012-06-06 19:33:31 -0700 |
---|---|---|
committer | Raphael Moll <ralf@android.com> | 2012-06-06 23:39:47 -0700 |
commit | ec5fe91ead27bf4bfb4e728222ac6d475f04a18b (patch) | |
tree | 232115d14068019bd80f32ca16351ca0dc79be87 /core | |
parent | 47450542a3d07eb79c80035c701638b1f07eb1c0 (diff) | |
download | build-ec5fe91ead27bf4bfb4e728222ac6d475f04a18b.zip build-ec5fe91ead27bf4bfb4e728222ac6d475f04a18b.tar.gz build-ec5fe91ead27bf4bfb4e728222ac6d475f04a18b.tar.bz2 |
SDK: Use "strip -x" for atree.
Also fixes atree to accept an alternate command via the env var ATREE_STRIP
and correctly splits it for execvp if it contains arguments.
Change-Id: I8691bdc569bea3dddfde6249217dc305b6ef19f7
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) \ |