- Feb 12, 2019
-
-
Change-Id: Idd0a7861fae597937ded429908cfea65be188165
-
- Feb 06, 2019
-
-
Scott Lobdell authored
Change-Id: I45fd11b68919ad20c522bb6feae4ae025a9082bb
-
- Jan 27, 2019
-
-
android-build-team Robot authored
Change-Id: Ib77bace37d8ba1964fd4283ad5611c7b5ef1c4e4
-
- Jan 24, 2019
-
-
George Burgess IV authored
am: 10b3b0d2 Change-Id: I2dc765bed3479df981eef26e8c4e3494be90d9c1
-
George Burgess IV authored
am: 38a84132 Change-Id: If978195103a7894e0ee7e6353239bf27bd22be44
-
George Burgess IV authored
am: 33581f7b Change-Id: I0435e4e98154915e04a563ba0afb8e230a5a4e56
-
- Jan 23, 2019
-
-
George Burgess IV authored
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
-
- Jan 14, 2019
-
-
Inna Palant authored
-