Commit 305841a
Update Android SDK tools and bundled binaries (#5279)
This pull request updates the Android toolchain to modern versions to
fix compatibility issues and improve stability.
### Changes:
- Replaced the deprecated `sdk-tools-linux` with modern
`commandlinetools-linux` (Revision 11076708) in
`local/install_python_deps_linux.bash`.
- Updated the installation script to handle the new `cmdline-tools`
directory structure.
- Bumped the default Android emulator API level to 34 (x86_64) for
improved performance and stability.
- Updated bundled `adb` and `fastboot` binaries to version 37.0.0.
### Impact:
- Fixes `java.lang.NoClassDefFoundError` on systems using Java 11+.
- Prevents ADB server version mismatches and constant disconnections
when running local emulators.
- Provides a more robust and performant environment for Android fuzzing.
---------
Co-authored-by: Diego Jardon <jardondiego@google.com>1 parent aec4e59 commit 305841a
3 files changed
Lines changed: 17 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
41 | 47 | | |
| 48 | + | |
42 | 49 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
47 | 53 | | |
48 | 54 | | |
49 | 55 | | |
| |||
Binary file not shown.
Binary file not shown.
0 commit comments