add mediatek color format patch
Change-Id: Ia47347ff3b265c2625290760cdcd28ece50d246c (cherry picked from commit 374bd92aa9f7216967aec8233b2cf7e490debd6b)
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
Reference in New Issue
Block a user