Skip to content

Commit

Permalink
feat(routines-tkg): replace anbox with waydroid to have it built auto…
Browse files Browse the repository at this point in the history
…matically (#90)
  • Loading branch information
dr460nf1r3 authored Sep 20, 2023
1 parent 90c3586 commit b010e6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib/routines-tkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function tkg-kernel-variate() {
s/_futex2=\"[^\"]*\"/_futex2=\"true\"/g
s/_futex_waitv=\"[^\"]*\"/_futex_waitv=\"true\"/g
s/_winesync=\"[^\"]*\"/_winesync=\"false\"/g
s/_anbox=\"[^\"]*\"/_anbox=\"true\"/g
s/_waydroid=\"[^\"]*\"/_waydroid=\"true\"/g
s/_processor_opt=\"[^\"]*\"/_processor_opt=\"${_MARCH}\"/g
s/_cacule_rdb=\"[^\"]*\"/_cacule_rdb=\"true\"/g
s/_smt_nice=\"[^\"]*\"/_smt_nice=\"true\"/g
Expand Down Expand Up @@ -110,10 +110,10 @@ function tkg-kernels-variations() {

_LINUX_SCHED=(
'bmq 1'
'pds 0'
'cfs 0'
'tt 1'
'eevdf 1'
'pds 0'
'tt 1'
)

readonly _LINUX_MARCH=(
Expand Down

0 comments on commit b010e6a

Please sign in to comment.