summaryrefslogtreecommitdiff
path: root/demos
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 /demos
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 'demos')
-rw-r--r--demos/Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/Android.mk b/demos/Android.mk
index 90d8b37d..1f50fdcb 100644
--- a/demos/Android.mk
+++ b/demos/Android.mk
@@ -16,7 +16,8 @@ LOCAL_CFLAGS += -std=gnu99
# Excessive complaining for established cases. Rely on the Linux version warnings.
LOCAL_CFLAGS += -Wno-sign-compare
-LOCAL_C_INCLUDES = $(LOCAL_PATH)/../lib
+LOCAL_C_INCLUDES = $(LOCAL_PATH)/../lib \
+ $(LOCAL_PATH)/../lib/stubs/drm/
LOCAL_MODULE := intel_sprite_on