forked from openkylin/platform_build
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:
parent
aea79fa207
commit
465b17fc3c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue