aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Khimenko <khim@google.com>2020-06-11 02:25:30 +0200
committerVictor Khimenko <khim@google.com>2020-07-10 19:38:44 +0200
commit46a6a11e521dcdda8547e3b790c13cec990fa792 (patch)
tree9ad659f50f438f3c54176d2e1b7bd8e502f8aa8d
parent61ee00692011385347a5dd1ad872556899a5cf7a (diff)
downloadcblas-46a6a11e521dcdda8547e3b790c13cec990fa792.tar.gz
Make libblas buildable for native_bridgeandroid11-dev
Bug: http://b/153609531 Test: m libblas.native_bridge Change-Id: I587d1fc8213a9b54d21e4521e31ddaddcc6b1a02 Merged-In: 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,