summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorRajashekar Adi <radi@codeaurora.org>2018-04-24 15:02:57 +0530
committerDavid Ng <dave@codeaurora.org>2018-06-04 15:12:52 -0700
commit6d0ed950d1cdd6afd93b582960928b045742ad78 (patch)
tree7456febeec3ab9a835a4483cf471490005ebbf18 /Android.mk
parent2fd9c127563a9b64780340e3161f010377d9500f (diff)
downloadvendor_qcom_opensource_power-6d0ed950d1cdd6afd93b582960928b045742ad78.tar.gz
vendor_qcom_opensource_power-6d0ed950d1cdd6afd93b582960928b045742ad78.tar.bz2
vendor_qcom_opensource_power-6d0ed950d1cdd6afd93b582960928b045742ad78.zip
power: Fix for VNDK compliance issue
VNDK flag enablement for P upgrade Change-Id: I033c3d9c8a1ee1e7f52a6398ae989becd66d161e
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 6ca9ffa..087a9a8 100644
--- a/Android.mk
+++ b/Android.mk
@@ -9,6 +9,8 @@ include $(CLEAR_VARS)
LOCAL_MODULE_RELATIVE_PATH := hw
LOCAL_SHARED_LIBRARIES := liblog libcutils libdl libxml2
+LOCAL_HEADER_LIBRARIES += libutils_headers
+LOCAL_HEADER_LIBRARIES += libhardware_headers
LOCAL_SRC_FILES := power.c metadata-parser.c utils.c list.c hint-data.c powerhintparser.c
LOCAL_C_INCLUDES := external/libxml2/include \
external/icu/icu4c/source/common