summaryrefslogtreecommitdiff
path: root/lib/Android.mk
diff options
context:
space:
mode:
authorArkadiusz Hiler <arkadiusz.hiler@intel.com>2017-04-14 15:10:20 +0200
committerArkadiusz Hiler <arkadiusz.hiler@intel.com>2017-06-07 13:28:16 +0300
commit6047b01fc6faae5181c75c21e69117e71126064c (patch)
tree66046cfbbf97708bfde6c8312e2094073c7e7ca3 /lib/Android.mk
parent60c5bb538c5353259043f3136615c641711349d6 (diff)
Android.mk: Use drm stubs
Use drm stubs that sit under lib/stubs. Also drop strange, nonexistent additions to LOCAL_C_INCLUDES. Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com> Reviewed-by: Petri Latvala <petri.latvala@intel.com>
Diffstat (limited to 'lib/Android.mk')
-rw-r--r--lib/Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Android.mk b/lib/Android.mk
index 003ade51..31f88be7 100644
--- a/lib/Android.mk
+++ b/lib/Android.mk
@@ -17,8 +17,8 @@ LOCAL_GENERATED_SOURCES := \
$(IGT_LIB_PATH)/version.h \
$(GPU_TOOLS_PATH)/config.h
-LOCAL_C_INCLUDES += \
- $(LOCAL_PATH)/..
+LOCAL_C_INCLUDES += $(LOCAL_PATH)/.. \
+ $(LOCAL_PATH)/stubs/drm/
LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)