summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNelson Li <nelsonli@google.com>2024-01-25 03:14:57 +0000
committerNelson Li <nelsonli@google.com>2024-01-26 01:37:08 +0000
commit344365e20478e3162b8c2e6ca4b63d64edb2cb79 (patch)
treee47addb47865e73d24aef10a4722fdace90c937c
parentbc4b7666e56316351151f72688563b773e1e670e (diff)
downloadart-344365e20478e3162b8c2e6ca4b63d64edb2cb79.tar.gz
Make the prebuilt version of `dexdump` available for /vendor testing.
The transition from Make to Soong is in progress for `gts-test`, and `dexdump` is a necessary tool for `GtsNetUnofficialApisUsageTestCases`. The source code version of the change is in aosp/2916405. Additionally, run `bpfmt` to fix warning messages in the original Android.bp file. Bug: 312320908 Test: Add dexdump to the Android.bp and build it in presubmit. Change-Id: Idef14667fecd04d80d95e02be393b91ac6ba6f6e
-rw-r--r--current/host-exports/Android.bp3
-rw-r--r--go/current/host-exports/Android.bp3
2 files changed, 4 insertions, 2 deletions
diff --git a/current/host-exports/Android.bp b/current/host-exports/Android.bp
index f2fcac05..878c139c 100644
--- a/current/host-exports/Android.bp
+++ b/current/host-exports/Android.bp
@@ -3,7 +3,7 @@
// blueprint rules added by vendor/google/build/mainline_modules_sdks.py
// to support coexistence.
blueprint_package_includes {
- match_all: ["com.android.mainline"]
+ match_all: ["com.android.mainline"],
}
package {
@@ -169,6 +169,7 @@ cc_prebuilt_binary {
"//art:__subpackages__",
"//development/build",
"//prebuilts:__subpackages__",
+ "//vendor:__subpackages__",
],
apex_available: [
"com.android.art",
diff --git a/go/current/host-exports/Android.bp b/go/current/host-exports/Android.bp
index 8263db00..16634c3a 100644
--- a/go/current/host-exports/Android.bp
+++ b/go/current/host-exports/Android.bp
@@ -3,7 +3,7 @@
// blueprint rules added by vendor/google/build/mainline_modules_sdks.py
// to support coexistence.
blueprint_package_includes {
- match_all: ["com.android.mainline_go"]
+ match_all: ["com.android.mainline_go"],
}
package {
@@ -169,6 +169,7 @@ cc_prebuilt_binary {
"//art:__subpackages__",
"//development/build",
"//prebuilts:__subpackages__",
+ "//vendor:__subpackages__",
],
apex_available: [
"com.android.art",