summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-libs/bionic: static link /system/bin/linker*HEADmasterBenda Xu2018-08-142-4/+24
| | | | | | give it exe permission. Package-Manager: Portage-2.3.40, Repoman-2.3.9
* sys-libs/bionic: Use python-any-r1 to describe python2.Benda Xu2018-08-142-24/+3
| | | | | Credit: mgorny Package-Manager: Portage-2.3.40, Repoman-2.3.9
* sys-libs/bionic: fix Manifest conflictKireinaHoro2018-08-141-0/+20
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* Merge branch 'master' of git+ssh://git.gentoo.org/proj/androidKireinaHoro2018-08-142-23/+6
|\
| * sys-libs/bionic: bump to EAPI-7 and BDEPEND on python-2.7Benda Xu2018-08-142-4/+7
| | | | | | | | | | | | | | Helper script build/tools/fs_config/fs_config_generator.py should be explicitly executed by python-2.7. Package-Manager: Portage-2.3.40, Repoman-2.3.9
* | sys-libs/bionic: correct permissions for binariesKireinaHoro2018-08-142-1/+2
|/ | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* sys-libs/bionic: port bionic to gentoo toolchain.Benda Xu2018-08-137-11/+195
| | | | | | | | | | | | | | | | | | | | | | | | | | binutils-2.29 errors on overlapping eh-frame-hdr, so disable it. The ELF field is only useful for stack trace. Explicitly link against libgcc_s for Unwind. The android prebuilt toolchain has bundled libgcc_s into libgcc. Remove the visibility hack on libutils introduced in https://android.googlesource.com/platform/system/core/+/96ccb85fa226d74b82ba0e6f69e5439f4a81adf3 glibc-2.26 does not ship RPC anymore, symlink tirpc because soong pretends that it cannot access anything outside the work directory. Generate llvm-tblgen, google has rewritten it into a completely different program, despite the name collision with upstream llvm. Remove binary build of demangle and zlib. Remove all windows host builds. Package-Manager: Portage-2.3.40, Repoman-2.3.9
* sys-libs/bionic: port to glibc-2.26.Benda Xu2018-08-133-6/+28
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* sys-libs/bionic: specify target arch.Benda Xu2018-08-133-2/+77
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* sys-libs/bionic: remove NDK.Benda Xu2018-08-122-1/+6
| | | | | | | NDK: https://developer.android.com/ndk/guides/concepts We don't need it because we will be building natively. Package-Manager: Portage-2.3.40, Repoman-2.3.9
* sys-libs/bionic: disable relocation packer.Benda Xu2018-08-112-1/+4
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* sys-libs/bionic: ebuild that works up to src_configure.Benda Xu2018-08-103-0/+92
Package-Manager: Portage-2.3.40, Repoman-2.3.9