aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-10 02:22:56 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-10 02:22:56 +0000
commit37460a2e83d24e63773c4671d519344265b7b7f2 (patch)
tree0eeb3f2f427cc89947df74c3409d9ced2f821dad
parentc71ea15aeb9b6abd105e618120cf9104bcd4dd7b (diff)
parentbc9dc6a310975d1d5386d229bd63a1496cc88685 (diff)
downloaduntrusted-android14-s1-release.tar.gz
Change-Id: I1f5222b09c4cc0c810c8f511d997a7c558dbac95
-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'