summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2017-07-11 21:09:53 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2017-07-11 21:09:53 +0000
commitf85305714313f7f820270ca5e901ed2b0d2ac3f0 (patch)
treef8eaf51043153bb4993986549723c2681998b528
parentc3820f7b77ee76722fb3934813855b6166a806e2 (diff)
parent18db97ffa3aa4a6210e655451893db20f9c93a29 (diff)
downloadlibhardware-f85305714313f7f820270ca5e901ed2b0d2ac3f0.tar.gz
Merge "Build hwcomposer.default with the VNDK."
-rw-r--r--modules/hwcomposer/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/hwcomposer/Android.mk b/modules/hwcomposer/Android.mk
index da0f6db6..42b4e47d 100644
--- a/modules/hwcomposer/Android.mk
+++ b/modules/hwcomposer/Android.mk
@@ -23,6 +23,7 @@ LOCAL_MODULE_RELATIVE_PATH := hw
LOCAL_PROPRIETARY_MODULE := true
LOCAL_SHARED_LIBRARIES := liblog libEGL
LOCAL_SRC_FILES := hwcomposer.cpp
+LOCAL_HEADER_LIBRARIES := libhardware_headers
LOCAL_MODULE := hwcomposer.default
LOCAL_CFLAGS:= -DLOG_TAG=\"hwcomposer\"
LOCAL_MODULE_TAGS := optional