forked from chunqiaobusi/twrp_device_oplus_RMX3551
-
Notifications
You must be signed in to change notification settings - Fork 1
/
fox_RMXTARO.mk
executable file
·57 lines (51 loc) · 1.59 KB
/
fox_RMXTARO.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
#
# This file is part of the OrangeFox Recovery Project
# Copyright (C) 2023 The OrangeFox Recovery Project
#
# OrangeFox is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# any later version.
#
# OrangeFox is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# This software is released under GPL version 3 or any later version.
# See <http://www.gnu.org/licenses/>.
#
# Please maintain this if you use this script or any part of it
#
# OrangeFox settings
OF_HIDE_NOTCH := 1
OF_USE_GREEN_LED := 0
OF_FLASHLIGHT_ENABLE := 1
OF_ALLOW_DISABLE_NAVBAR := 0
OF_QUICK_BACKUP_LIST := /data;/boot;
OF_SKIP_MULTIUSER_FOLDERS_BACKUP := 1
OF_ENABLE_USB_STORAGE := 1
OF_IGNORE_LOGICAL_MOUNT_ERRORS := 1
OF_BIND_MOUNT_SDCARD_ON_FORMAT := 1
OF_NO_SPLASH_CHANGE := 1
OF_FORCE_CASEFOLDING := 1
OF_DONT_KEEP_LOG_HISTORY := 1
# OrangeFox GUI settings
OF_SCREEN_H := 2412
OF_STATUS_H := 106
OF_STATUS_INDENT_LEFT := 48
OF_STATUS_INDENT_RIGHT := 48
OF_HIDE_NOTCH := 1
OF_CLOCK_POS := 1
OF_OPTIONS_LIST_NUM := 6
OF_SPLASH_MAX_SIZE := 16384
# Recovery additional features
OF_ENABLE_LPTOOLS := 1
OF_DISABLE_OTA_MENU := 1
OF_DYNAMIC_FULL_SIZE := 9663676416
# OTA
OF_NO_TREBLE_COMPATIBILITY_CHECK := 1
OF_PATCH_AVB20 := 1
OF_KEEP_DM_VERITY_FORCED_ENCRYPTION := 1
# Maintainer specific settings
OF_MAINTAINER := MisterZtr