aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-26 07:10:58 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-26 07:10:58 +0000
commitcbc44325bb8d9ec66e4e05dd87647969ff160a14 (patch)
treeb3021b04e8b069a8e2fe89c3578afd06fe905665
parentea11dcbab230c7142f251b95ea72c5bca52f6252 (diff)
parent130a70c7959cb63c3e710ac7618d0eb44629fc53 (diff)
downloadstatic_assertions-busytown-mac-infra-release.tar.gz
Snap for 11878398 from 130a70c7959cb63c3e710ac7618d0eb44629fc53 to busytown-mac-infra-releasebusytown-mac-infra-release
Change-Id: I8f126aab0b3665c807f3a86cd0d01affdf0afa2f
-rw-r--r--Android.bp6
1 files changed, 4 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index b5d0cf5..d636514 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: [
@@ -26,7 +28,7 @@ rust_library {
crate_name: "static_assertions",
cargo_env_compat: true,
cargo_pkg_version: "1.1.0",
- srcs: ["src/lib.rs"],
+ crate_root: "src/lib.rs",
edition: "2015",
apex_available: [
"//apex_available:platform",