Fix typo introduced by 1c22d6853c
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"
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user