Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5883ef8381 |
10
evolution.dependencies
Normal file
10
evolution.dependencies
Normal 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"
|
||||||
|
}
|
||||||
|
]
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
[
|
|
||||||
{
|
|
||||||
"repository": "android_device_xiaomi_sm8150-common",
|
|
||||||
"target_path": "device/xiaomi/sm8150-common"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
@@ -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)
|
||||||
|
|
||||||
|
|||||||
@@ -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>
|
||||||
Reference in New Issue
Block a user