aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-04-30 21:47:33 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-04-30 21:47:33 +0000
commit0701cdfcfc8dda2fdc5b63ec90b71f80a3dacaf0 (patch)
tree52548507d85030c3467023da694e6495f04ad4b5
parenta25d5830c633d123f56e6628bf1159618a9c21ea (diff)
parent521f756b173548b6ef68b08c6d3feef437a0a7af (diff)
downloadclap_lex-build-tools-release.tar.gz
Snap for 11784721 from 521f756b173548b6ef68b08c6d3feef437a0a7af to build-tools-releasebuild-tools-release
Change-Id: Iffc3e6ddf400cdbcde94e6b5d8d3a17c17c83acc
-rw-r--r--Android.bp6
-rw-r--r--cargo_embargo.json5
2 files changed, 9 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 4e73ba7..fd24027 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,5 +1,6 @@
// This file is generated by cargo_embargo.
-// Do not modify this file as changes will be overridden on upgrade.
+// Do not modify this file as most changes will be overridden on upgrade.
+// Content before the first "rust_*" or "genrule" module is preserved.
package {
default_applicable_licenses: ["external_rust_crates_clap_lex_license"],
@@ -47,9 +48,10 @@ rust_library {
edition: "2021",
rustlibs: ["libos_str_bytes"],
apex_available: [
- "//apex_available:platform",
"//apex_available:anyapex",
+ "//apex_available:platform",
],
product_available: true,
vendor_available: true,
+ min_sdk_version: "29",
}
diff --git a/cargo_embargo.json b/cargo_embargo.json
index 9a0a579..139b301 100644
--- a/cargo_embargo.json
+++ b/cargo_embargo.json
@@ -1,3 +1,8 @@
{
+ "apex_available": [
+ "//apex_available:anyapex",
+ "//apex_available:platform"
+ ],
+ "min_sdk_version": "29",
"tests": true
}