Files
device_amazon_mt8127-common/patches/patch.sh
T
Stricted 17b6b21a77 add mediatek color format patch
Change-Id: Ia47347ff3b265c2625290760cdcd28ece50d246c
(cherry picked from commit 374bd92aa9f7216967aec8233b2cf7e490debd6b)
2021-01-17 01:06:46 +00:00

14 lines
272 B
Bash

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