From 1cb95f80cb7095d7da97c80309f38f82a2bddf87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernhard=20Rosenkr=C3=A4nzer?= Date: Fri, 22 Jan 2016 21:43:31 +0100 Subject: Pull in patch for Pixel C keyboard support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Id354e3d1afee585a97fa868cbb5deb0dc062f4b3 Signed-off-by: Bernhard Rosenkränzer --- marshmallow-pixelc-patchset | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 marshmallow-pixelc-patchset diff --git a/marshmallow-pixelc-patchset b/marshmallow-pixelc-patchset new file mode 100755 index 0000000..277270b --- /dev/null +++ b/marshmallow-pixelc-patchset @@ -0,0 +1,19 @@ +#!/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 + +# Add kludge for Pixel C keyboard layout support that made it to 6.0.1_r5 but not 6.0.1_r10 +cherrypick frameworks/base f3ec536edbad295303d9a3cf80bd72a4675cf7c7 -- cgit v1.2.3