stone: Official EvolutionX BringUp

This commit is contained in:
Arijit78
2024-07-16 11:30:10 +00:00
parent e4e86ef966
commit 2421d6ce33
7 changed files with 44 additions and 17 deletions

View File

@@ -368,7 +368,8 @@ PRODUCT_COPY_FILES += \
# Overlays
PRODUCT_ENFORCE_RRO_TARGETS := *
DEVICE_PACKAGE_OVERLAYS += \
$(LOCAL_PATH)/overlay-lineage
$(LOCAL_PATH)/overlay-lineage \
$(LOCAL_PATH)/overlay
# Overlays RRO
PRODUCT_PACKAGES += \

6
evolution.dependencies Normal file
View File

@@ -0,0 +1,6 @@
[
{
"repository": "vendor_xiaomi_stone",
"target_path": "vendor/xiaomi/stone"
}
]

View File

@@ -21,16 +21,9 @@ TARGET_FACE_UNLOCK_SUPPORTED := true
TARGET_DISABLE_EPPE := true
SYSTEM_OPTIMIZE_JAVA := true
SYSTEMUI_OPTIMIZE_JAVA := true
MATRIXX_BUILD_TYPE := Official
MATRIXX_MAINTAINER := ARIJIT-SAHA
MATRIXX_CHIPSET := SM6375
MATRIXX_BATTERY := 5000mah
MATRIXX_DISPLAY := 1080x2400
EVO_BUILD_TYPE := Official
ARGET_BUILD_APERTURE_CAMERA := false
WITH_GMS := true
EXTRA_GAPPS := false
# Charging Animation
TARGET_USE_PIXEL_CHARGER := true
# Dolby
Vendor_Dolby := true

View File

@@ -0,0 +1,10 @@
//
// Copyright (C) 2022 The LineageOS Project
//
// SPDX-License-Identifier: Apache-2.0
//
runtime_resource_overlay {
name: "SettingsResStone",
device_specific: true,
}

View File

@@ -0,0 +1,10 @@
<!--
Copyright (C) 2022 The LineageOS Project
SPDX-License-Identifier: Apache-2.0
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.settings.overlay.stone">
<overlay android:targetPackage="com.android.settings"
android:isStatic="true"
android:priority="700"/>
</manifest>

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">Arijit Saha</string>
<string name="build_maintainer_donate_url">t.me/project_bd_support</string>
</resources>

View File

@@ -1,17 +1,14 @@
# Clone Vendor
git clone https://github.com/Arijit78/vendor_xiaomi_stone_new.git -b udc vendor/xiaomi/stone
# Clone prebuilt kernel
git clone https://github.com/Arijit78/device_xiaomi_stone-kernel.git -b 14 device/xiaomi/stone-kernel
# Clone Dolby
git clone https://github.com/Arijit78/vendor_dolby_oplus.git -b udc vendor/dolby
# Clone hardware xiaomi
git clone https://github.com/Evolution-X/hardware_xiaomi.git -b udc hardware/xiaomi
git clone https://github.com/crdroidandroid/android_hardware_xiaomi.git -b 14.0 hardware/xiaomi
# Clone Kernel Source
git clone https://github.com/Stone-Trees/kernel_xiaomi_sm6375.git -b 14 kernel/xiaomi/sm6375
# Clone prebuilt kernel
git clone https://github.com/Arijit78/device_xiaomi_stone-kernel.git -b 14 device/xiaomi/stone-kernel
# Clone v4a
git clone --depth=1 https://github.com/TogoFire/packages_apps_ViPER4AndroidFX.git -b v4a packages/apps/ViPER4AndroidFX