aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2017-08-23 13:59:31 +0900
committerJiyong Park <jiyong@google.com>2017-10-12 17:58:45 +0900
commit9b26d9d22b22ac4d5ddb0a42f25c7bc2a76694b3 (patch)
tree4d41fce3e08cf924166610d9efcfa19977945291
parentf06474ef8ac53a49f70ea4ad259f9b098cd66e95 (diff)
downloadcblas-9b26d9d22b22ac4d5ddb0a42f25c7bc2a76694b3.tar.gz
libblas is not directly available to vendors
This library is an internal RS library. Bug: 64730695 Test: 2017 pixel device builds Change-Id: I1bee8c2e05ea2a8fff0b86cb90a03600bbcc6478
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 4477579..dcd3fb6 100644
--- a/Android.bp
+++ b/Android.bp
@@ -168,7 +168,7 @@ cc_defaults {
cc_library_shared {
name: "libblas",
- vendor_available: true,
+ vendor_available: false,
vndk: {
enabled: true,
support_system_process: true,