summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCating Lin <catinglin@google.com>2024-04-30 06:48:55 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-04-30 06:49:01 +0000
commit1cf70c1c84cf954d3879c3ea377952dcec115662 (patch)
tree49e506915773590f3c1685448cf35711a2c8fb3b
parent5c3c0cfc75b47cd82a8f89ebbcbeead134613a31 (diff)
downloadstrsim-main.tar.gz
Revert "Set min_sdk_version for use in clap"main
Revert submission 3064092-clap-strsim Reason for revert: b/337990137, fix build break. Reverted changes: /q/submissionid:3064092-clap-strsim Change-Id: I7ca51d12eb2e2c443660f9c37cd8fe35db9e6f95
-rw-r--r--Android.bp5
-rw-r--r--cargo_embargo.json3
2 files changed, 2 insertions, 6 deletions
diff --git a/Android.bp b/Android.bp
index 008add9..1a5a382 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,7 +1,5 @@
// This file is generated by cargo_embargo.
-// Do not modify this file after the first "rust_*" or "genrule" module
-// because the changes will be overridden on upgrade.
-// Content before the first "rust_*" or "genrule" module is preserved.
+// Do not modify this file as changes will be overridden on upgrade.
// TODO: Add license.
rust_library {
@@ -18,7 +16,6 @@ rust_library {
],
product_available: true,
vendor_available: true,
- min_sdk_version: "29",
}
rust_test {
diff --git a/cargo_embargo.json b/cargo_embargo.json
index 817f0ff..9a0a579 100644
--- a/cargo_embargo.json
+++ b/cargo_embargo.json
@@ -1,4 +1,3 @@
{
- "tests": true,
- "min_sdk_version": "29"
+ "tests": true
}