OSDN Git Service

minigbm: Update Android.mk to export the include path
[android-x86/external-minigbm.git] / Android.mk
index c80b7d4..9169cef 100644 (file)
@@ -81,6 +81,7 @@ LOCAL_STATIC_LIBRARIES := libdrm
 
 LOCAL_SRC_FILES += $(MINIGBM_SRC) gbm.c gbm_helpers.c
 
+LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)
 LOCAL_CFLAGS := $(MINIGBM_CFLAGS)
 LOCAL_CPPFLAGS := $(MINIGBM_CPPFLAGS)