summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Walbran <qwandor@google.com>2024-05-03 15:14:42 +0100
committerAndrew Walbran <qwandor@google.com>2024-05-03 15:42:08 +0100
commit2dfb113f5ec251c45747a4be076fb2a6eeeac2b7 (patch)
tree1c7338608ab85682531f474c267e91d2580aa1f2
parent17d43d5b2b5d958281ca7d10e2de26dee2170f50 (diff)
downloadgrpcio-sys-2dfb113f5ec251c45747a4be076fb2a6eeeac2b7.tar.gz
Manually adding soong cfg is no longer necessary.
Since https://r.android.com/3066423 Soong sets it automatically. Test: m libgrpcio_sys Change-Id: I3abfe310d8ce1243e220bca201d4fa4b7fd6346d
-rw-r--r--Android.bp5
-rw-r--r--cargo_embargo.json1
2 files changed, 3 insertions, 3 deletions
diff --git a/Android.bp b/Android.bp
index fff17c9c..1521c690 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_grpcio-sys_license"],
@@ -52,7 +54,6 @@ rust_library {
"boringssl",
"boringssl-src",
],
- cfgs: ["soong"],
rustlibs: [
"liblibc",
"liblibz_sys",
diff --git a/cargo_embargo.json b/cargo_embargo.json
index 777bea33..cb48c2a6 100644
--- a/cargo_embargo.json
+++ b/cargo_embargo.json
@@ -3,7 +3,6 @@
"//apex_available:platform",
"com.android.btservices"
],
- "extra_cfg": ["soong"],
"features": [
"boringssl",
"_gen-bindings"