aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2017-08-10 20:01:12 +0900
committerJiyong Park <jiyong@google.com>2017-08-10 20:01:19 +0900
commit7195f3be5a3365c5700df6e9abf4aa4779bcbb49 (patch)
treef7adbd2dd78c7bff7df329e62afec1ad6ba901cf
parentc9dd07bfac3d214d2da43912884455170e0822f8 (diff)
downloadcblas-7195f3be5a3365c5700df6e9abf4aa4779bcbb49.tar.gz
Mark libblas as VNDK-SPoreo-mr1-dev
libblas is used by libRSCpuRef which is also VNDK-SP. Since VNDK-SP can only depend on VNDK-SP or LL-NDK libraries, libblas is marked as VNDK-SP. Bug: 64425518 Test: BOARD_VNDK_VERSION=current m -j libblas.vendor Change-Id: Ie610047290759297f2fa26f2eb8ab6a5450b3685
-rw-r--r--Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 4e439d1..e6ca010 100644
--- a/Android.bp
+++ b/Android.bp
@@ -167,6 +167,11 @@ cc_defaults {
cc_library_shared {
name: "libblas",
+ vendor_available: true,
+ vndk: {
+ enabled: true,
+ support_system_process: true,
+ },
defaults: ["cblas-defaults"],
static_libs: ["libF77blas"],
}