aboutsummaryrefslogtreecommitdiff
path: root/bcinfo/Wrap/Android.bp
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2017-08-10 20:19:27 +0900
committerJiyong Park <jiyong@google.com>2017-08-11 09:59:17 +0900
commitc360e4a27c87f3b06f4175a9e7dda25fab45fb5b (patch)
tree9ba940f0c4db85fc0a3c8db70912e8641de51cbf /bcinfo/Wrap/Android.bp
parent8b720e97dd797eb358cb586575bcd4bbb501d2eb (diff)
downloadlibbcc-c360e4a27c87f3b06f4175a9e7dda25fab45fb5b.tar.gz
Mark libbcinfo as VNDK-SPoreo-mr1-dev
This lib is used by libRSDriver and libRS_internal which are vndk-sp libraries. Therefore libbcinfo is also marked as vndk-sp. In doing so, other static libraries that are used by libbcinfo are marked as vendor_available:true. Bug: 64425518 Test: BOARD_VNDK_VERSION=current m -j libbcinfo.vendor Change-Id: I41c1d263eefa0747e5ed37b27cdfe500ba5abcc8
Diffstat (limited to 'bcinfo/Wrap/Android.bp')
-rw-r--r--bcinfo/Wrap/Android.bp3
1 files changed, 2 insertions, 1 deletions
diff --git a/bcinfo/Wrap/Android.bp b/bcinfo/Wrap/Android.bp
index bca5cb3..79c7eef 100644
--- a/bcinfo/Wrap/Android.bp
+++ b/bcinfo/Wrap/Android.bp
@@ -16,6 +16,7 @@
cc_library_static {
name: "libLLVMWrap",
+ vendor_available: true,
host_supported: true,
srcs: [
@@ -35,5 +36,5 @@ cc_library_static {
},
},
- header_libs: ["libbcinfo-headers"],
+ header_libs: ["libbcinfo-headers", "liblog_headers"],
}