aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Farrell <jamesfarrell@google.com>2024-05-08 21:51:54 +0000
committerJames Farrell <jamesfarrell@google.com>2024-05-08 21:51:54 +0000
commit18c97b333ddc56692d5a2bd1dab3901ef2543283 (patch)
treea27622ad903a76f4c3b9cfa32ea77f308fe48256
parent03a37ce18a955ab4af60e862d89a007bea6ea087 (diff)
downloadmemoffset-main.tar.gz
Update Android.bp by running cargo_embargoHEADmastermain
Test: ran cargo_embargo Change-Id: If373f25d40e13e2e566df01555af4a7df175f771
-rw-r--r--Android.bp6
1 files changed, 5 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 6aec059..4e9c9ba 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_memoffset_license"],
@@ -29,6 +31,7 @@ rust_library {
features: ["default"],
cfgs: [
"allow_clippy",
+ "aosp_force_use_std",
"doctests",
"maybe_uninit",
"raw_ref_macros",
@@ -61,6 +64,7 @@ rust_test {
features: ["default"],
cfgs: [
"allow_clippy",
+ "aosp_force_use_std",
"doctests",
"maybe_uninit",
"raw_ref_macros",