twrp_android_device_samsung.../BoardConfig.mk

54 lines
1.6 KiB
Makefile
Raw Permalink Normal View History

2018-06-30 14:17:38 +05:30
#
# Copyright (C) 2018 The TwrpBuilder 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.
#
2022-12-30 19:35:59 +01:00
LOCAL_PATH := device/samsung/mondrianlte
2018-06-30 14:17:38 +05:30
TARGET_BOARD_PLATFORM := msm8974
2022-12-30 19:35:59 +01:00
TARGET_BOOTLOADER_BOARD_NAME := mondrianlte
2018-06-30 14:17:38 +05:30
2018-09-22 02:10:00 +02:00
# Architecture
TARGET_ARCH := arm
TARGET_ARCH_VARIANT := armv7-a-neon
TARGET_CPU_ABI := armeabi-v7a
TARGET_CPU_ABI2 := armeabi
TARGET_CPU_VARIANT := krait
TARGET_RECOVERY_QCOM_RTC_FIX := true
2018-06-30 14:17:38 +05:30
# Recovery
TARGET_USERIMAGES_USE_EXT4 := true
2018-09-22 02:24:20 +02:00
TARGET_USERIMAGES_USE_F2FS := true
2018-06-30 14:17:38 +05:30
BOARD_RECOVERYIMAGE_PARTITION_SIZE := 13631488
BOARD_FLASH_BLOCK_SIZE := 0
BOARD_HAS_NO_REAL_SDCARD := true
BOARD_HAS_NO_SELECT_BUTTON := true
BOARD_SUPPRESS_SECURE_ERASE := true
BOARD_RECOVERY_SWIPE := true
BOARD_USES_MMCUTILS := true
BOARD_SUPPRESS_EMMC_WIPE := true
TW_EXCLUDE_SUPERSU := true
TW_INPUT_BLACKLIST := "hbtp_vm"
TW_HAS_DOWNLOAD_MODE := true
TW_NO_REBOOT_BOOTLOADER := true
2018-06-30 14:17:38 +05:30
include $(LOCAL_PATH)/kernel.mk
2022-12-30 19:35:59 +01:00
BOARD_CUSTOM_BOOTIMG_MK := device/samsung/mondrianlte/seEnforcing.mk
LZMA_RAMDISK_TARGETS := boot,recovery
2018-06-30 14:17:38 +05:30
2018-09-22 02:10:00 +02:00
# TWRP
BOARD_USE_CUSTOM_RECOVERY_FONT := \"roboto_23x41.h\"
TW_THEME := portrait_hdpi
RECOVERY_SDCARD_ON_DATA := true
RECOVERY_GRAPHICS_USE_LINELENGTH := true