Home | History | Annotate | Download | only in rockchip
      1 cc_library_shared {
      2     name: "libdrm_rockchip",
      3     vendor: true,
      4     shared_libs: ["libdrm"],
      5 
      6     srcs: ["rockchip_drm.c"],
      7 
      8     cflags: [
      9         "-DHAVE_LIBDRM_ATOMIC_PRIMITIVES=1",
     10         "-Wall",
     11         "-Werror",
     12     ],
     13 }
     14