OSDN Git Service

Add framebuffer HAL implementation based on drm_framebuffer (v3)
[android-x86/external-minigbm.git] / Android.bp
index 63a50f7..2911e0a 100644 (file)
@@ -39,6 +39,7 @@ cc_defaults {
         "cros_gralloc/cros_gralloc_driver.cc",
         "cros_gralloc/cros_gralloc_helpers.cc",
         "cros_gralloc/gralloc0/gralloc0.cc",
+        "cros_gralloc/gralloc0/drm_framebuffer.c",
     ],
 
     cflags: [
@@ -47,7 +48,6 @@ cc_defaults {
         "-Wall",
         "-Wsign-compare",
         "-Wpointer-arith",
-        "-Wcast-qual",
         "-Wcast-align",
         "-Wno-unused-parameter",
     ],