a52sxq: Initialize for EvolutionX 11.X

This commit is contained in:
anhdat1024
2025-08-08 09:05:16 +07:00
parent 6ebede965f
commit 52db7666a1
4 changed files with 29 additions and 6 deletions

12
evolution.dependencies Normal file
View File

@@ -0,0 +1,12 @@
[
{
"repository": "device_samsung_sm7325-common",
"target_path": "device/samsung/sm7325-common",
"branch": "bka"
},
{
"repository": "vendor_samsung_a52sxq",
"target_path": "vendor/samsung/a52sxq",
"branch": "bka"
}
]

View File

@@ -1,6 +0,0 @@
[
{
"repository": "android_device_samsung_sm7325-common",
"target_path": "device/samsung/sm7325-common"
}
]

View File

@@ -34,6 +34,13 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)
TARGET_SCREEN_HEIGHT := 2400
TARGET_SCREEN_WIDTH := 1080
# Build Flags
WITH_GMS := true
TARGET_USES_MINI_GAPPS := true
BUILD_BCR := true
TARGET_SUPPORT_BOOT_ANIMATIONS := true
TARGET_INCLUDE_ACCORD := false
# NFC
TARGET_HAVE_SEC_NFC := true

View File

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