aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-23 15:41:57 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-23 15:41:57 +0000
commitd816ff80529ec05ae4538b93dde21f341709339c (patch)
treeaa3e4946ada7b6edc557caa7d3f75cc0fa761d06
parent2c3c23f685ec73bc1f3b7ec90eca43db37d05cee (diff)
parent1114aa5e67c0f9fe98f4cbd51baa07fc00ed66fc (diff)
downloadconst-oid-build-tools-release.tar.gz
Snap for 11880863 from 1114aa5e67c0f9fe98f4cbd51baa07fc00ed66fc to build-tools-releasebuild-tools-release
Change-Id: I3923dada367df57267fda8ef6a33aa81c1c93b11
-rw-r--r--Android.bp8
1 files changed, 5 insertions, 3 deletions
diff --git a/Android.bp b/Android.bp
index 960c20a..7901aa0 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_const-oid_license"],
@@ -37,7 +39,7 @@ rust_library {
crate_name: "const_oid",
cargo_env_compat: true,
cargo_pkg_version: "0.9.6",
- srcs: ["src/lib.rs"],
+ crate_root: "src/lib.rs",
edition: "2021",
features: ["db"],
apex_available: [
@@ -59,7 +61,7 @@ rust_library_rlib {
crate_name: "const_oid",
cargo_env_compat: true,
cargo_pkg_version: "0.9.6",
- srcs: ["src/lib.rs"],
+ crate_root: "src/lib.rs",
edition: "2021",
features: ["db"],
apex_available: [