aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-23 15:42:04 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-23 15:42:04 +0000
commit0f96a4f3b10ccdac8b3c991cacdecac815e53035 (patch)
tree490aa842142082da02de89684a14a732af12f044
parent6af5dfaa2d706b8b053f64f4be468cbb42d0a2d2 (diff)
parentaa8af99aa9a0ecc61dc1a6872bd5872caccf6d02 (diff)
downloadcsv-core-build-tools-release.tar.gz
Snap for 11880863 from aa8af99aa9a0ecc61dc1a6872bd5872caccf6d02 to build-tools-releasebuild-tools-release
Change-Id: I24465b3276193f25ce1c7f880b7b92e2364783a4
-rw-r--r--Android.bp6
1 files changed, 4 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 10c039f..3336547 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_csv-core_license"],
@@ -44,7 +46,7 @@ rust_library {
crate_name: "csv_core",
cargo_env_compat: true,
cargo_pkg_version: "0.1.11",
- srcs: ["src/lib.rs"],
+ crate_root: "src/lib.rs",
edition: "2018",
features: ["default"],
rustlibs: ["libmemchr"],