aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-15 18:26:33 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-15 18:26:33 +0000
commit8e2b4d174e349883020dc72fb7b98e97d27faddb (patch)
tree0eeb3f2f427cc89947df74c3409d9ced2f821dad
parenta66a170912e4260816bf36cd0f53fe744809ce55 (diff)
parent2243f3447e5ecf3842366ae4cc67264998335149 (diff)
downloaduntrusted-8e2b4d174e349883020dc72fb7b98e97d27faddb.tar.gz
Snap for 9751898 from 2243f3447e5ecf3842366ae4cc67264998335149 to simpleperf-release
Change-Id: I1ff98a1238544369ed7264bdc01a6743907a80bc
-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'