linux_xanmod: remove duplicate android kernel options

and enable WINESYNC in kernel config
This commit is contained in:
fortuneteller2k 2021-12-26 02:13:12 +08:00
parent 276bd41027
commit de06c5e8e8

View File

@ -51,16 +51,12 @@ buildLinux (args // rec {
# Graysky's additional CPU optimizations
CC_OPTIMIZE_FOR_PERFORMANCE_O3 = yes;
# Android Ashmem and Binder IPC Driver as module for Anbox
ASHMEM = module;
ANDROID = yes;
ANDROID_BINDER_IPC = module;
ANDROID_BINDERFS = module;
ANDROID_BINDER_DEVICES = freeform "binder,hwbinder,vndbinder";
# Futex WAIT_MULTIPLE implementation for Wine / Proton Fsync.
FUTEX = yes;
FUTEX_PI = yes;
# WineSync driver for fast kernel-backed Wine
WINESYNC = module;
};
extraMeta = {