summaryrefslogtreecommitdiffstats
path: root/libgrallocusage
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2017-04-27 16:46:32 +0900
committerJiyong Park <jiyong@google.com>2017-05-04 12:25:43 +0900
commit684ad96c27bae1d9cbb73b5639d1955d3e062374 (patch)
tree531ddbd24656fd1f794be10861aae95c9dea369e /libgrallocusage
parent1e59ce40e3992b38618888937e6045d17b03a3a6 (diff)
downloadsystem_core-684ad96c27bae1d9cbb73b5639d1955d3e062374.tar.gz
system_core-684ad96c27bae1d9cbb73b5639d1955d3e062374.tar.bz2
system_core-684ad96c27bae1d9cbb73b5639d1955d3e062374.zip
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
Diffstat (limited to 'libgrallocusage')
-rw-r--r--libgrallocusage/Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/libgrallocusage/Android.bp b/libgrallocusage/Android.bp
index 54bfee5c4..cf03868d2 100644
--- a/libgrallocusage/Android.bp
+++ b/libgrallocusage/Android.bp
@@ -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"],
}