Fix typo introduced by 1c22d6853c which enabled the anbox option when the zfsfix was enabled

This commit is contained in:
Tk-Glitch 2020-11-22 10:49:16 +01:00
parent 89f3c1f4b3
commit a6a8c0d02c

View File

@ -1069,7 +1069,7 @@ _tkg_srcprep() {
plain "https://github.com/anbox/anbox"
read -rp "`echo $' > N/y : '`" CONDITION12;
fi
if [[ "$CONDITION12" =~ [yY] ]] || [ "$_zfsfix" = "true" ]; then
if [[ "$CONDITION12" =~ [yY] ]] || [ "$_anbox" = "true" ]; then
echo "CONFIG_ASHMEM=y" >> ./.config
echo "CONFIG_ANDROID=y" >> ./.config
echo "CONFIG_ANDROID_BINDER_IPC=y" >> ./.config