aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-10 02:19:20 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-10 02:19:20 +0000
commit3e0bc2379ca4d4ee9777aac6cbe37fc4aa183188 (patch)
tree9057ef9f4fc908466cb4b084ec40777c9fd31fe8
parent11ee06c53a48a9c48c6bf30c0da488111deb7875 (diff)
parent443be155c406c1f0c4e8e801e135f3f3156bc747 (diff)
downloadcfg-if-android-cts-14.0_r1.tar.gz
Change-Id: I074cada3b32a05837df1e0db08b048afb794f05b
-rw-r--r--Android.bp3
1 files changed, 2 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 456e1ca..8711098 100644
--- a/Android.bp
+++ b/Android.bp
@@ -80,8 +80,9 @@ rust_library {
edition: "2018",
apex_available: [
"//apex_available:platform",
- "//apex_available:anyapex"
+ "//apex_available:anyapex",
],
+ product_available: true,
vendor_available: true,
min_sdk_version: "29",
}