mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 02:20:15 +01:00
See build/soong/README.md for more information about Soong. Removes BOARD_GPU_DRIVERS, which wasn't affecting anything, since none of the HAVE_* macros are defined. Even if they were, we'd prefer to compile all of them so that a single library can support multiple boards.
15 lines
320 B
Text
15 lines
320 B
Text
// Autogenerated with Android.sources.bp.mk
|
|
|
|
cc_defaults {
|
|
name: "libdrm_amdgpu_sources",
|
|
srcs: [
|
|
"amdgpu_asic_id.c",
|
|
"amdgpu_bo.c",
|
|
"amdgpu_cs.c",
|
|
"amdgpu_device.c",
|
|
"amdgpu_gpu_info.c",
|
|
"amdgpu_vamgr.c",
|
|
"amdgpu_vm.c",
|
|
"handle_table.c",
|
|
],
|
|
}
|