Fix dependency for fontchain_lint
fontchain_lint scans directories in $(TARGET_OUT). There is no better target working as dependency than the system.img. Change-Id: I560b89f697e5ebd4f1e44a150f5af37996cf427e
This commit is contained in:
@@ -108,6 +108,6 @@ CHECK_EMOJI := true
|
||||
endif
|
||||
|
||||
.PHONY: fontchain_lint
|
||||
fontchain_lint: $(FONTCHAIN_LINTER) $(TARGET_OUT)/etc/fonts.xml
|
||||
fontchain_lint: $(FONTCHAIN_LINTER) $(TARGET_OUT)/etc/fonts.xml $(PRODUCT_OUT)/system.img
|
||||
PYTHONPATH=$$PYTHONPATH:external/fonttools/Lib \
|
||||
python $(FONTCHAIN_LINTER) $(TARGET_OUT) $(CHECK_EMOJI) external/unicode
|
||||
|
||||
Reference in New Issue
Block a user