1 Commits
bka ... vic

Author SHA1 Message Date
provasish
57ea526ea8 spartan: : Initialize for EvolutionX 10.x
Signed-off-by: provasish <iambumba3@gmail.com>
2025-09-03 21:38:13 +00:00
3 changed files with 56 additions and 1 deletions

37
evolution.dependencies Normal file
View File

@@ -0,0 +1,37 @@
[
{
"remote": "github-non-los",
"repository": "provasish/android_device_oneplus_sm8250-common",
"target_path": "device/oneplus/sm8250-common",
"branch": "vic"
},
{
"repository": "vendor_oneplus_spartan",
"target_path": "vendor/oneplus/spartan",
"branch": "vic"
},
{
"remote": "github-non-los",
"repository": "provasish/proprietary_vendor_oneplus_sm8250-common",
"target_path": "vendor/oneplus/sm8250-common",
"branch": "vic"
},
{
"remote": "github-non-los",
"repository": "provasish/hardware_oplus",
"target_path": "hardware/oplus",
"branch": "vic"
},
{
"remote": "github-non-los",
"repository": "provasish/android_kernel_oneplus_sm8250",
"target_path": "kernel/oneplus/sm8250",
"branch": "lineage-23.0"
},
{
"remote": "gitlab",
"repository": "provasishh/proprietary_vendor_oplus_camera",
"target_path": "vendor/oplus/camera",
"branch": "lineage-22.0"
}
]

View File

@@ -12,9 +12,15 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
# Inherit from spartan device
$(call inherit-product, device/oneplus/spartan/device.mk)
# Inherit some common Lineage stuff.
# Inherit some common Evolution X stuff.
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
# Evolution X
TARGET_BOOT_ANIMATION_RES := 1080
TARGET_INCLUDE_ACCORD := false
PRODUCT_NO_CAMERA := true
TARGET_HAS_UDFPS := true
PRODUCT_NAME := lineage_spartan
PRODUCT_DEVICE := spartan
PRODUCT_MANUFACTURER := OnePlus

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2019-2024 The Evolution X Project
SPDX-License-Identifier: Apache-2.0
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Android version screen, build maintainer -->
<string name="build_maintainer_summary" translatable="false">provasish</string>
<string name="build_maintainer_donate_url" translatable="false">https://t.me/HunterOT</string>
</resources>