aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-10 05:18:32 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-10 05:18:32 +0000
commit2c931e638628f8bf452854913a9c313ad1fdb129 (patch)
treef6c30712b65745604d010a677554498219f3b94b
parent3402d9033da73d5cea3e4f6858ca4f659698677e (diff)
parent8286ad0160dcea93a9f7a55e8f65c25c2988af48 (diff)
downloadxml-rs-android14-d1-s4-release.tar.gz
Change-Id: I0fc3955e985ea55df4c45de4b569f19cc02abc01
-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,
}