dexdump is provided in the Windows SDK.
The default value got overridden in https://r.android.com/1711019.
Test: build/soong/soong_ui.bash --make-mode TARGET_PRODUCT=sdk \
TARGET_BUILD_VARIANT=userdebug win_sdk dist sdk_repo
Bug: 188690649
Bug: 172480615
Change-Id: I358e6e547968ada3cd7f52c13c7a2b38ec712e61
diff --git a/dexdump/Android.bp b/dexdump/Android.bp
index eb33b26..0115b38 100644
--- a/dexdump/Android.bp
+++ b/dexdump/Android.bp
@@ -60,6 +60,10 @@
darwin: {
enabled: true,
},
+ windows: {
+ // dexdump is provided in the Windows SDK.
+ enabled: true,
+ },
},
apex_available: [
"com.android.art",