Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sys-libs/bionic: static link /system/bin/linker*HEADmaster | Benda Xu | 2018-08-14 | 2 | -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 Xu | 2018-08-14 | 2 | -24/+3 |
| | | | | | Credit: mgorny Package-Manager: Portage-2.3.40, Repoman-2.3.9 | ||||
* | sys-libs/bionic: fix Manifest conflict | KireinaHoro | 2018-08-14 | 1 | -0/+20 |
| | | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9 | ||||
* | Merge branch 'master' of git+ssh://git.gentoo.org/proj/android | KireinaHoro | 2018-08-14 | 2 | -23/+6 |
|\ | |||||
| * | sys-libs/bionic: bump to EAPI-7 and BDEPEND on python-2.7 | Benda Xu | 2018-08-14 | 2 | -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 binaries | KireinaHoro | 2018-08-14 | 2 | -1/+2 |
|/ | | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9 | ||||
* | sys-libs/bionic: port bionic to gentoo toolchain. | Benda Xu | 2018-08-13 | 7 | -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 | ||||
* | dev-util/soong: Combined hack to support gentoo toolchain. | Benda Xu | 2018-08-13 | 6 | -15/+82 |
| | | | | | | | | | | | | | Add google llvm-tblgen. Google llvm-tblgen is completely different from upstream. Make toc.sh an executable. Gentoo toolchain defaults with -pie, so replace -Wl,-r with -r. Disable strip, as it is managed by portage. Package-Manager: Portage-2.3.40, Repoman-2.3.9 | ||||
* | sys-libs/bionic: port to glibc-2.26. | Benda Xu | 2018-08-13 | 3 | -6/+28 |
| | | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9 | ||||
* | dev-util/soong: make copygcclib.sh executable. | Benda Xu | 2018-08-13 | 2 | -1/+2 |
| | | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9 | ||||
* | sys-libs/bionic: specify target arch. | Benda Xu | 2018-08-13 | 3 | -2/+77 |
| | | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9 | ||||
* | dev-util/soong: remove sysroot specifications. | Benda Xu | 2018-08-13 | 3 | -1/+76 |
| | | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9 | ||||
* | sys-libs/bionic: remove NDK. | Benda Xu | 2018-08-12 | 2 | -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 | ||||
* | dev-util/soong: use gentoo host path for toolchain and helpers. | Benda Xu | 2018-08-12 | 5 | -11/+69 |
| | | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9 | ||||
* | sys-libs/bionic: disable relocation packer. | Benda Xu | 2018-08-11 | 2 | -1/+4 |
| | | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9 | ||||
* | dev-util/soong: remove strip wrappers. | Benda Xu | 2018-08-11 | 3 | -6/+32 |
| | | | | | | ship scripts like copygcclib.sh. Package-Manager: Portage-2.3.40, Repoman-2.3.9 | ||||
* | dev-util/soong: remove dependencies on prebuilt toolchain. | Benda Xu | 2018-08-11 | 3 | -3/+83 |
| | | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9 | ||||
* | dev-util/soong: rename lineage vendor distfile | KireinaHoro | 2018-08-10 | 2 | -3/+3 |
| | | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9 | ||||
* | dev-util/soong: add soong-9999 from KirenaHoro. | Benda Xu | 2018-08-10 | 4 | -0/+144 |
| | | | | | | | Remove bootstrap recipe generator, because it is not needed after soong is built. Package-Manager: Portage-2.3.40, Repoman-2.3.9 | ||||
* | sys-libs/bionic: ebuild that works up to src_configure. | Benda Xu | 2018-08-10 | 3 | -0/+92 |
| | | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9 | ||||
* | dev-util/soong: distribute root.bp. | Benda Xu | 2018-08-10 | 2 | -2/+3 |
| | | | | | | This mocks the Android build system more closely. Package-Manager: Portage-2.3.40, Repoman-2.3.9 | ||||
* | dev-util/soong: use caching reverse proxy. | Benda Xu | 2018-08-10 | 2 | -4/+4 |
| | | | | | | The android source tarball is constantly changing. Package-Manager: Portage-2.3.40, Repoman-2.3.9 | ||||
* | dev-util/soong: use cleaner SRC_URI. | Benda Xu | 2018-08-09 | 2 | -5/+5 |
| | | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9 | ||||
* | Ship the patches and common Android.bp. | Benda Xu | 2018-08-09 | 5 | -2/+148 |
| | |||||
* | Add soong, the android build system. | Benda Xu | 2018-08-09 | 3 | -0/+66 |
| | |||||
* | sys-apps/sharkbait-setup: bump to 0.5 | KireinaHoro | 2018-07-28 | 2 | -2/+2 |
| | | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9 | ||||
* | sys-apps/sharkbait-setup: install scripts | KireinaHoro | 2018-07-28 | 2 | -2/+2 |
| | | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9 | ||||
* | sys-apps/sharkbait-setup: bump to v0.4 | KireinaHoro | 2018-07-27 | 2 | -2/+2 |
| | | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9 | ||||
* | sys-apps/sharkbait-setup: add new package | KireinaHoro | 2018-07-27 | 3 | -0/+63 |
| | | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9 | ||||
* | virtual: add virtual for Android kernel sources | KireinaHoro | 2018-07-26 | 6 | -0/+70 |
| | | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9 | ||||
* | Merge branch 'master' of git+ssh://git.gentoo.org/proj/android | KireinaHoro | 2018-07-25 | 2 | -5/+1 |
|\ | |||||
| * | sys-kernel/linux-headers: add 3.10.73 | KireinaHoro | 2018-07-25 | 3 | -0/+64 |
| | | | | | | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9 | ||||
| * | Change the repository name to android and remove useless categories. | Benda Xu | 2018-07-10 | 2 | -5/+1 |
| | | |||||
* | | sys-kernel/linux-headers: add 3.10.73 | KireinaHoro | 2018-07-19 | 3 | -0/+64 |
|/ | | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9 | ||||
* | sys-kernel/preinit: bump to 0.9 | KireinaHoro | 2018-07-10 | 2 | -2/+2 |
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 | ||||
* | sys-kernel/preinit: bump to 0. install8 | KireinaHoro | 2018-07-04 | 2 | -2/+2 |
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 | ||||
* | sys-kernel/installkernel: bump to 0.2 | KireinaHoro | 2018-07-03 | 2 | -2/+11 |
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 | ||||
* | sys-kernel/preinit: bump to 0.7 | KireinaHoro | 2018-07-03 | 2 | -2/+2 |
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 | ||||
* | sys-kernel/angler-sources: fix bug in ebuild | KireinaHoro | 2018-07-03 | 2 | -1/+1 |
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 | ||||
* | sys-kernel/angler-sources: add proper ebuild | KireinaHoro | 2018-07-03 | 3 | -37/+28 |
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 | ||||
* | sys-kernel/preinit: bump to 0.6 | KireinaHoro | 2018-07-03 | 2 | -2/+2 |
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 | ||||
* | sys-kernel/preinit: bump to 0.5 | KireinaHoro | 2018-07-03 | 2 | -3/+3 |
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 | ||||
* | sys-kernel: fix various issues | KireinaHoro | 2018-07-03 | 6 | -8/+7 |
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 | ||||
* | sys-kernel: add Android source and utilities | KireinaHoro | 2018-07-03 | 9 | -0/+149 |
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 | ||||
* | gcc-config: merged. | Benda Xu | 2018-01-16 | 3 | -61/+0 |
| | |||||
* | mesa: not needed and outdated. | Benda Xu | 2018-01-07 | 5 | -467/+0 |
| | |||||
* | db.eclass, user.eclass: upstreamed. | Benda Xu | 2017-11-27 | 2 | -684/+0 |
| | |||||
* | crossdev: merge upstream. | Benda Xu | 2017-11-19 | 3 | -46/+0 |
| | |||||
* | glibc: need to be kept for RHEL 5, etc. | Benda Xu | 2017-10-19 | 53 | -0/+11434 |
| | |||||
* | clean up ebuilds. | Benda Xu | 2017-10-19 | 29 | -3180/+0 |
| | | | | | | | | outdated: libdbusmenu-qt cacti rb_libtorrent |