You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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"], |
|
}
|
|
|