When I build ADB and Fastboot for Windows, I get binaries that are many times larger than the binaries available for download from Google. Specifically, ADB is 67.3 MiB (compared to just 5.66 MiB), and fastboot is 13.1 MiB (compared to just 1.55 MiB).
My build steps: repo init -u https://android.googlesource.com/platform/manifest -b platform-tools-31.0.3 repo sync -j10 lunch sdk-user make host_cross_adb make host_cross_fastboot I've also tried running make sdk before make host_cross_adb and make host_cross_fastboot, and originally I ran lunch sdk-eng like the instructions specify, and nothing seems to help. Any assistance would be appreciated. -- -- You received this message because you are subscribed to the "Android Building" mailing list. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-building?hl=en --- You received this message because you are subscribed to the Google Groups "Android Building" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/android-building/caac19ec-8c41-4a40-b944-c303e5f0b212n%40googlegroups.com.
