summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
}