aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-01 05:16:02 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-01 05:16:02 +0000
commite9121992706c32fe30c2ea05f54dc7986e05451e (patch)
treed6b0d7c5f1afe289e705b17d6a95bf96843385e4
parent431277e12682d8a8a979d745b18639b6a31b3d3a (diff)
parentbbfee99e29bd6396d1f94f58fd7056cef7686aee (diff)
downloadlibc-android14-d1-s5-release.tar.gz
Change-Id: I81267dc69b033b9b877f0cd9493e65599246db58
-rw-r--r--Android.bp1
-rw-r--r--cargo2android.json1
2 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index fdc432b6..1ab10971 100644
--- a/Android.bp
+++ b/Android.bp
@@ -69,6 +69,7 @@ rust_library {
"//apex_available:platform",
"//apex_available:anyapex",
],
+ product_available: true,
vendor_available: true,
min_sdk_version: "29",
}
diff --git a/cargo2android.json b/cargo2android.json
index de19d90e..7572bb6b 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -7,6 +7,7 @@
"device": true,
"features": "default,extra_traits,std",
"min-sdk-version": "29",
+ "product-available": true,
"run": true,
"tests": true,
"vendor-available": true