aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2017-08-10 20:04:55 +0900
committerJae Shin <jaeshin@google.com>2017-10-16 17:36:06 +0900
commit04751d3c47381cabe1a6c4e639cfdf6bddf2591a (patch)
tree0f70e72af52081e4e4680ab1b9176428c0d4a2d7
parenta29a294104713629da49e50e1858a47b19ae97fb (diff)
downloadeigen-04751d3c47381cabe1a6c4e639cfdf6bddf2591a.tar.gz
Mark libF77blas as vendor_available
This is required by libblas, which is a vndk-sp library. Since this is a static library, vendor_available: true is enough. Bug: 64425518 Bug: 64395154 Test: BOARD_VNDK_VERSION=current m -j libblas.vendor Merged-In: I496a1f150719c15ac1c50508ebf9a097c5630347 Change-Id: I496a1f150719c15ac1c50508ebf9a097c5630347 (cherry picked from commit aaa7c2fb4f9100b5c802049f4626e6bc500b5219)
-rw-r--r--blas/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/blas/Android.bp b/blas/Android.bp
index 85bdaf6d8..13af44a87 100644
--- a/blas/Android.bp
+++ b/blas/Android.bp
@@ -55,6 +55,7 @@ cc_defaults {
cc_library_static {
name: "libF77blas",
+ vendor_available: true,
defaults: ["eigen-defaults"],
host_supported: true,
}