summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorTapani Pälli <tapani.palli@intel.com>2013-02-18 12:35:42 +0200
committerTapani Pälli <tapani.palli@intel.com>2013-02-18 12:40:19 +0200
commit25d22516a6eb0991e1b1ec25d25785daf7100eff (patch)
tree06771d1f100ddc0a6be90899e0894aa730fc160e /Android.mk
parent63c42637e4fc2b6a5691197b62ee15708c20761e (diff)
downloadexternal_drm_gralloc-25d22516a6eb0991e1b1ec25d25785daf7100eff.zip
external_drm_gralloc-25d22516a6eb0991e1b1ec25d25785daf7100eff.tar.gz
external_drm_gralloc-25d22516a6eb0991e1b1ec25d25785daf7100eff.tar.bz2
move drm_module_t to a hal private header
this way it can be accessed by hwcomposer module, which will be required to implement jellybean mr1 hooks. Change-Id: I68872243c30aee2d0eb76f38fe54efdea4862a66 Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 1b598aa..6acf057 100644
--- a/Android.mk
+++ b/Android.mk
@@ -151,6 +151,10 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := \
gralloc.c \
+LOCAL_C_INCLUDES := \
+ external/drm \
+ external/drm/include/drm \
+
LOCAL_SHARED_LIBRARIES := \
libgralloc_drm \
liblog \