mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 12:35:33 -04:00
a10: Make makefile generator set mini gapps on A10
This commit is contained in:
parent
3082f739cd
commit
e3c595dbc3
1 changed files with 5 additions and 0 deletions
|
|
@ -33,3 +33,8 @@ if echo $HD_DEV | grep $DEVICE 2>&1 >/dev/null; then
|
||||||
else
|
else
|
||||||
echo "TARGET_BOOT_ANIMATION_RES := 1080" >>${DEV}/"$VENDOR"_${DEVICE}.mk
|
echo "TARGET_BOOT_ANIMATION_RES := 1080" >>${DEV}/"$VENDOR"_${DEVICE}.mk
|
||||||
fi
|
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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue