Fix typo introduced by 1c22d6853c9c8e354e69b9aae9586298aed2b96f which enabled the anbox option when the zfsfix was enabled
This commit is contained in:
parent
89f3c1f4b3
commit
a6a8c0d02c
@ -1069,7 +1069,7 @@ _tkg_srcprep() {
|
|||||||
plain "https://github.com/anbox/anbox"
|
plain "https://github.com/anbox/anbox"
|
||||||
read -rp "`echo $' > N/y : '`" CONDITION12;
|
read -rp "`echo $' > N/y : '`" CONDITION12;
|
||||||
fi
|
fi
|
||||||
if [[ "$CONDITION12" =~ [yY] ]] || [ "$_zfsfix" = "true" ]; then
|
if [[ "$CONDITION12" =~ [yY] ]] || [ "$_anbox" = "true" ]; then
|
||||||
echo "CONFIG_ASHMEM=y" >> ./.config
|
echo "CONFIG_ASHMEM=y" >> ./.config
|
||||||
echo "CONFIG_ANDROID=y" >> ./.config
|
echo "CONFIG_ANDROID=y" >> ./.config
|
||||||
echo "CONFIG_ANDROID_BINDER_IPC=y" >> ./.config
|
echo "CONFIG_ANDROID_BINDER_IPC=y" >> ./.config
|
||||||
|
Loading…
x
Reference in New Issue
Block a user