summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2016-03-07 18:37:32 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2016-03-07 18:39:04 +0800
commitdd087ad21389ce8a6b67e441ee6a9f6f38a2de9c (patch)
treea7315702fe5d3167a9206b98b0c2d81f65467da9
parentf09e3531bce980a6609c86e88d4c44226af646ea (diff)
downloadandroid-patchsets-RLCR-16.03.tar.gz
MARSHMALLOW-RLCR-PATCHSET: add gerrit review urls for each changeRLCR-16.03
this would help the developers who does not have linux environment can check the patch content as well. Change-Id: I523c414c06a3ecf0d093ad12aaad51b81de71887 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
-rwxr-xr-xMARSHMALLOW-RLCR-PATCHSET8
1 files changed, 6 insertions, 2 deletions
diff --git a/MARSHMALLOW-RLCR-PATCHSET b/MARSHMALLOW-RLCR-PATCHSET
index 4d56b27..eae34df 100755
--- a/MARSHMALLOW-RLCR-PATCHSET
+++ b/MARSHMALLOW-RLCR-PATCHSET
@@ -18,8 +18,9 @@ fi
##################################################
################ Non-upstreamable ################
##################################################
-#patch to make 32bit binary on 64bit platforms use
-#the existing assembly code for arm as well
+# patch to make 32bit binary on 64bit platforms use
+# the existing assembly code for arm as well
+# https://android-review.linaro.org/#/c/16238/
apply --linaro frameworks/av 16238/1
##################################################
@@ -34,14 +35,17 @@ apply --linaro frameworks/av 16238/1
################ Temporary fix ###################
##################################################
# patch to integrate tjbench test on jpeg project
+# https://android-review.linaro.org/#/c/15791/
apply --linaro external/jpeg 15791/1
##################################################
#### Optimizations not yet submitted upstream ####
##################################################
# Cortex-A57 support in Bionic
+# https://android-review.linaro.org/#/c/16260/
apply --linaro bionic 16260/1
# ... and in ART
+# https://android-review.linaro.org/#/c/16262/
apply --linaro art 16262/1
########################################################