aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp16
1 files changed, 7 insertions, 9 deletions
diff --git a/Android.bp b/Android.bp
index 8ea87cb..0a99629 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,4 +1,4 @@
-// This file is generated by cargo2android.py --config cargo2android.json.
+// This file is generated by cargo_embargo.
// Do not modify this file as changes will be overridden on upgrade.
package {
@@ -41,15 +41,13 @@ rust_library {
"libparking_lot",
"libprotobuf",
],
- apex_available: [
- "//apex_available:platform",
- ],
+ apex_available: ["//apex_available:platform"],
vendor_available: true,
min_sdk_version: "29",
cfgs: [
- // cfg(soong) is used to distinguish code that only builds on Android, so
- // that (most of) the same code can be built under both Soong and cargo.
- "soong",
- ]
- ,
+ // cfg(soong) is used to distinguish code that only builds on Android, so
+ // that (most of) the same code can be built under both Soong and cargo.
+ "soong",
+ ],
+
}