aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-23 15:41:58 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-23 15:41:58 +0000
commita9782f6667d2447bbc6f6d79b8309dacae17b64b (patch)
tree79fc008bfcc09c921552e1b12fdd2fc18aeafb59
parentb25248e1ab50f49ab3fbe0d08feec5e43fe6dc4a (diff)
parent7c019b13558aaf5145bc21c738eaf3d88f050041 (diff)
downloadcrc32fast-build-tools-release.tar.gz
Snap for 11880863 from 7c019b13558aaf5145bc21c738eaf3d88f050041 to build-tools-releasebuild-tools-release
Change-Id: I497c3b94c0de418514bc70227b061b58ee9ec52f
-rw-r--r--Android.bp8
1 files changed, 5 insertions, 3 deletions
diff --git a/Android.bp b/Android.bp
index 798ba82..1859e83 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"],
@@ -43,7 +45,7 @@ rust_test {
crate_name: "crc32fast",
cargo_env_compat: true,
cargo_pkg_version: "1.3.2",
- srcs: ["src/lib.rs"],
+ crate_root: "src/lib.rs",
test_suites: ["general-tests"],
auto_gen_config: true,
test_options: {
@@ -69,7 +71,7 @@ rust_library {
crate_name: "crc32fast",
cargo_env_compat: true,
cargo_pkg_version: "1.3.2",
- srcs: ["src/lib.rs"],
+ crate_root: "src/lib.rs",
edition: "2015",
features: [
"default",