summaryrefslogtreecommitdiff
path: root/libqdutils
diff options
context:
space:
mode:
authorNaseer Ahmed <naseer@codeaurora.org>2017-07-06 19:39:33 -0400
committerGerrit - the friendly Code Review server <code-review@localhost>2017-08-08 13:07:10 -0700
commit5bb9ca35250bb439f300a4e92dfe1deb15539685 (patch)
tree8e19690985e04183f59b4c7d96153d69ae164b9c /libqdutils
parent05a342ab83d6883260bbdcddfb78d0c2f8a71c5d (diff)
downloaddisplay-5bb9ca35250bb439f300a4e92dfe1deb15539685.tar.gz
qdutils: Add dependency on libhardware headers
Change-Id: I178e9fb8302f192aa1fc7487c18eab0ecf2e0e9a
Diffstat (limited to 'libqdutils')
-rw-r--r--libqdutils/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/libqdutils/Android.mk b/libqdutils/Android.mk
index 60efb3a0..5dac5810 100644
--- a/libqdutils/Android.mk
+++ b/libqdutils/Android.mk
@@ -8,6 +8,7 @@ LOCAL_MODULE_TAGS := optional
LOCAL_SHARED_LIBRARIES := $(common_libs) libbinder libqservice
LOCAL_C_INCLUDES := $(common_includes) $(kernel_includes)
LOCAL_HEADER_LIBRARIES := display_headers
+LOCAL_HEADER_LIBRARIES += libhardware_headers
LOCAL_CFLAGS := $(common_flags) -DLOG_TAG=\"qdutils\" -Wno-sign-conversion
LOCAL_ADDITIONAL_DEPENDENCIES := $(common_deps)
LOCAL_COPY_HEADERS_TO := $(common_header_export_path)