aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-23 15:41:40 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-23 15:41:40 +0000
commita876fc15e7d01ae73aa14fd5b02d637e9dfb7f85 (patch)
treebdfa7148579b8b541254cd8928a54a4bed3c978f
parentcf58c6b58862e2b550d6f800865e8248d77ef5c5 (diff)
parent5fbb09598828832481def5ff463ee02c75925907 (diff)
downloadbindgen-build-tools-release.tar.gz
Snap for 11880863 from 5fbb09598828832481def5ff463ee02c75925907 to build-tools-releasebuild-tools-release
Change-Id: I09637d0c55da9fc1ef21e9e3a06cc39209d7351d
-rw-r--r--Android.bp10
1 files changed, 5 insertions, 5 deletions
diff --git a/Android.bp b/Android.bp
index 7f39cbb..b0ed501 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_bindgen_license"],
@@ -43,10 +45,8 @@ rust_library_host {
crate_name: "bindgen",
cargo_env_compat: true,
cargo_pkg_version: "0.69.1",
- srcs: [
- "lib.rs",
- ":copy_bindgen_build_out",
- ],
+ crate_root: "lib.rs",
+ srcs: [":copy_bindgen_build_out"],
edition: "2018",
features: [
"__cli",