Home | History | Annotate | Download | only in omap
      1 build = ["Android.sources.bp"]
      2 
      3 cc_library_shared {
      4     name: "libdrm_omap",
      5     defaults: [
      6         "libdrm_defaults",
      7         "libdrm_omap_sources",
      8     ],
      9     vendor: true,
     10 
     11     shared_libs: ["libdrm"],
     12 }
     13