15 lines
254 B
Text
15 lines
254 B
Text
|
cc_library_shared {
|
||
|
name: "libdrm_tegra",
|
||
|
vendor: true,
|
||
|
shared_libs: ["libdrm"],
|
||
|
|
||
|
srcs: ["tegra.c"],
|
||
|
|
||
|
cflags: [
|
||
|
"-DHAVE_LIBDRM_ATOMIC_PRIMITIVES=1",
|
||
|
"-Wall",
|
||
|
"-Werror",
|
||
|
"-Wno-unused-variable",
|
||
|
],
|
||
|
}
|