From da5160f3c5c0de36b22e274fee6e1d4d0902b1fa Mon Sep 17 00:00:00 2001 From: Soo Hwan Na Date: Fri, 22 Dec 2023 15:00:43 +0900 Subject: [PATCH] universal7885: Set mini gapps treewide --- universal7885-common/setup.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/universal7885-common/setup.sh b/universal7885-common/setup.sh index a6f4b6a..253153e 100755 --- a/universal7885-common/setup.sh +++ b/universal7885-common/setup.sh @@ -33,8 +33,4 @@ if echo $HD_DEV | grep $DEVICE 2>&1 >/dev/null; then else echo "TARGET_BOOT_ANIMATION_RES := 1080" >>${DEV}/"$VENDOR"_${DEVICE}.mk fi - -A10_DEV="a10dd a10" -if echo $A10_DEV | grep $DEVICE 2>&1 >/dev/null; then - echo "TARGET_USES_MINI_GAPPS := true" >>${DEV}/"$VENDOR"_${DEVICE}.mk -fi +echo "TARGET_USES_MINI_GAPPS := true" >>${DEV}/"$VENDOR"_${DEVICE}.mk