aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp11
-rw-r--r--METADATA14
-rw-r--r--OWNERS1
-rw-r--r--README.version2
4 files changed, 19 insertions, 9 deletions
diff --git a/Android.bp b/Android.bp
index 69260b7..c6ff603 100644
--- a/Android.bp
+++ b/Android.bp
@@ -179,7 +179,10 @@ cc_defaults {
"src/xerbla.c",
],
- cflags: ["-Werror"],
+ cflags: [
+ "-Werror",
+ "-Wno-tautological-negation-compare",
+ ],
export_include_dirs: ["include"],
}
@@ -188,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"],
}
diff --git a/METADATA b/METADATA
index d97975c..12994ab 100644
--- a/METADATA
+++ b/METADATA
@@ -1,3 +1,17 @@
+name: "cblas"
third_party {
+ url {
+ type: HOMEPAGE
+ value: "https://netlib.org/blas/"
+ }
+ url {
+ type: ARCHIVE
+ value: "http://www.netlib.org/blas/blast-forum/cblas.tgz"
+ }
license_type: NOTICE
+ last_upgrade_date {
+ year: 2015
+ month: 2
+ day: 17
+ }
}
diff --git a/OWNERS b/OWNERS
index 42e4722..56401ba 100644
--- a/OWNERS
+++ b/OWNERS
@@ -3,4 +3,3 @@
# Please update this list if you find better owner candidates.
miaowang@google.com
jiyong@google.com
-chh@google.com
diff --git a/README.version b/README.version
deleted file mode 100644
index 7358301..0000000
--- a/README.version
+++ /dev/null
@@ -1,2 +0,0 @@
-URL: http://www.netlib.org/blas/blast-forum/cblas.tgz
-Version: 3.5 (maybe)