mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-16 06:09:25 +00:00
13 lines
208 B
Plaintext
13 lines
208 B
Plaintext
build = ["Android.sources.bp"]
|
|
|
|
cc_library_shared {
|
|
name: "libdrm_omap",
|
|
defaults: [
|
|
"libdrm_defaults",
|
|
"libdrm_omap_sources",
|
|
],
|
|
vendor: true,
|
|
|
|
shared_libs: ["libdrm"],
|
|
}
|