Merge "Use hermetic strip for atree"

am: 6fac550603

Change-Id: Ic409c00b49bfccd0cc74dcae5e2771c894e87763
This commit is contained in:
Dan Willemsen
2018-06-01 17:09:05 -07:00
committed by android-build-merger

View File

@@ -3233,7 +3233,7 @@ $(INTERNAL_SDK_TARGET): $(deps)
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) \