universal7885: Set mini gapps treewide

This commit is contained in:
Soo Hwan Na 2023-12-22 15:00:43 +09:00
commit da5160f3c5

View file

@ -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