aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Farrell <jamesfarrell@google.com>2024-05-08 21:46:06 +0000
committerJames Farrell <jamesfarrell@google.com>2024-05-08 21:46:06 +0000
commit80da21afa6355821785b1f1d8f37b096908ea8e2 (patch)
tree39698d69fb52845f692dda129960a19130b94471
parentd52e86db3db3cd3eb6ad2bce9fadb51cec04d0e5 (diff)
downloadcrc32fast-master.tar.gz
Update Android.bp by running cargo_embargoHEADmastermain
Test: ran cargo_embargo Change-Id: Iba8d6c956a3f37b2eea58ee08589aebb04f5c232
-rw-r--r--Android.bp4
1 files changed, 3 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 798ba82..0eb35df 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.
package {
default_applicable_licenses: ["external_rust_crates_crc32fast_license"],