From 465b17fc3ce9d57c11842de8b04024503cf9de4f Mon Sep 17 00:00:00 2001 From: Vijay Venkatraman Date: Thu, 2 Mar 2017 11:47:33 -0800 Subject: [PATCH] Fix for compile error when BUILD_HEADER_LIBRARY is used Test: include $(BUILD_HEADER_LIBRARY) in Android.mk and compile Change-Id: If720be2d73b1c026961c75b65d82887b5dd41442 --- core/definitions.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/definitions.mk b/core/definitions.mk index 56176cafd..2e1f38b71 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