commit | 6fac550603438fa495a797037f7faa43bd85305a | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Fri Jun 01 23:58:15 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Jun 01 23:58:15 2018 +0000 |
tree | edd75b55c0647bb5f9b90a36607d2929681d9b20 | |
parent | 7ac56836a1e603e202236c68dfe5cbff525373f0 [diff] | |
parent | 6f57b2889d88d71c70c4677e2fd1e06d17a9a3db [diff] |
Merge "Use hermetic `strip` for atree"
diff --git a/core/Makefile b/core/Makefile index 252bd22..8c54470 100644 --- a/core/Makefile +++ b/core/Makefile
@@ -3233,7 +3233,7 @@ if [ $$FAIL ]; then exit 1; fi $(hide) echo $(notdir $(SDK_FONT_DEPS)) | tr " " "\n" > $(SDK_FONT_TEMP)/fontsInSdk.txt $(hide) ( \ - ATREE_STRIP="strip -x" \ + ATREE_STRIP="$(HOST_STRIP) -x" \ $(HOST_OUT_EXECUTABLES)/atree \ $(addprefix -f ,$(PRIVATE_INPUT_FILES)) \ -m $(PRIVATE_DEP_FILE) \