summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinay Verma <vvinay@codeaurora.org>2018-04-29 13:49:25 +0530
committerManaf Meethalavalappu Pallikunhi <manafm@codeaurora.org>2018-05-02 22:57:56 +0530
commit34f922d74a2e0bc81815785c49e7c8598a628647 (patch)
tree90b08735094ac972cc351653526c210904727c0f
parent9533ac51250ba25daf287d5f75440106227a35b8 (diff)
downloadthermal-34f922d74a2e0bc81815785c49e7c8598a628647.tar.gz
Fix VNDK Compilation Errors
VNDK restrictions enforces AOSP headers to be referenced through header library. Reference hardware header library for 'hardware/hardware.h'. Change-Id: Ia6abf3e9fedfa373be09c42c62b1860d8115019e
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index a522d56..c8725dd 100644
--- a/Android.mk
+++ b/Android.mk
@@ -36,7 +36,7 @@ ifeq ($(SUPPORT_THERMAL_HAL),)
LOCAL_SRC_FILES := thermal-default.c
endif
-LOCAL_HEADER_LIBRARIES := libutils_headers
+LOCAL_HEADER_LIBRARIES := libutils_headers libhardware_headers
LOCAL_SHARED_LIBRARIES := liblog libcutils
LOCAL_MODULE_TAGS := optional
LOCAL_CFLAGS := -Wno-unused-parameter