sync with OpenBSD -current
This commit is contained in:
parent
f3c6f98243
commit
4b49aefbb1
101 changed files with 911 additions and 672 deletions
14
lib/libdrm/tegra/Android.bp
Normal file
14
lib/libdrm/tegra/Android.bp
Normal file
|
@ -0,0 +1,14 @@
|
|||
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",
|
||||
],
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue