aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-11-10 00:10:47 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-11-10 00:10:47 +0000
commit4af60a41581b64c7ad3cdab9582d19e12b321039 (patch)
tree0be9d3816e3cae11ab797e97f03d35cbd6795799
parent81aca1cfc723ae37b1549ff5dff1ecf2dc223fd9 (diff)
parentbd5ca411989f4afd233108270fa34a3e76512c7e (diff)
downloadconfigparser-android14-qpr2-release.tar.gz
Change-Id: I2d93f2e7d2f393f9fd8efabe0ecc5bed35b74f78
-rw-r--r--Android.bp4
-rw-r--r--cargo2android.json3
-rw-r--r--cargo_embargo.json8
3 files changed, 9 insertions, 6 deletions
diff --git a/Android.bp b/Android.bp
index 24e7bc7..3355024 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,8 +1,6 @@
-// This file is generated by cargo2android.py --config cargo2android.json.
+// This file is generated by cargo_embargo.
// Do not modify this file as changes will be overridden on upgrade.
-
-
rust_library_host {
name: "libconfigparser",
crate_name: "configparser",
diff --git a/cargo2android.json b/cargo2android.json
deleted file mode 100644
index 958632b..0000000
--- a/cargo2android.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "run": true
-} \ No newline at end of file
diff --git a/cargo_embargo.json b/cargo_embargo.json
new file mode 100644
index 0000000..dddde05
--- /dev/null
+++ b/cargo_embargo.json
@@ -0,0 +1,8 @@
+{
+ "package": {
+ "configparser": {
+ "device_supported": false
+ }
+ },
+ "run_cargo": false
+}