summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-24Check in a glibc 2.17 + gcc 4.8.3 toolchain am: 33581f7b65 am: 38a84132faq_tzdata_aml_297100400q_tzdata_aml_297100300q_tzdata_aml_297100000q_tzdata_aml_296200000q_tzdata_aml_295600118q_tzdata_aml_295600110q_tzdata_aml_295500002q_tzdata_aml_295500001q_tzdata_aml_294400310ndk-r21endk-r21dndk-r21cndk-r21bndk-r21-rc1ndk-r21-beta2ndk-r21-beta1ndk-r21android-mainline-12.0.0_r54android-mainline-12.0.0_r111android-mainline-10.0.0_r9android-mainline-10.0.0_r8android-mainline-10.0.0_r7android-mainline-10.0.0_r6android-mainline-10.0.0_r5android-mainline-10.0.0_r4android-mainline-10.0.0_r13android-mainline-10.0.0_r12android-mainline-10.0.0_r11android-mainline-10.0.0_r10android-10.0.0_r9android-10.0.0_r8android-10.0.0_r7android-10.0.0_r45android-10.0.0_r44android-10.0.0_r43android-10.0.0_r42android-10.0.0_r41android-10.0.0_r40android-10.0.0_r39android-10.0.0_r38android-10.0.0_r37android-10.0.0_r36android-10.0.0_r35android-10.0.0_r34android-10.0.0_r33android-10.0.0_r32android-10.0.0_r31android-10.0.0_r30android-10.0.0_r29android-10.0.0_r28android-10.0.0_r27android-10.0.0_r26android-10.0.0_r25android-10.0.0_r24android-10.0.0_r23android-10.0.0_r22android-10.0.0_r21android-10.0.0_r20android-10.0.0_r19android-10.0.0_r18android-10.0.0_r16android-10.0.0_r15android-10.0.0_r14android-10.0.0_r13android-10.0.0_r12q_tzdata_aml_297100000ndk-sysroot-r21ndk-release-r21llvm-r365631android12-mainline-tzdata-releaseandroid10-qpr3-s1-releaseandroid10-qpr3-releaseandroid10-qpr2-s4-releaseandroid10-qpr2-s3-releaseandroid10-qpr2-s2-releaseandroid10-qpr2-s1-releaseandroid10-qpr2-releaseandroid10-qpr1-releaseandroid10-qpr1-mainline-releaseandroid10-qpr1-d-releaseandroid10-qpr1-c-s1-releaseandroid10-qpr1-c-releaseandroid10-qpr1-b-s1-releaseandroid10-qpr1-b-releaseandroid10-mainline-tzdata-releaseandroid10-mainline-resolv-releaseandroid10-mainline-networking-releaseandroid10-mainline-media-releaseandroid10-devandroid10-d4-s1-releaseandroid10-d4-releaseandroid10-c2f2-s2-releaseandroid10-c2f2-s1-releaseandroid10-c2f2-releaseandroid10-android13-mainline-tzdata-releaseGeorge Burgess IV
am: 10b3b0d2fd Change-Id: I2dc765bed3479df981eef26e8c4e3494be90d9c1
2019-01-24Check in a glibc 2.17 + gcc 4.8.3 toolchain am: 33581f7b65George Burgess IV
am: 38a84132fa Change-Id: If978195103a7894e0ee7e6353239bf27bd22be44
2019-01-24Check in a glibc 2.17 + gcc 4.8.3 toolchainGeorge Burgess IV
am: 33581f7b65 Change-Id: I0435e4e98154915e04a563ba0afb8e230a5a4e56
2019-01-23Check in a glibc 2.17 + gcc 4.8.3 toolchainandroid-q-preview-6android-q-preview-5android-q-preview-4android-q-preview-2.5android-q-preview-1llvm-r353983George Burgess IV
This CL checks in glibc 2.17. This was built using the newly-included build-with-previous-gcc.sh script. build-*-multilib-toolchain.sh is more or less the same as it was; it learned to copy its wrapper into the new toolchain root, and now knows how to apply things in sysroot-patches. For a full diff between old and new, look here (sorry external people; please use `diff` manually): https://paste.googleplex.com/4796800347144192 In the 2.15 upgrade CL (I355e28b922101700719c0cc27f588782f96979d4), the commit message notes that it also: - added a symbolic link to stdatomic.h - copied libxcb.so.1{,.1.0} from precise's /usr/lib/* to the prebuilts glibc dir. Despite no builds breaking without it, I added the first bullet as a sysroot-patch. For the second bullet, it seems like a really bad idea to try to copy libxcb.so from a modernish Debian into an essentially 5 year old sysroot. cs/ for `libxcb package:^android$ -file:^prebuilts/ -file:quipper/testdata -file:^external/` gives me a single result. Namely, a directory in vendor/ apparently provides its own libxcb.so.1. (And a few places in external/ reference it in documentation? Hard to tell if we ever actually need it, though) So, unless we can find something it breaks, I'm dropping the libxcb bits from this (note that the sysroot *does* still contain a libxcb on its own, like the previous one does.) Manual actions: - Copied over CAPS root files from the glibc-2.15 dir not already present in this directory (MODULE_LICENSE_GPL, OWNERS, NOTICE, etc.) Bug: 111358231 Test: A few: - checkbuilds of taimen-eng, hikey960-eng, marlin-eng, sdk_gphone_x86-userdebug - `make -j80 dist TARGET_PRODUCT=cf_x86_phone ndk_translation_all` - `emulator -no-display` on sdk_gphone_x86-userdebug booted and was `adb`able - built the emulator branch (I8936e4a3bddfd500dadb8034f0b272eb1c463978); tests pass. Using the emulator on a newly-built sdk_gphone_x86-userdebug image boots and is `adb`able - `make -j80 -k PRODUCT-sdk_x86-sdk dist` builds Change-Id: Ieeed444801160e3d288bbad7d871067e81411118
2019-01-14Initial empty repositoryInna Palant