summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Maurer <mmaurer@google.com>2023-03-07 17:24:03 -0800
committerMatthew Maurer <mmaurer@google.com>2023-03-07 17:24:03 -0800
commitb722f9f372e720b52d5a7826d1695a149e70eb78 (patch)
tree89964d7e42794db4373175689eb152df4799c5cc
parent48f690597f8f036f421e7a9cc806287e41fb4af4 (diff)
downloadidna-b722f9f372e720b52d5a7826d1695a149e70eb78.tar.gz
Make idna available to product and vendor
Bug: 270690570 Test: mma in external/rust/crates Change-Id: I2e4c648db72816097111e05ff46858bbbed623a8
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 9255a87..c80099f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -53,5 +53,7 @@ rust_library {
"//apex_available:platform",
"com.android.resolv",
],
+ product_available: true,
+ vendor_available: true,
min_sdk_version: "29",
}