From 37f06cd0854cb86cb3f8f023a162a8ccdaec3602 Mon Sep 17 00:00:00 2001 From: Joel Bacchus Date: Sun, 17 Jan 2021 01:09:16 +0000 Subject: [PATCH] patch: update DEVICE_DIR for mt8127-common --- patches/patch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/patch.sh b/patches/patch.sh index fd76e31..8d2bd55 100755 --- a/patches/patch.sh +++ b/patches/patch.sh @@ -1,5 +1,5 @@ ROOT="${PWD}" -DEVICE_DIR="device/alcatel/ttab" +DEVICE_DIR="device/amazon/mt8127-common" REPOSITORIES=( 'frameworks/av' )