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
diff --git a/current/host-exports/Android.bp b/current/host-exports/Android.bp
index f2fcac0..878c139 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 @@
         "//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 8263db0..16634c3 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 @@
         "//art:__subpackages__",
         "//development/build",
         "//prebuilts:__subpackages__",
+        "//vendor:__subpackages__",
     ],
     apex_available: [
         "com.android.art",