-
Notifications
You must be signed in to change notification settings - Fork 13
/
fox_tapas.mk
38 lines (29 loc) · 1015 Bytes
/
fox_tapas.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# OrangeFox maintainer - this will be shown on about screen
OF_MAINTAINER := chickendrop89
# Screen settings
OF_SCREEN_H := 2400
OF_STATUS_H := 95
OF_STATUS_INDENT_LEFT := 48
OF_STATUS_INDENT_RIGHT := 48
OF_ALLOW_DISABLE_NAVBAR := 0
OF_CLOCK_POS := 1 # Left & Right
# MIUI & Custom ROMs
OF_NO_TREBLE_COMPATIBILITY_CHECK := 1
OF_DEFAULT_KEYMASTER_VERSION := 4.1
# A/B partitioning
OF_AB_DEVICE_WITH_RECOVERY_PARTITION := 1
OF_IGNORE_LOGICAL_MOUNT_ERRORS := 1
OF_ENABLE_LPTOOLS := 1
# Flashlight & LEDs
OF_FL_PATH1 := /system/etc/flashlight
OF_USE_GREEN_LED := 0
# Remove the loop block errors after flashing ZIPs (Workaround)
OF_LOOP_DEVICE_ERRORS_TO_LOG := 1
# Use LZ4 ramdisk compression as specified in BoardConfig.mk
OF_USE_LZ4_COMPRESSION := 1
# Security (Disables MTP & ADB during password prompt)
OF_ADVANCED_SECURITY := 1
# Ensure that /sdcard is bind-unmounted before f2fs data repair or format
OF_UNBIND_SDCARD_F2FS := 1
# Number of list options before scrollbar creation
OF_OPTIONS_LIST_NUM := 9