| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
| |
I tested this in a chroot and the build should pass on the builders. If
it doesn't passing -DOPENSSL_NO_ASM=1 to cmake might help.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The build system including all patches required to build android-tools
on a musl-based system is located on my GitHub profile. This has the
advantages that patches are collected in a central place and enables
collaboration with package maintainers from other distribution.
While the CMake based system doesn't built all the tools previously
built by the ruby script it has some advantages over the previous setup.
The biggest advantage being that the software compiles fine with gcc
now.
As a long time goal all previously supported commands will likely be
supported again in the future but for now all tools I use regularly
bases are included (fastboot and adb).
|
|
|
|
| |
not relevant on s390x
|
|
|
|
| |
build fails
|
|
|
|
|
|
|
|
|
| |
This upgrade includes a ruby script for generating ninja build file
instead of manually creating a Makefile. The ruby script is taken from
the Arch Linux PKGBUILD.
Patches have also been taken from Arch Linux but needed some
modifications.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Use the ruby hack written by the arch linux folks to build the entire
thing.
|
| |
|
| |
|
|
|
|
|
| |
to avoid source tarball name conflicts in future
'core' and 'extras' are too generic.
|
|
|