aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2017-08-10 20:01:12 +0900
committerJae Shin <jaeshin@google.com>2017-10-16 17:37:10 +0900
commit0b3acc873fa6f63472d68201437105ecc723841b (patch)
treecd1514510664a903befdd6f6787d8e9ad9c504ed
parent08f39d72ed0f0c17308637a60018207829fed8e0 (diff)
downloadcblas-0b3acc873fa6f63472d68201437105ecc723841b.tar.gz
Mark libblas as VNDK-SP
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 Bug: 64395154 Test: BOARD_VNDK_VERSION=current m -j libblas.vendor Merged-In: Ie610047290759297f2fa26f2eb8ab6a5450b3685 Change-Id: Ie610047290759297f2fa26f2eb8ab6a5450b3685 (cherry picked from commit 7195f3be5a3365c5700df6e9abf4aa4779bcbb49)
-rw-r--r--Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index c4a0de5..4477579 100644
--- a/Android.bp
+++ b/Android.bp
@@ -168,6 +168,11 @@ cc_defaults {
cc_library_shared {
name: "libblas",
+ vendor_available: true,
+ vndk: {
+ enabled: true,
+ support_system_process: true,
+ },
defaults: ["cblas-defaults"],
static_libs: ["libF77blas"],
}