venus: Initialize for Evolution X 11.x+

This commit is contained in:
2024-06-14 15:50:50 +09:00
parent 89743a9c93
commit 4cc7d45cc1
5 changed files with 55 additions and 10 deletions

View File

@@ -1,10 +0,0 @@
[
{
"repository": "crdroidandroid/android_device_xiaomi_sm8350-common",
"target_path": "device/xiaomi/sm8350-common"
},
{
"repository": "crdroidandroid/proprietary_vendor_xiaomi_venus",
"target_path": "vendor/xiaomi/venus"
}
]

40
evolution.dependencies Normal file
View File

@@ -0,0 +1,40 @@
[
{
"repository": "device_xiaomi_sm8350-common",
"target_path": "device/xiaomi/sm8350-common"
},
{
"repository": "vendor_xiaomi_sm8350-common",
"target_path": "vendor/xiaomi/sm8350-common"
},
{
"repository": "vendor_xiaomi_venus",
"target_path": "vendor/xiaomi/venus"
},
{
"repository": "hardware_xiaomi",
"target_path": "hardware/xiaomi"
},
{
"repository": "hardware_dolby",
"target_path": "hardware/dolby"
},
{
"repository": "device_xiaomi_miuicamera-venus",
"target_path": "device/xiaomi/miuicamera-venus"
},
{
"repository": "vendor_xiaomi_miuicamera-venus",
"target_path": "vendor/xiaomi/miuicamera-venus"
},
{
"repository": "kernel_xiaomi_venus",
"target_path": "kernel/xiaomi/sm8350"
},
{
"repository": "LineageOS/android_hardware_sony_timekeep",
"target_path": "hardware/sony/timekeep",
"remote": "github-non-los",
"branch": "lineage-22.2"
}
]

View File

@@ -14,6 +14,10 @@ $(call inherit-product, device/xiaomi/venus/device.mk)
# Inherit some common Lineage stuff.
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
EVO_BUILD_TYPE := Official
TARGET_HAS_UDFPS := true
# Device identifier. This must come after all inclusions.
PRODUCT_BRAND := Xiaomi
PRODUCT_DEVICE := venus
PRODUCT_MANUFACTURER := Xiaomi

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2019-2025 Evolution X
SPDX-License-Identifier: Apache-2.0
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- About device screen, build maintainer -->
<string name="build_maintainer_summary">Joey Huab</string>
<string name="build_maintainer_donate_url">https://linktr.ee/joeyhuab</string>
</resources>

1
vendorsetup.sh Normal file
View File

@@ -0,0 +1 @@
cd h*/l*/c* && git fetch https://github.com/yaap/hardware_lineage_compat && git cherry-pick ff324381288b4e097e22dc523eb2e28b5eb14f56 && cd ../../..