renoir: intial
This commit is contained in:
parent
935d94693e
commit
2e7e454d3c
3 changed files with 4 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# Copyright (C) 2021 The TWRP Open Source Project
|
||||
# Copyright (C) 2021 The Lineage 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.
|
||||
|
@ -15,4 +15,4 @@
|
|||
#
|
||||
|
||||
PRODUCT_MAKEFILES := \
|
||||
$(LOCAL_DIR)/twrp_renoir.mk
|
||||
$(LOCAL_DIR)/lineage_renoir.mk
|
||||
|
|
|
@ -95,12 +95,7 @@ TARGET_USES_MKE2FS := true
|
|||
TW_NO_SCREEN_BLANK := true
|
||||
TW_EXCLUDE_APEX := true
|
||||
|
||||
PLATFORM_SECURITY_PATCH := 2099-12-31
|
||||
VENDOR_SECURITY_PATCH := 2099-12-31
|
||||
PLATFORM_VERSION := 20.1.0
|
||||
TW_INCLUDE_CRYPTO := true
|
||||
TW_INCLUDE_CRYPTO_FBE := true
|
||||
TW_INCLUDE_FBE_METADATA_DECRYPT := true
|
||||
|
||||
TARGET_RECOVERY_DEVICE_MODULES += \
|
||||
libandroidicu \
|
||||
|
|
|
@ -22,11 +22,11 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base.mk)
|
|||
$(call inherit-product, device/xiaomi/renoir/device.mk)
|
||||
|
||||
# Inherit some common TWRP stuff.
|
||||
$(call inherit-product, vendor/twrp/config/common.mk)
|
||||
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
|
||||
|
||||
# Device identifier. This must come after all inclusions
|
||||
PRODUCT_DEVICE := renoir
|
||||
PRODUCT_NAME := twrp_renoir
|
||||
PRODUCT_NAME := lineage_renoir
|
||||
PRODUCT_BRAND := Xiaomi
|
||||
PRODUCT_MODEL := Mi 11 Lite 5G
|
||||
PRODUCT_MANUFACTURER := Xiaomi
|
Loading…
Reference in a new issue