aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-10-30 16:48:31 -0700
committerChih-Hung Hsieh <chh@google.com>2020-10-30 17:06:34 -0700
commit6b6c14affe9eeda69afefb3d9d101f1886a0f4de (patch)
tree56606efbb7fe6dc766c1abcb48d741b104b00581 /Android.bp
parentcc6e6357c57e09c4078b3c54cac455111dd3e221 (diff)
downloadlibsqlite3-sys-6b6c14affe9eeda69afefb3d9d101f1886a0f4de.tar.gz
Use cargo2android.py with a patch file.
* No need to manually fix the .bp file after a version upgrade. Bug: 172093078 Test: make and regenerate .bp Change-Id: Ib9b8b9d64e36b8188b7a68696c65f7b22905e3b1
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 58172ab..34526d3 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,4 +1,4 @@
-// This file is generated by cargo2android.py --device --run --dependencies --test.
+// This file is generated by cargo2android.py --device --run --dependencies --test --patch=patches/Android.bp.patch.
// We renamed the shared_libs dependence from libsqlite3 to libsqlite.
// srcs has been moved out of _defaults to work around b/163420435