OSDN Git Service

libdrm: Android.mk: Add minimal Android platform check
[android-x86/external-libdrm.git] / Makefile.sources
index ab1172d..55290fe 100644 (file)
@@ -13,6 +13,7 @@ LIBDRM_FILES := \
        util_math.h
 
 LIBDRM_H_FILES := \
+       libsync.h \
        xf86drm.h \
        xf86drmMode.h
 
@@ -24,14 +25,21 @@ LIBDRM_INCLUDE_H_FILES := \
        include/drm/i915_drm.h \
        include/drm/mach64_drm.h \
        include/drm/mga_drm.h \
+       include/drm/msm_drm.h \
        include/drm/nouveau_drm.h \
        include/drm/qxl_drm.h \
        include/drm/r128_drm.h \
        include/drm/radeon_drm.h \
+       include/drm/amdgpu_drm.h \
        include/drm/savage_drm.h \
        include/drm/sis_drm.h \
        include/drm/tegra_drm.h \
-       include/drm/via_drm.h
+       include/drm/vc4_drm.h \
+       include/drm/via_drm.h \
+       include/drm/virtgpu_drm.h
+
+LIBDRM_INCLUDE_ANDROID_H_FILES := \
+       android/gralloc_handle.h
 
 LIBDRM_INCLUDE_VMWGFX_H_FILES := \
        include/drm/vmwgfx_drm.h