1 Commits
bka ... bka-new

Author SHA1 Message Date
5883ef8381 raphael: Initialize for Evolution X 11.x+ 2026-01-21 01:02:39 +09:00
4 changed files with 24 additions and 6 deletions

10
evolution.dependencies Normal file
View File

@@ -0,0 +1,10 @@
[
{
"repository": "device_xiaomi_sm8150-common",
"target_path": "device/xiaomi/sm8150-common"
},
{
"repository": "vendor_xiaomi_raphael",
"target_path": "vendor/xiaomi/raphael"
}
]

View File

@@ -1,6 +0,0 @@
[
{
"repository": "android_device_xiaomi_sm8150-common",
"target_path": "device/xiaomi/sm8150-common"
}
]

View File

@@ -11,6 +11,10 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
# Inherit some common Lineage stuff. # Inherit some common Lineage stuff.
$(call inherit-product, vendor/lineage/config/common_full_phone.mk) $(call inherit-product, vendor/lineage/config/common_full_phone.mk)
EVO_BUILD_TYPE := Official
TARGET_BOOT_ANIMATION_RES := 1080
TARGET_BUILD_APERTURE_CAMERA := false
# Inherit from raphael device # Inherit from raphael device
$(call inherit-product, device/xiaomi/raphael/device.mk) $(call inherit-product, device/xiaomi/raphael/device.mk)

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>