forked from sky-vega-dev-team/device_pantech_msm8974-common
-
Notifications
You must be signed in to change notification settings - Fork 0
/
twrp.mk
50 lines (45 loc) · 1.64 KB
/
twrp.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
# Copyright (C) 2017, The LineageOS Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
RECOVERY_VARIANT := twrp
TW_EXCLUDE_SUPERSU := true
TW_USE_TOOLBOX := true
# TWRP FSTAB
PRODUCT_COPY_FILES += \
device/pantech/msm8974-common/rootdir/etc/twrp.fstab:recovery/root/etc/twrp.fstab
# TWRP UI
DEVICE_RESOLUTION := 1080x1920
TW_THEME := portrait_hdpi
TW_DEFAULT_EXTERNAL_STORAGE := true
BOARD_VOLD_EMMC_SHARES_DEV_MAJOR := true
TARGET_RECOVERY_PIXEL_FORMAT := "RGBX_8888"
TW_INPUT_BLACKLIST := "fpc1080Mouse"
BOARD_HAS_LARGE_FILESYSTEM := true
TW_NO_USB_STORAGE := true
TW_CRYPTO_FS_TYPE := "ext4"
TARGET_RECOVERY_QCOM_RTC_FIX := true
BOARD_SUPPRESS_SECURE_ERASE := true
BOARD_SUPPRESS_EMMC_WIPE := true
RECOVERY_SDCARD_ON_DATA := true
RECOVERY_GRAPHICS_USE_LINELENGTH := true
TW_EXTRA_LANGUAGES := true
TW_DEFAULT_EXTERNAL_STORAGE := true
TW_INCLUDE_JB_CRYPTO := true
TW_INCLUDE_CRYPTO := true
TW_BRIGHTNESS_PATH := "/sys/class/leds/lcd-backlight/brightness"
TW_MAX_BRIGHTNESS := 255
TW_DEFAULT_BRIGHTNESS := 175
TARGET_USES_LOGD := true
TW_SCREEN_BLANK_ON_BOOT := true
TW_EXCLUDE_SUPERSU := true
TW_TIME_ZONE_GUISEL := "THAIST-7;THAIDT"