redwood: Initialize for EvolutionX 11.X

This commit is contained in:
thepriyanshujangid
2025-07-28 21:05:37 +05:30
parent 1c0d6b289f
commit 5ef90624df
4 changed files with 45 additions and 3 deletions

View File

@@ -7,6 +7,9 @@
# NFC
TARGET_NFC_SUPPORTED_SKUS := redwood
# Run the script before copying files
$(shell bash vendor/xiaomi/redwood-miuicamera/vendorsetup.sh)
# Inherit from those products. Most specific first.
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
TARGET_SUPPORTS_OMX_SERVICE := false

31
evolution.dependencies Normal file
View File

@@ -0,0 +1,31 @@
[
{
"remote" : "github-non-los",
"repository" : "thepriyanshujangid/device_xiaomi_redwood-kernel",
"target_path": "device/xiaomi/redwood-kernel",
"branch" : "Scarlet"
},
{
"repository" : "vendor_xiaomi_redwood",
"target_path": "vendor/xiaomi/redwood",
"branch" : "bka"
},
{
"remote" : "github-non-los",
"repository" : "LineageOS/android_hardware_xiaomi",
"target_path": "hardware/xiaomi",
"branch" : "lineage-23.0"
},
{
"remote" : "github-non-los",
"repository" : "thepriyanshujangid/hardware_dolby",
"target_path": "hardware/dolby",
"branch" : "sony_moto-ui"
},
{
"remote" : "github-non-los",
"repository" : "thepriyanshujangid/vendor_xiaomi_redwood-miuicamera",
"target_path": "vendor/xiaomi/redwood-miuicamera",
"branch" : "sixteen"
}
]

View File

@@ -31,6 +31,8 @@ PRODUCT_BUILD_PROP_OVERRIDES += \
DeviceName=$(PRODUCT_SYSTEM_DEVICE) \
DeviceProduct=$(PRODUCT_SYSTEM_NAME)
# Exclude apps
TARGET_DISABLE_MATLOG := true
TARGET_EXCLUDES_AUDIOFX := true
# Evolution specific Flags
EVO_BUILD_TYPE := Official
TARGET_BOOT_ANIMATION_RES := 1080
WITH_GMS := true
TARGET_DISABLE_EPPE := true

View File

@@ -0,0 +1,6 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- ROM maintainer name -->
<string name="build_maintainer_summary">𝙿𝚁𝙸𝚈𝙰𝙽𝚂𝙷𝚄</string>
<string name="build_maintainer_donate_url" translatable="false">https://paypal.me/thepriyanshujangid</string>
</resources>