aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Maurer <mmaurer@google.com>2023-03-09 15:13:10 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-03-09 15:13:10 +0000
commit2243f3447e5ecf3842366ae4cc67264998335149 (patch)
tree0eeb3f2f427cc89947df74c3409d9ced2f821dad
parent54c5fe172aa6ac41980e02f07f05a71eedb20d93 (diff)
parent79affe60c784b1398b9ff7caeb616b4ee6d715d6 (diff)
downloaduntrusted-2243f3447e5ecf3842366ae4cc67264998335149.tar.gz
Make untrusted available to product and vendor am: 79affe60c7android-u-beta-1-gpl
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/untrusted/+/2474869 Change-Id: I074ff248b33a592612e7059ea5916720fe7d3718 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'