aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Maurer <mmaurer@google.com>2023-03-09 19:08:29 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-03-09 19:08:29 +0000
commit99ba0e36a7a6153a28f960ba45b616f6deedf12c (patch)
tree0eeb3f2f427cc89947df74c3409d9ced2f821dad
parent947fd47ffeb1f8fa914a420c3045d21d877b0ce3 (diff)
parentfe8f7752cded34c2fa8398b6bdb08c859e1ed3f2 (diff)
downloaduntrusted-99ba0e36a7a6153a28f960ba45b616f6deedf12c.tar.gz
Make untrusted available to product and vendor am: 79affe60c7 am: 2243f3447e am: d69a89f278 am: bc9dc6a310 am: fe8f7752cd
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/untrusted/+/2474869 Change-Id: I6d2f9a418b05e99eb2a9cf1a069fa4033bd83587 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--Android.bp7
1 files changed, 2 insertions, 5 deletions
diff --git a/Android.bp b/Android.bp
index 907d6e6..4900f04 100644
--- a/Android.bp
+++ b/Android.bp
@@ -33,6 +33,8 @@ rust_library {
"com.android.resolv",
"com.android.virt",
],
+ product_available: true,
+ vendor_available: true,
min_sdk_version: "29",
}
@@ -54,8 +56,3 @@ rust_test {
"libuntrusted",
],
}
-
-// Errors when listing tests:
-// error: lint `non_autolinks` has been renamed to `rustdoc::bare_urls`
-// error: aborting due to previous error
-// error: test failed, to rerun pass '--doc'