summaryrefslogtreecommitdiff
path: root/LOLLIPOP-STABLE-PATCHSET
AgeCommit message (Collapse)Author
2015-05-17Pull in HAVE_MALLOC_H fix from master to make updated sqlite happyBernhard Rosenkränzer
Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
2015-04-27Use ARM/Aarch64 instructions for fabs/fabsfBernhard Rosenkränzer
Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
2015-04-25Add fix for API checkBernhard Rosenkränzer
Change-Id: If102bc20c110059e040a81a5f2c83bd08b749ce3 Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
2015-04-24Add fix for uninitialized variable in bluedroidBernhard Rosenkränzer
This fixes external/bluetooth/bluedroid/stack/./gatt/gatt_sr.c:176:27: error: 'p_rsp' may be used uninitialized in this function [-Werror=maybe-uninitialized] when using gcc-linaro-4.9-2015.04. Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
2015-04-08update bionic libc test patchYongqin Liu
Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2015-04-03Add strcat and strncat reimplementationsBernhard Rosenkränzer
Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
2015-03-24remove the bionic patches for strcat and strncatLCR-15.03-releaseYongqin Liu
will use this to check if there is no problem to boot on LAVA first. Then we will add it again after we fix the problem locally Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2015-03-20strcat/strncat optimizations, clean up file layoutBernhard Rosenkränzer
Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
2015-03-19LOLLIPOP-STABLE-PATCHSET: fix a wrong patchset numberYingshiuan Pan
Signed-off-by: Yingshiuan Pan <yingshiuan.pan@linaro.org>
2015-03-19Add Bionic patch 15543 (reimplemented strcat)Bernhard Rosenkränzer
Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
2015-03-19LOLLIPOP-STABLE-PATCHSET: Add cortex optimizations to bionicYingshiuan Pan
Signed-off-by: Yingshiuan Pan <yingshiuan.pan@linaro.org>
2015-03-12Add 15515/1Bernhard Rosenkränzer
This fixes 5.1 based builds with clang. Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
2015-03-12Cherrypick Bionic clang build fix from masterBernhard Rosenkränzer
Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
2015-03-12Cherry-pick Java detection fixBernhard Rosenkränzer
Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
2015-03-10Update Sepolicy patch rebased to Android 5.1Vishal Bhoj
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2015-01-26README.TXT: add README to describe how to this repositoryLCR-15.01-releaseYongqin Liu
add description about which patches we should inclued here, and how to apply patches here. also rename LOLLIPOP-EXPERIMENTAL-PATCHSET to LOLLIPOP-STABLE-PATCHSET, and make a link LOLLIPOP-EXPERIMENTAL-PATCHSET to LOLLIPOP-STABLE-PATCHSET so that the builds will work without any change Change-Id: Icc57be595a5bdbc2df6e48f7a7d801952e732f8b Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2015-01-06Rename LOLLIPOP-EXPERIMENTAL-PATCHSET to LOLLIPOP-STABLE-PATCHSETVishal Bhoj
We symlink LOLLIPOP-EXPERIMENTAL-PATCHSET to LOLLIPOP-STABLE-PATCHSET so that builds still continue to work. We can create an experimental patchset script when we add changes that are not supposed to be in stable patchset. Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>