forked from openFyde/project-openfyde
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmake.conf
More file actions
23 lines (21 loc) · 899 Bytes
/
make.conf
File metadata and controls
23 lines (21 loc) · 899 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
USE="${USE} dlc"
USE="${USE} include_vmlinuz"
USE="${USE} allow_consumer_kiosk -ime -lacros_rootfs"
USE="${USE} os_install_service cpus"
CHROME_ORIGIN=LOCAL_SOURCE
FEATURES="-collision-protect -collision-detect -protect-owned -sandbox -usersandbox"
COLLISION_IGNORE="/lib/firmware
/etc/issue
/etc/chrome_dev.conf
/etc/init/ui.override
/etc/hosts
/etc/tlsdate/tlsdated.conf
/usr/share/chromeos-assets/input_methods/input_methods.txt
/usr/share/cros/init/tcsd-pre-start.sh"
# enable chrome cast feature. not necessary since r96
# CHROME_DEV_FLAGS="--load-media-router-component-extension=1"
CHROME_ROOT=/mnt/host/source/openfyde/chromium
OPENFYDE_PREBUILT_PKGS_HOST_URL="https://fydeos-binaries.oss-cn-beijing.aliyuncs.com/packages"
OPENFYDE_GIT_HOST_URL="https://github.com/openFyde"
# EXTRA_GN_ARGS="enable_log_error_not_reached=false"
EXTRA_GN_ARGS="is_openfyde=true"