-
Notifications
You must be signed in to change notification settings - Fork 18
/
twrp.mk
57 lines (49 loc) · 1.63 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
49
50
51
52
53
54
55
56
57
#
# Copyright (C) 2016 The CyanogenMod Project
# Copyright (C) 2018 TeamNexus
#
# 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.
#
# Bootloader
TW_NO_REBOOT_BOOTLOADER := true
TW_HAS_DOWNLOAD_MODE := true
# Encryption support
# -- Only enable standard crypto for now to support AOSP/CM crypto
TW_INCLUDE_CRYPTO := true
# TW_INCLUDE_CRYPTO_SAMSUNG := true
# TARGET_HW_DISK_ENCRYPTION := true
# TARGET_KEYMASTER_WAIT_FOR_QSEE := true
# TWRP_INCLUDE_LOGCAT := true
# TARGET_USES_LOGD := true
# TWRP
TW_DEVICE_VERSION := TeamNexus
TW_EXCLUDE_SUPERSU := true
TW_NO_EXFAT_FUSE := true
TW_NO_USB_STORAGE := true
TW_THEME := portrait_hdpi
PRODUCT_COPY_FILES += \
device/samsung/zero-common/ramdisk/fstab.samsungexynos7420.twrp:recovery/root/etc/twrp.fstab
# UI
RECOVERY_GRAPHICS_USE_LINELENGTH := true
TARGET_RECOVERY_PIXEL_FORMAT := "ABGR_8888"
# Screen
TW_BRIGHTNESS_PATH := "/sys/devices/13900000.dsim/backlight/panel/brightness"
TW_DEFAULT_BRIGHTNESS := 162
TW_MAX_BRIGHTNESS := 255
TW_SCREEN_BLANK_ON_BOOT := true
# Storage
BOARD_HAS_NO_REAL_SDCARD := true
RECOVERY_SDCARD_ON_DATA := true
# System
TARGET_RECOVERY_QCOM_RTC_FIX := true
TW_MTP_DEVICE := /dev/mtp_usb