aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-11-15 00:13:43 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-11-15 00:13:43 +0000
commit8f0528a74506cc681551a68dc6f6fd490d5481f3 (patch)
treefd42ed639af69f9a62c702b70762b70a94a0bd3d
parentf82680bac827c69f45fd3b7dc9467910fc0e8e2a (diff)
parentc9be9db1c898a3e8542715987e4532c473907f3e (diff)
downloadrusqlite-android14-qpr2-s1-release.tar.gz
Change-Id: Ia53c87eebe4025879134ac547aca811f9899298b
-rw-r--r--Android.bp2
-rw-r--r--cargo2android.json7
-rw-r--r--cargo_embargo.json9
3 files changed, 10 insertions, 8 deletions
diff --git a/Android.bp b/Android.bp
index a1cdbea..05fb7c7 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,4 +1,4 @@
-// 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.
package {
diff --git a/cargo2android.json b/cargo2android.json
deleted file mode 100644
index 93f9280..0000000
--- a/cargo2android.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "device": true,
- "features": "modern_sqlite,trace",
- "product-available": false,
- "run": true,
- "vendor-available": false
-}
diff --git a/cargo_embargo.json b/cargo_embargo.json
new file mode 100644
index 0000000..5cd7e21
--- /dev/null
+++ b/cargo_embargo.json
@@ -0,0 +1,9 @@
+{
+ "features": [
+ "modern_sqlite",
+ "trace"
+ ],
+ "product_available": false,
+ "run_cargo": false,
+ "vendor_available": false
+}