-
Notifications
You must be signed in to change notification settings - Fork 6
/
omni_suzuran.mk
68 lines (61 loc) · 2.17 KB
/
omni_suzuran.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
58
59
60
61
62
63
64
65
66
67
68
#
# Copyright 2015 The Android Open Source 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.
# Device identification
PRODUCT_NAME := omni_suzuran
PRODUCT_MODEL := Xperia Z5 Compact
PRODUCT_DEVICE := suzuran
PRODUCT_BRAND := Sony
PRODUCT_MANUFACTURER := Sony
PRODUCT_RELEASE_NAME := suzuran
SOMC_PLATFORM := kitakami
# Assert
TARGET_OTA_ASSERT_DEVICE := E5803,E5823,suzuran
# Inherit device configurations
$(call inherit-product, device/sony/suzuran/device.mk)
# TWRP Сonfigurations
TW_THEME := portrait_hdpi
BOARD_HAS_NO_SELECT_BUTTON := true
RECOVERY_GRAPHICS_USE_LINELENGTH := true
TARGET_RECOVERY_QCOM_RTC_FIX := true
TW_IGNORE_ABS_MT_TRACKING_ID := true
TWHAVE_SELINUX := true
TW_EXTRA_LANGUAGES := true
TW_NO_SCREEN_BLANK := true
TW_NEW_ION_HEAP := true
TW_EXCLUDE_SUPERSU := true
TW_INPUT_BLACKLIST := "hbtp_vm"
TW_NO_REBOOT_BOOTLOADER := true
TW_NO_REBOOT_RECOVERY := true
# The sysfs entry which controls the brightness
TW_BRIGHTNESS_PATH := "/sys/class/leds/lcd-backlight/brightness"
# Battery sensor
TW_CUSTOM_BATTERY_PATH := "/sys/class/power_supply/battery"
# Temperature sensor (xo_therm)
TW_CUSTOM_CPU_TEMP_PATH := "/sys/class/thermal/thermal_zone25/temp"
# TWRP Storage
RECOVERY_SDCARD_ON_DATA := true
TW_INCLUDE_FUSE_EXFAT := true
TW_FLASH_FROM_STORAGE := true
TW_EXTERNAL_STORAGE_PATH := "/external_sd"
TW_EXTERNAL_STORAGE_MOUNT_POINT := "external_sd"
TARGET_NO_SEPARATE_RECOVERY := true
# TWRP Crypto
TW_INCLUDE_CRYPTO := true
TW_CRYPTO_FS_TYPE := "ext4"
TW_CRYPTO_MNT_POINT := "/data"
TW_CRYPTO_REAL_BLKDEV := "/dev/block/bootdevice/by-name/userdata"
TW_CRYPTO_FS_OPTIONS := "nosuid,nodev,barrier=1,noauto_da_alloc,discard"
TW_CRYPTO_FS_FLAGS := "0x00000406"
TW_CRYPTO_KEY_LOC := "footer"