17 lines
294 B
Text
17 lines
294 B
Text
|
build = ["Android.sources.bp"]
|
||
|
|
||
|
cc_library_shared {
|
||
|
name: "libdrm_amdgpu",
|
||
|
|
||
|
cflags: [
|
||
|
"-DAMDGPU_ASIC_ID_TABLE=\"/vendor/etc/hwdata/amdgpu.ids\""
|
||
|
],
|
||
|
|
||
|
defaults: [
|
||
|
"libdrm_defaults",
|
||
|
"libdrm_amdgpu_sources",
|
||
|
],
|
||
|
vendor: true,
|
||
|
shared_libs: ["libdrm"],
|
||
|
}
|