OSDN Git Service

Add BO_USAGE_RENDERING to YUYV/VYUY formats
[android-x86/external-minigbm.git] / Android.mk
index c4798ad..26e8561 100644 (file)
@@ -13,7 +13,9 @@ SUBDIRS := cros_gralloc
 
 LOCAL_SHARED_LIBRARIES := \
        libcutils \
-       libdrm
+       liblog \
+       libdrm \
+       libsync
 
 LOCAL_SRC_FILES := \
        amdgpu.c \
@@ -24,6 +26,7 @@ LOCAL_SRC_FILES := \
        gma500.c \
        helpers.c \
        i915.c \
+       i915_private.c \
        marvell.c \
        mediatek.c \
        nouveau.c \
@@ -56,4 +59,4 @@ LOCAL_MODULE_CLASS := SHARED_LIBRARIES
 LOCAL_MODULE_SUFFIX := $(TARGET_SHLIB_SUFFIX)
 include $(BUILD_SHARED_LIBRARY)
 
-#endif
+endif