android: Use local i915_drm.h rather than the system one.

Fixes: 2d26c99933 (intel: devinfo: meson: include drm uapi)
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Tested-by: Clayton Craft <clayton.a.craft@intel.com>
This commit is contained in:
Kenneth Graunke
2018-03-23 09:37:43 -07:00
parent e31d5bd2f9
commit 90f556f0b1
+2
View File
@@ -29,6 +29,8 @@ LOCAL_MODULE := libmesa_intel_dev
LOCAL_MODULE_CLASS := STATIC_LIBRARIES
LOCAL_C_INCLUDES := $(MESA_TOP)/include/drm-uapi
LOCAL_SRC_FILES := $(DEV_FILES)
include $(MESA_COMMON_MK)