Fix for compile error when BUILD_HEADER_LIBRARY is used

Test: include $(BUILD_HEADER_LIBRARY) in Android.mk and compile
Change-Id: If720be2d73b1c026961c75b65d82887b5dd41442
This commit is contained in:
Vijay Venkatraman 2017-03-02 11:47:33 -08:00
parent aea79fa207
commit 465b17fc3c
1 changed files with 2 additions and 1 deletions

View File

@ -3144,7 +3144,8 @@ STATS.MODULE_TYPE := \
NOTICE_FILE \
HOST_DALVIK_JAVA_LIBRARY \
HOST_DALVIK_STATIC_JAVA_LIBRARY \
base_rules
base_rules \
HEADER_LIBRARY
$(foreach $(s),$(STATS.MODULE_TYPE),$(eval STATS.MODULE_TYPE.$(s) :=))
define record-module-type