summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Walbran <qwandor@google.com>2024-05-03 16:09:01 +0100
committerAndrew Walbran <qwandor@google.com>2024-05-03 16:09:50 +0100
commitad5be114b2025238fde8f6d8c5969c313af5522f (patch)
treee2783f93cf871b31fd672da0877a93f7531fe0a3
parent1559a0d87a4f3ea7029fe92513ce60fce292a444 (diff)
downloadoneshot-uniffi-main.tar.gz
Manually adding soong cfg is no longer necessary.main
Since https://r.android.com/3066423 Soong sets it automatically. Test: m liboneshot_uniffi Change-Id: I7afd2b7d498b413e3596701515449d3e90b019ac
-rw-r--r--Android.bp8
-rw-r--r--cargo_embargo.json3
2 files changed, 0 insertions, 11 deletions
diff --git a/Android.bp b/Android.bp
index 3066400..e31dde5 100644
--- a/Android.bp
+++ b/Android.bp
@@ -34,7 +34,6 @@ rust_library {
"default",
"std",
],
- cfgs: ["soong"],
apex_available: [
"//apex_available:platform",
"//apex_available:anyapex",
@@ -62,7 +61,6 @@ rust_test {
"default",
"std",
],
- cfgs: ["soong"],
rustlibs: [
"libcriterion",
"libtokio",
@@ -87,7 +85,6 @@ rust_test {
"default",
"std",
],
- cfgs: ["soong"],
rustlibs: [
"libcriterion",
"liboneshot_uniffi",
@@ -113,7 +110,6 @@ rust_test {
"default",
"std",
],
- cfgs: ["soong"],
rustlibs: [
"libcriterion",
"liboneshot_uniffi",
@@ -139,7 +135,6 @@ rust_test {
"default",
"std",
],
- cfgs: ["soong"],
rustlibs: [
"libcriterion",
"liboneshot_uniffi",
@@ -165,7 +160,6 @@ rust_test {
"default",
"std",
],
- cfgs: ["soong"],
rustlibs: [
"libcriterion",
"liboneshot_uniffi",
@@ -191,7 +185,6 @@ rust_test {
"default",
"std",
],
- cfgs: ["soong"],
rustlibs: [
"libcriterion",
"liboneshot_uniffi",
@@ -217,7 +210,6 @@ rust_test {
"default",
"std",
],
- cfgs: ["soong"],
rustlibs: [
"libcriterion",
"liboneshot_uniffi",
diff --git a/cargo_embargo.json b/cargo_embargo.json
index 7d882dc..2f2f900 100644
--- a/cargo_embargo.json
+++ b/cargo_embargo.json
@@ -6,9 +6,6 @@
"//external/rust/crates/uniffi_core"
]
},
- "extra_cfg": [
- "soong"
- ],
"package": {
"oneshot-uniffi": {
"patch": "patches/Android.bp.patch",