aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-10 02:23:10 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-10 02:23:10 +0000
commitb7901a104e92394ee561577d81823b292d1462fd (patch)
treef6c30712b65745604d010a677554498219f3b94b
parentb74f6bebe0b4ddbf554677cff470c1dd1200d4a3 (diff)
parent8e5afee7b7934505f6766189581a15a8d4288c9a (diff)
downloadxml-rs-android14-s2-release.tar.gz
Change-Id: I58e67602a6bd1f5d9ca5144134d0b313c581227a
-rw-r--r--Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 35dfd9f..38ba911 100644
--- a/Android.bp
+++ b/Android.bp
@@ -32,6 +32,8 @@ rust_library {
"//apex_available:platform",
"com.android.virt",
],
+ product_available: true,
+ vendor_available: true,
}
rust_defaults {
@@ -94,4 +96,6 @@ rust_binary {
rustlibs: [
"libxml_rust",
],
+ product_available: true,
+ vendor_available: true,
}