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