summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2017-04-17 16:30:05 -0700
committerSteven Moreland <smoreland@google.com>2017-04-17 16:30:05 -0700
commite7722d4e3fa8bee3e700cb2e33b72678a1cb1cc9 (patch)
treef1864967f737b9f9cf68167dc7de87d7e1210051
parent17d4579494ae7a539fd359985379a4d6d53e68e7 (diff)
downloadlibhardware-e7722d4e3fa8bee3e700cb2e33b72678a1cb1cc9.tar.gz
gralloc: fix dependencies
Test: works with BOARD_VNDK_VERSION := current Bug: 33241851 Change-Id: I145488dbf9b6e5257bee47920643c03c31eafbf4
-rw-r--r--modules/gralloc/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/gralloc/Android.mk b/modules/gralloc/Android.mk
index cdd8d075..ff5808db 100644
--- a/modules/gralloc/Android.mk
+++ b/modules/gralloc/Android.mk
@@ -28,6 +28,8 @@ LOCAL_SRC_FILES := \
framebuffer.cpp \
mapper.cpp
+LOCAL_HEADER_LIBRARIES := libhardware_headers
+
LOCAL_MODULE := gralloc.default
LOCAL_CFLAGS:= -DLOG_TAG=\"gralloc\" -Wno-missing-field-initializers
ifeq ($(TARGET_USE_PAN_DISPLAY),true)