Mark libgrallocusage as vendor_available
libgrallocusage is used by libui which will be vendor_available: true. Test: BOARD_VNDK_VERSION=current m libgrallocusage is successful Change-Id: I476768d8b103033f3b8e5b09f53f4ac422ae377c
This commit is contained in:
parent
1e59ce40e3
commit
684ad96c27
|
@ -14,6 +14,7 @@
|
|||
|
||||
cc_library_static {
|
||||
name: "libgrallocusage",
|
||||
vendor_available: true,
|
||||
cppflags: [
|
||||
"-Weverything",
|
||||
"-Werror",
|
||||
|
@ -26,4 +27,5 @@ cc_library_static {
|
|||
srcs: ["GrallocUsageConversion.cpp"],
|
||||
export_include_dirs: ["include"],
|
||||
shared_libs: ["android.hardware.graphics.allocator@2.0"],
|
||||
header_libs: ["libhardware_headers"],
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue