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:
Jiyong Park 2017-04-27 16:46:32 +09:00
parent 1e59ce40e3
commit 684ad96c27
1 changed files with 2 additions and 0 deletions

View File

@ -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"],
}