summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2015-08-18 19:15:39 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2015-08-18 19:16:55 +0530
commit834d1ee2857b85f2b1e8c4399ef02246391faebe (patch)
tree74a9824c128d805b9dc0d4f665050fd884878b11
parent7ebaf0105cacf13e73df296d696bcc80c2b4df7b (diff)
downloadandroid-patchsets-834d1ee2857b85f2b1e8c4399ef02246391faebe.tar.gz
Remove M-LCR patchset
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org> Change-Id: Id37100a16c9b1880d862cf8637ff235732fdc758
-rwxr-xr-xLOLLIPOP-CHROMIUM-PATCHSET43
-rwxr-xr-xLOLLIPOP-MLCR-PATCHSET83
2 files changed, 0 insertions, 126 deletions
diff --git a/LOLLIPOP-CHROMIUM-PATCHSET b/LOLLIPOP-CHROMIUM-PATCHSET
deleted file mode 100755
index 8d330ee..0000000
--- a/LOLLIPOP-CHROMIUM-PATCHSET
+++ /dev/null
@@ -1,43 +0,0 @@
-#!/bin/sh
-
-. $(dirname $0)/functions
-
-PATCHES=0
-if [ -n "$1" ]; then
- AOSP="$1"
-else
- AOSP="`pwd`"
-fi
-
-if ! [ -d "$AOSP" ] && ! [ -d "$AOSP/bionic" ] && [ -d "$AOSP"/build ]; then
- echo "This script must be run from the AOSP source directory"
- echo "or with the AOSP source directory as its first parameter."
- exit 1
-fi
-
-# changes to make chromium_org to use the system libjpeg.so
-apply --linaro external/chromium_org 15874/3
-apply --linaro external/chromium_org/v8 15876/1
-apply --linaro external/chromium_org/third_party/angle 15877/1
-apply --linaro external/chromium_org/third_party/freetype 16014/1
-apply --linaro external/chromium_org/third_party/icu 15879/1
-apply --linaro external/chromium_org/third_party/libsrtp 15880/1
-apply --linaro external/chromium_org/third_party/libvpx 15886/1
-apply --linaro external/chromium_org/third_party/libyuv 15881/1
-apply --linaro external/chromium_org/third_party/openmax_dl 15882/1
-apply --linaro external/chromium_org/third_party/ots 15883/1
-apply --linaro external/chromium_org/third_party/WebKit 16017/1
-apply --linaro external/chromium_org/third_party/webrtc 15885/1
-
-# changes to make chromium_org to use the system libz.so and libz_minizip.so
-apply --linaro frameworks/webview 15973/1
-apply --linaro external/zlib 15955/5
-apply --linaro external/chromium_org 15960/7
-apply --linaro external/chromium_org/third_party/ots 15957/2
-apply --linaro external/chromium_org/third_party/freetype 16015/1
-apply --linaro external/chromium_org/third_party/WebKit 16018/1
-
-# changes to make chromium_org to use the system libpng.so
-apply --linaro external/chromium_org 16024/1
-apply --linaro external/chromium_org/third_party/freetype 16016/1
-apply --linaro external/chromium_org/third_party/WebKit 16019/1
diff --git a/LOLLIPOP-MLCR-PATCHSET b/LOLLIPOP-MLCR-PATCHSET
deleted file mode 100755
index 14eb5a3..0000000
--- a/LOLLIPOP-MLCR-PATCHSET
+++ /dev/null
@@ -1,83 +0,0 @@
-#!/bin/sh
-
-. $(dirname $0)/functions
-
-PATCHES=0
-if [ -n "$1" ]; then
- AOSP="$1"
-else
- AOSP="`pwd`"
-fi
-
-if ! [ -d "$AOSP" ] && ! [ -d "$AOSP/bionic" ] && [ -d "$AOSP"/build ]; then
- echo "This script must be run from the AOSP source directory"
- echo "or with the AOSP source directory as its first parameter."
- exit 1
-fi
-
-##################################################
-################ Non-upstreamable ################
-##################################################
-# Include bionic tests patch http://review.android.git.linaro.org/#/c/15288/
-apply --linaro system/extras 15288/2
-
-##################################################
-################ Backport ########################
-##################################################
-# Include fix for monkey crash on browser package:
-# https://android-review.googlesource.com/#/c/118963
-apply packages/apps/Browser 118963/1
-# Fix Java detection on Linux distributions that
-# rely on update-alternatives to allow several JDKs
-# to coexist
-cherrypick build 311384fec340a7f2f76ca7f45599987df4341d5b
-# Allow the Denver implementation of memset to build
-# with clang
-cherrypick bionic ce46f5576ad0c9aefd842492949c4d2965e23e89
-# Allow Bionic to build with clang
-apply --linaro bionic 15515/1
-# Allow skia to build with giflib 5.1
-apply external/skia 151010/1
-
-##################################################
-################## Bug fixes #####################
-##################################################
-# Uninitialized variable
-apply --linaro external/bluetooth/bluedroid 15610/1
-# Fix API check on build hosts with modern glibc versions
-apply system/core 114555/1
-# Make sure HAVE_MALLOC_H has a value to make updated sqlite happy
-cherrypick build 9b44afb4529d743e291d6565d6fbe463cd8c964b
-
-##################################################
-################ Temporary fix ###################
-##################################################
-# Include patch for start and stop file path for bootchart:
-# https://android-review.googlesource.com/#/c/117071/
-apply --linaro system/core 15367/2
-apply --linaro external/sepolicy 15506/1
-apply --linaro packages/apps/Settings 16007/1
-
-##################################################
-#### Optimizations not yet submitted upstream ####
-##################################################
-# Add optimizations from cortex-string for bionic
-apply --linaro bionic 15494/5
-apply --linaro bionic 15528/1
-apply --linaro bionic 15529/1
-# Further Bionic optimizations
-apply --linaro bionic 15553/1
-apply --linaro bionic 15566/1
-
-########################################################
-#### Backports of optimizations submitted to master ####
-########################################################
-apply --linaro bionic 15972/2
-
-##################################################
-################ Linaro hack ###################
-##################################################
-# changes to make perf work on Lollipop
-apply --linaro bionic 15845/3
-apply --linaro external/elfutils 15844/2
-apply --linaro external/linux-tools-perf 15843/2