aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre-Clément Tosi <ptosi@google.com>2022-12-09 18:45:54 +0000
committerPierre-Clément Tosi <ptosi@google.com>2022-12-09 19:30:10 +0000
commitf23dd5f60debbdc2f6b53ea9a211fd57e195a785 (patch)
tree8feaf1f76a51b6e6deaf03f6205657831923ef97
parent7aea3e8806f1275d473168089b6933a53360eb7d (diff)
downloadarm-optimized-routines-f23dd5f60debbdc2f6b53ea9a211fd57e195a785.tar.gz
optimized-routines-mem: Share with bionic
Migrate the libc dependencies for Rust to Bionic but keep using this library as a back-end for arm64 so update the visibility to point to libc instead of client code directly. Test: m pvmfw_bin && atest vmbase_example.integration_test Change-Id: I0e8b2ef862fcb47fcb66494aa180a7e66575a0a7
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 3df808c..aaad058 100644
--- a/Android.bp
+++ b/Android.bp
@@ -189,7 +189,7 @@ cc_library_static {
],
},
},
- visibility: ["//packages/modules/Virtualization:__subpackages__"],
+ visibility: ["//bionic/libc"],
}
// adb shell "/data/nativetest64/mathtest/mathtest /data/nativetest64/mathtest/test/testcases/directed/*"