aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Maurer <mmaurer@google.com>2023-03-07 17:24:53 -0800
committerMatthew Maurer <mmaurer@google.com>2023-03-07 17:24:53 -0800
commitde80943b737c3ecca1af28f5bcd6b1ffb6be6e6b (patch)
tree92b0d4a486cf4079a201e290bc2aa3d3760b731d
parent750ca7fdb25a10f6608ce254ff818c4aa61b0f9e (diff)
downloadsocket2-de80943b737c3ecca1af28f5bcd6b1ffb6be6e6b.tar.gz
Make socket2 available to product and vendor
Bug: 270690570 Test: mma in external/rust/crates Change-Id: I30803b0c51a98969688a3f8dbd812a7e7e6469d7
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 4d34996..36fa48e 100644
--- a/Android.bp
+++ b/Android.bp
@@ -55,6 +55,7 @@ rust_library {
"com.android.resolv",
"com.android.uwb",
],
+ product_available: true,
vendor_available: true,
min_sdk_version: "29",
}