summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
########################################################