aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Khimenko <khim@google.com>2020-06-11 02:25:30 +0200
committerVictor Khimenko <khim@google.com>2020-06-11 02:26:48 +0200
commit48c69ccaa4f0d3894335125d37e919ea655769c2 (patch)
treeb4c6c6b9f5e6367bb8feb14b905bd714c30af1c9
parent186fb11d936463b394e61d10d6a7479e43a66d56 (diff)
downloadcblas-48c69ccaa4f0d3894335125d37e919ea655769c2.tar.gz
Make libblas buildable for native_bridgeandroid-r-beta-3android-r-beta-2
Bug: http://b/153609531 Test: m libblas.native_bridge Change-Id: I587d1fc8213a9b54d21e4521e31ddaddcc6b1a02
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index dcd3fb6..a27ced2 100644
--- a/Android.bp
+++ b/Android.bp
@@ -169,6 +169,8 @@ cc_defaults {
cc_library_shared {
name: "libblas",
vendor_available: false,
+ // TODO(b/153609531): remove when no longer needed.
+ native_bridge_supported: true,
vndk: {
enabled: true,
support_system_process: true,