-
Notifications
You must be signed in to change notification settings - Fork 0
/
BoardConfigTWRP.mk
52 lines (41 loc) · 1.02 KB
/
BoardConfigTWRP.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
#
# Copyright (C) 2023 The Android Open Source Project
#
# SPDX-License-Identifier: Apache-2.0
#
# APEX
TW_EXCLUDE_APEX := true
# Brightness
TW_BRIGHTNESS_PATH := /sys/class/backlight/panel0-backlight/brightness
TW_DEFAULT_BRIGHTNESS := 2744
TW_MAX_BRIGHTNESS := 4095
# Display
TW_NO_SCREEN_BLANK := true
# Encryption
BOARD_USES_QCOM_FBE_DECRYPTION := true
TW_INCLUDE_CRYPTO := true
# Filesystem tools
TW_INCLUDE_NTFS_3G := true
TW_NO_EXFAT_FUSE := true
# Hack: prevent anti rollback
PLATFORM_SECURITY_PATCH := 2099-12-31
PLATFORM_VERSION := 16.1.0
PLATFORM_VERSION_LAST_STABLE := $(PLATFORM_VERSION)
VENDOR_SECURITY_PATCH := 2099-12-31
# Logcat
TARGET_USES_LOGD := true
TWRP_INCLUDE_LOGCAT := true
# Storage
RECOVERY_SDCARD_ON_DATA := true
# Time
TARGET_RECOVERY_QCOM_RTC_FIX := true
TW_QCOM_ATS_OFFSET := 1596724914595
# UI
TW_CUSTOM_BATTERY_POS := 800
TW_CUSTOM_CLOCK_POS := 65
TW_CUSTOM_CPU_POS := 270
TW_STATUS_ICONS_ALIGN := center
TW_THEME := portrait_hdpi
TW_EXTRA_LANGUAGES := true
# USB
TW_EXCLUDE_DEFAULT_USB_INIT := true