From 2e7e454d3cefff697b4dc0e4ebd360b69b250080 Mon Sep 17 00:00:00 2001 From: VladV1V Date: Fri, 2 Jul 2021 19:25:00 +0300 Subject: [PATCH] renoir: intial --- AndroidProducts.mk | 4 ++-- device.mk | 5 ----- twrp_renoir.mk => lineage_renoir.mk | 4 ++-- 3 files changed, 4 insertions(+), 9 deletions(-) rename twrp_renoir.mk => lineage_renoir.mk (91%) diff --git a/AndroidProducts.mk b/AndroidProducts.mk index c49d396..f09ea92 100644 --- a/AndroidProducts.mk +++ b/AndroidProducts.mk @@ -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 diff --git a/device.mk b/device.mk index 0426e7f..90232b0 100644 --- a/device.mk +++ b/device.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 \ diff --git a/twrp_renoir.mk b/lineage_renoir.mk similarity index 91% rename from twrp_renoir.mk rename to lineage_renoir.mk index 4c63a35..2612b33 100644 --- a/twrp_renoir.mk +++ b/lineage_renoir.mk @@ -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