Merge "Add libminigbm_gralloc_headers" into main
This commit is contained in:
commit
18f8874fde
1 changed files with 10 additions and 0 deletions
10
Android.bp
10
Android.bp
|
|
@ -189,6 +189,16 @@ cc_library_shared {
|
|||
shared_libs: ["libminigbm_gralloc"],
|
||||
}
|
||||
|
||||
cc_library_headers {
|
||||
name: "libminigbm_gralloc_headers",
|
||||
host_supported: true,
|
||||
vendor_available: true,
|
||||
export_include_dirs: ["cros_gralloc"],
|
||||
visibility: [
|
||||
"//device/generic/goldfish-opengl/system/hwc3:__subpackages__",
|
||||
],
|
||||
}
|
||||
|
||||
// Intel
|
||||
cc_library_shared {
|
||||
name: "libminigbm_gralloc_intel",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue