Update Android.bp by running cargo_embargo am: 55fa3307da

Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/libsqlite3-sys/+/3079699

Change-Id: I5394e7001a79003ea9f6c1550b9dda93bd4d96dd
Signed-off-by: Automerger Merge Worker <[email protected]>
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