Export dexdump, oatdump, and veridex as prebuilt host tools. am: 2b527c4f86 am: 9f9741330c

Original change: https://android-review.googlesource.com/c/platform/art/+/1703925

Change-Id: Ie78982e3fe5d09cd204365da5f1b78d3499a0e84
diff --git a/build/sdk/Android.bp b/build/sdk/Android.bp
index 79abbc1..f6b37e7 100644
--- a/build/sdk/Android.bp
+++ b/build/sdk/Android.bp
@@ -180,10 +180,13 @@
                 "okhttp-norepackage",
             ],
             native_binaries: [
-                "hiddenapi",
                 "dex2oat",
                 "dex2oatd",
+                "dexdump",
+                "hiddenapi",
+                "oatdump",
                 "profman",
+                "veridex",
             ],
             native_libs: [
                 "libartpalette", // libdexfile dependency
diff --git a/dexdump/Android.bp b/dexdump/Android.bp
index 3b651e8..87abfc1 100644
--- a/dexdump/Android.bp
+++ b/dexdump/Android.bp
@@ -47,6 +47,7 @@
         // static_sdk_tools build.
         host: {
             enabled: true,
+            stl: "libc++_static",
             static_libs: [
                 "libdexfile",
                 "libartbase",