summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xaosp-stable-workarounds22
-rwxr-xr-xhikey-n-workarounds3
2 files changed, 25 insertions, 0 deletions
diff --git a/aosp-stable-workarounds b/aosp-stable-workarounds
new file mode 100755
index 0000000..f2b15e3
--- /dev/null
+++ b/aosp-stable-workarounds
@@ -0,0 +1,22 @@
+#!/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
+
+
+########################################################
+#### unable to determine archtecture bug workaround ####
+########################################################
+apply --server ssh://git@dev-private-review.linaro.org/linaro-art/ art 958/2
diff --git a/hikey-n-workarounds b/hikey-n-workarounds
index 4869fe1..b0726c8 100755
--- a/hikey-n-workarounds
+++ b/hikey-n-workarounds
@@ -31,6 +31,9 @@ apply --linaro device/linaro/hikey 16834/3
## revert to have default serialno
revert device/linaro/hikey 128d7e6340d693af53bdecac28fd97d3ae8695ee
+## revert changes for using internal fat16copy
+revert device/linaro/hikey fcfe2d6ac00539f2d4cf77295503c0d285ee8170
+
## kernel/cpuset.c: hack for add_tid_to_cgroup failure
## https://android-review.linaro.org/#/c/17073/
apply --linaro --local kernel/linaro/hisilicon kernel/hikey-linaro 17073/1