Merge "Mark libgrallocusage as vendor_available"

This commit is contained in:
Treehugger Robot 2017-09-06 15:52:22 +00:00 committed by Gerrit Code Review
commit 9c8781f479
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"],
}