aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"],
}