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