nmeum / android-tools

Unoffical CMake-based build system for android command line utilities
Apache License 2.0
191 stars 57 forks source link

Update to platform-tools-31.0.0 #17

Closed Johnnynator closed 3 years ago

Johnnynator commented 3 years ago

Adb tested runtime on x86_64

Build (with GCC 10) for

aarch64 w musl-1.1.24
aarch64 w glibc 2.32
armv6l w musl-1.1.24
armv6l w glibc 2.32
armv7l w glibc 2.32
armv7l w musl-1.1.24
i686 w glibc 2.32
x86_64 w musl-1.1.24
x86_64 w glibc 2.32

There didn't seem all to big changes, most of the lines are just due to changed file paths

nmeum commented 3 years ago

Did some local tests on Alpine the last few days, worked fine and therefore cherry picked this in 20407b6b18994a21c0c83fb4b5963280287df6a8. We can do some further tests on other setups before making a new release. Thanks for your work on this! :)