add mediatek color format patch

Change-Id: Ia47347ff3b265c2625290760cdcd28ece50d246c
(cherry picked from commit 374bd92aa9f7216967aec8233b2cf7e490debd6b)
This commit is contained in:
Stricted
2018-05-01 03:55:08 +02:00
committed by Joel Bacchus
parent dfaa6702ad
commit 17b6b21a77
2 changed files with 5517 additions and 0 deletions
File diff suppressed because it is too large Load Diff
+13
View File
@@ -0,0 +1,13 @@
ROOT="${PWD}"
DEVICE_DIR="device/alcatel/ttab"
REPOSITORIES=(
'frameworks/av'
)
for repository in "${REPOSITORIES[@]}"; do
cd "${ROOT}/${repository}"
git am --whitespace=nowarn --keep-cr "${ROOT}/${DEVICE_DIR}/patches/${repository}"/*
cd "${ROOT}"
done