aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Farrell <jamesfarrell@google.com>2024-05-08 21:48:59 +0000
committerJames Farrell <jamesfarrell@google.com>2024-05-08 21:48:59 +0000
commit55fa3307daecb88008bb201e258073df4d18f7f1 (patch)
tree63afa4ad52a4b2142d41bd3d63cee7667c61d900
parentbbdc4c407b4454b6e78184fa52c28fae735f8a93 (diff)
downloadlibsqlite3-sys-main.tar.gz
Update Android.bp by running cargo_embargoHEADmastermain
Test: ran cargo_embargo Change-Id: If91fdeab31dcdee76fc903b0ad597706ff4044ee
-rw-r--r--Android.bp4
1 files changed, 3 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index c30bf30..779af3d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,5 +1,7 @@
// This file is generated by cargo_embargo.
-// Do not modify this file as changes will be overridden on upgrade.
+// 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.
// We renamed the shared_libs dependence from libsqlite3 to libsqlite.
// srcs has been moved out of _defaults to work around b/163420435