Merge "Add list of all fonts shipped" into lmp-dev

This commit is contained in:
Deepanshu Gupta 2014-08-12 22:57:03 +00:00 committed by Android (Google) Code Review
commit d69f44efbe
1 changed files with 1 additions and 0 deletions

View File

@ -1682,6 +1682,7 @@ $(INTERNAL_SDK_TARGET): $(deps)
fi; \
done; \
if [ $$FAIL ]; then exit 1; fi
$(hide) echo $(notdir $(SDK_FONT_DEPS)) | tr " " "\n" > $(SDK_FONT_TEMP)/fontsInSdk.txt
$(hide) ( \
ATREE_STRIP="strip -x" \
$(HOST_OUT_EXECUTABLES)/atree \