mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 04:40:09 +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.
12 lines
243 B
Text
12 lines
243 B
Text
// Autogenerated with Android.sources.bp.mk
|
|
|
|
cc_defaults {
|
|
name: "libdrm_intel_sources",
|
|
srcs: [
|
|
"intel_bufmgr.c",
|
|
"intel_bufmgr_fake.c",
|
|
"intel_bufmgr_gem.c",
|
|
"intel_decode.c",
|
|
"mm.c",
|
|
],
|
|
}
|