13 lines
208 B
Text
13 lines
208 B
Text
|
build = ["Android.sources.bp"]
|
||
|
|
||
|
cc_library_shared {
|
||
|
name: "libdrm_omap",
|
||
|
defaults: [
|
||
|
"libdrm_defaults",
|
||
|
"libdrm_omap_sources",
|
||
|
],
|
||
|
vendor: true,
|
||
|
|
||
|
shared_libs: ["libdrm"],
|
||
|
}
|