summaryrefslogtreecommitdiff
path: root/moorefield_hdmi/Android.mk
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2017-02-14 23:00:53 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2017-02-14 23:00:55 +0000
commit9585b7096baf0a2c7dc294ee7d0cab4fd6dc8e35 (patch)
tree1e81ddf9eb0d67254c4bb975b3b2b8db8245be71 /moorefield_hdmi/Android.mk
parenta65b73f7ceada366254fb2fd8fd4b9f24dc870f4 (diff)
parent7a141a8d91c694a65c0d191ef15f9c1e350263cf (diff)
downloadhwcomposer-9585b7096baf0a2c7dc294ee7d0cab4fd6dc8e35.tar.gz
Merge "Update the DDK interface and add support for gralloc1."
Diffstat (limited to 'moorefield_hdmi/Android.mk')
-rw-r--r--moorefield_hdmi/Android.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/moorefield_hdmi/Android.mk b/moorefield_hdmi/Android.mk
index fe6caa1..8903585 100644
--- a/moorefield_hdmi/Android.mk
+++ b/moorefield_hdmi/Android.mk
@@ -101,8 +101,10 @@ ifeq ($(TARGET_SUPPORT_HDMI_PRIMARY),true)
endif
LOCAL_COPY_HEADERS := \
- include/pvr/hal/hal_public.h \
- include/pvr/hal/img_gralloc_public.h
+ include/pvr/hal/img_gralloc.h \
+ include/pvr/hal/img_gralloc1.h \
+ include/pvr/hal/img_gralloc_common_public.h \
+ include/pvr/hal/hal_public.h
LOCAL_COPY_HEADERS_TO := pvr/hal
include $(BUILD_SHARED_LIBRARY)