54 lines
1.6 KiB
Makefile
54 lines
1.6 KiB
Makefile
#
|
|
# 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.
|
|
#
|
|
|
|
LOCAL_PATH := device/samsung/mondrianwifi
|
|
|
|
TARGET_BOARD_PLATFORM := msm8974
|
|
TARGET_BOOTLOADER_BOARD_NAME := mondrianwifi
|
|
|
|
# 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
|
|
|
|
# Recovery
|
|
TARGET_USERIMAGES_USE_EXT4 := true
|
|
TARGET_USERIMAGES_USE_F2FS := true
|
|
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
|
|
include $(LOCAL_PATH)/kernel.mk
|
|
BOARD_CUSTOM_BOOTIMG_MK := device/samsung/mondrianwifi/seEnforcing.mk
|
|
LZMA_RAMDISK_TARGETS := boot,recovery
|
|
|
|
# TWRP
|
|
BOARD_USE_CUSTOM_RECOVERY_FONT := \"roboto_23x41.h\"
|
|
TW_THEME := portrait_hdpi
|
|
RECOVERY_SDCARD_ON_DATA := true
|
|
RECOVERY_GRAPHICS_USE_LINELENGTH := true
|