apollo: Initialize for Evolution X 9.x
This commit is contained in:
25
evolution.dependencies
Normal file
25
evolution.dependencies
Normal 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"
|
||||
}
|
||||
]
|
||||
@@ -1,6 +0,0 @@
|
||||
[
|
||||
{
|
||||
"repository": "android_device_xiaomi_sm8250-common",
|
||||
"target_path": "device/xiaomi/sm8250-common"
|
||||
}
|
||||
]
|
||||
@@ -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
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user