summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2015-10-08 13:42:30 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2015-10-08 08:13:42 +0000
commitbc07899e15642eb8659bf24c2ca002ea7baf6b3e (patch)
treefaa081e7e70291417188e21a07418754c30e3bb6
parent9df5328a8a1456893ea02f013ff0723980d4091f (diff)
downloadandroid-patchsets-bc07899e15642eb8659bf24c2ca002ea7baf6b3e.tar.gz
include s/w graphics patch for juno
marshmallow build until mali libs are updated Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org> Change-Id: Id67766da4105878e227e8757cfccbd99071b1a5d
-rwxr-xr-xjuno-m-workarounds22
1 files changed, 22 insertions, 0 deletions
diff --git a/juno-m-workarounds b/juno-m-workarounds
new file mode 100755
index 0000000..a442060
--- /dev/null
+++ b/juno-m-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
+
+##################################################
+################ Linaro hack ###################
+##################################################
+######## 32bpp software graphis support ########
+apply frameworks/native 147401/1