aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-01-22 18:41:29 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-01-22 18:41:29 +0000
commit2d8b4330f2f5ff1bd4f86cb8fe70881db62672ed (patch)
tree9a2086a84b327f5f629121c0f5a2c1a2a3cdcde8
parente3f5dcf162aba1d554132940cad24fa5f3c9407e (diff)
parent0baa9769fb183a5f904a8b8070899513f106d71c (diff)
downloadder-parser-build-tools-release.tar.gz
Snap for 11341804 from 0baa9769fb183a5f904a8b8070899513f106d71c to build-tools-releasebuild-tools-release
Change-Id: I6e98995a8307e4abb63b7e72ffc962f12825b635
-rw-r--r--Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 8818cea..c5c8eae 100644
--- a/Android.bp
+++ b/Android.bp
@@ -64,4 +64,8 @@ rust_library {
],
vendor_available: true,
product_available: true,
+ visibility: [
+ "//external/rust/crates/x509-parser",
+ "//external/rust/crates/oid-registry",
+ ],
}