aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Maurer <mmaurer@google.com>2023-03-07 17:25:06 -0800
committerMatthew Maurer <mmaurer@google.com>2023-03-07 17:25:06 -0800
commit79affe60c784b1398b9ff7caeb616b4ee6d715d6 (patch)
tree0eeb3f2f427cc89947df74c3409d9ced2f821dad
parentb6a60db48458903531c1e4fa91ea8553e72bd535 (diff)
downloaduntrusted-79affe60c784b1398b9ff7caeb616b4ee6d715d6.tar.gz
Make untrusted available to product and vendor
Bug: 270690570 Test: mma in external/rust/crates Change-Id: Iae23b1f4ca8a640899d06e7675da18412f8c83ec
-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'