apollo: Initialize for Evolution X 9.x

This commit is contained in:
ahmedtohamy1
2024-05-12 11:58:22 +00:00
parent a399a9a56d
commit 78748f6932
4 changed files with 39 additions and 6 deletions

25
evolution.dependencies Normal file
View File

@@ -0,0 +1,25 @@
[
{
"repository": "device_xiaomi_sm8250-common",
"target_path": "device/xiaomi/sm8250-common"
},
{
"repository": "vendor_xiaomi_sm8250-common",
"target_path": "vendor/xiaomi/sm8250-common"
},
{
"repository": "vendor_xiaomi_apollo",
"target_path": "vendor/xiaomi/apollo"
},
{
"repository": "ahmedtohamy1/kernel_xiaomi_sm8250",
"target_path": "kernel/xiaomi/sm8250",
"remote": "github-non-los",
"branch": "fourteen"
},
{
"repository": "Evolution-X/hardware_xiaomi",
"target_path": "hardware/xiaomi",
"remote": "github-non-los"
}
]

View File

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

View File

@@ -14,6 +14,10 @@ $(call inherit-product, vendor/lineage/config/common_full_phone.mk)
# Inherit from apollo device
$(call inherit-product, device/xiaomi/apollo/device.mk)
EVO_BUILD_TYPE := Official
TARGET_BOOT_ANIMATION_RES := 1080
TARGET_BUILD_APERTURE_CAMERA := false
PRODUCT_NAME := lineage_apollo
PRODUCT_DEVICE := apollo
PRODUCT_MANUFACTURER := Xiaomi

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2024 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">Ahmed Tohamy (Agmad)</string>
<string name="build_maintainer_donate_url">https://paypal.me/ahmedtohamy1</string>
</resources>