aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-10 05:18:18 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-10 05:18:18 +0000
commit77b7a7f882f390ea703ee74b9c19730763f86909 (patch)
tree0eeb3f2f427cc89947df74c3409d9ced2f821dad
parent32d84db05b82798b48713cee5e90422562e49018 (diff)
parente15dca304040fc66b498e05c69954cd5ccff04e5 (diff)
downloaduntrusted-android14-d1-s6-release.tar.gz
Change-Id: I69ad407e2139d352c7d6622e222f5a39fc029fb2
-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'