aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-10-18 15:39:59 -0700
committerJoel Galenson <jgalenson@google.com>2021-10-18 15:39:59 -0700
commit60a0e02bd9abc434441925fb503b47342c2f728e (patch)
treefa1764aca60480414fb44c5b0eec03d991d8fc89
parentc242f9a4f752a2f7bf8d16968010a3b88e6bd90c (diff)
downloadlibsqlite3-sys-60a0e02bd9abc434441925fb503b47342c2f728e.tar.gz
The external updater only copies over files prefixed with cargo2android to the new location, so the current version of the file means the updater fails. Test: Update the package. Change-Id: Ifd5355cd7db91cf16459c071a06979d216ff4356
-rw-r--r--cargo2android-extra-module.bp (renamed from extra-module.bp)0
-rw-r--r--cargo2android.json2
2 files changed, 1 insertions, 1 deletions
diff --git a/extra-module.bp b/cargo2android-extra-module.bp
index 8676b74..8676b74 100644
--- a/extra-module.bp
+++ b/cargo2android-extra-module.bp
diff --git a/cargo2android.json b/cargo2android.json
index 3668ba2..530205a 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -4,5 +4,5 @@
"run": true,
"tests": true,
"copy-out": true,
- "add-toplevel-block": "extra-module.bp"
+ "add-toplevel-block": "cargo2android-extra-module.bp"
}