aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKiyoung Kim <kiyoungkim@google.com>2024-03-11 13:04:30 +0900
committerKiyoung Kim <kiyoungkim@google.com>2024-03-18 02:10:14 +0000
commit71c60e43ad28355789336c0f5d16f3a7b621c14f (patch)
tree962ece9013c854bbccffc0d0349d5d5b80564167
parent76c2f84d5e0861ca0d7c181fdf757c314042503b (diff)
downloadcblas-master.tar.gz
Remove VNDK definition(s)HEADmastermain
As of VNDK deprecation, any libraries that defines vndk is no longer valid anymore. This change removes all VNDK definition(s) from modules which was VNDK. Any former VNDK-SP libraries will be marked as double-loadable, so it can keep be able to be referenced by LLNDK libraries. Bug: 328994089 Test: AOSP CF build succeeded Change-Id: I3f4f79b398ab8d578e0d99dcdb7e5b007fb04360
-rw-r--r--Android.bp6
1 files changed, 1 insertions, 5 deletions
diff --git a/Android.bp b/Android.bp
index 5ca3da8..c6ff603 100644
--- a/Android.bp
+++ b/Android.bp
@@ -191,11 +191,7 @@ cc_library_shared {
vendor_available: true,
// TODO(b/153609531): remove when no longer needed.
native_bridge_supported: true,
- vndk: {
- enabled: true,
- support_system_process: true,
- private: true,
- },
+ double_loadable: true,
defaults: ["cblas-defaults"],
static_libs: ["libF77blas"],
}