aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVijay Venkatraman <vijaykv@google.com>2017-03-03 04:10:49 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-03-03 04:10:50 +0000
commit69e8252aec6c4931e1cad428aaa2323e6bceb439 (patch)
tree09ec167109963f112f3e991f2a986948edcb1887
parent3e78704825b38836131dc8f24531baa03b9c9fb8 (diff)
parent465b17fc3ce9d57c11842de8b04024503cf9de4f (diff)
downloadbuild-69e8252aec6c4931e1cad428aaa2323e6bceb439.tar.gz
Merge "Fix for compile error when BUILD_HEADER_LIBRARY is used"
-rw-r--r--core/definitions.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/definitions.mk b/core/definitions.mk
index a179df4d0e..c45eaea0d8 100644
--- a/core/definitions.mk
+++ b/core/definitions.mk
@@ -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