summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-26 07:08:59 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-26 07:08:59 +0000
commit752c0744471a48c3da1193297ee1d22b49d168a6 (patch)
treed90f40a8b6d832e2c6b2c8a2c81161029e4d7f44
parent3dc0fde65cbe726cc050c016e449dfc4bf78b43b (diff)
parent0f4800902bef7f17e74e5470a5fa95eb0051a95b (diff)
downloadforeign-types-shared-busytown-mac-infra-release.tar.gz
Snap for 11878398 from 0f4800902bef7f17e74e5470a5fa95eb0051a95b to busytown-mac-infra-releasebusytown-mac-infra-release
Change-Id: I2954f409ae576f8bcbd0a08002b5d4c923ed5855
-rw-r--r--Android.bp6
1 files changed, 4 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 709a55f..4b7333f 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: [
@@ -45,7 +47,7 @@ rust_library_rlib {
crate_name: "foreign_types_shared",
cargo_env_compat: true,
cargo_pkg_version: "0.1.0",
- srcs: ["src/lib.rs"],
+ crate_root: "src/lib.rs",
edition: "2015",
apex_available: [
"//apex_available:platform",