Home | History | Annotate | Download | only in amdgpu
      1 build = ["Android.sources.bp"]
      2 
      3 cc_library_shared {
      4     name: "libdrm_amdgpu",
      5 
      6     cflags: [
      7 	"-DAMDGPU_ASIC_ID_TABLE=\"/vendor/etc/hwdata/amdgpu.ids\""
      8     ],
      9 
     10     defaults: [
     11         "libdrm_defaults",
     12         "libdrm_amdgpu_sources",
     13     ],
     14     vendor: true,
     15     shared_libs: ["libdrm"],
     16 }
     17