PL2: Adapt to Evolution X 9.x

This commit is contained in:
Akshat
2024-05-28 11:41:08 +05:30
parent c643fc5a63
commit 529f68c1ce
5 changed files with 42 additions and 7 deletions

View File

@@ -27,6 +27,9 @@ DEVICE_PACKAGE_OVERLAYS += \
PRODUCT_AAPT_CONFIG := normal
PRODUCT_AAPT_PREF_CONFIG := xxhdpi
# Inherit BCR
$(call inherit-product, vendor/bcr/bcr.mk)
# Boot Animation
TARGET_SCREEN_HEIGHT := 1920
TARGET_SCREEN_WIDTH := 1080

23
evolution.dependencies Normal file
View File

@@ -0,0 +1,23 @@
[
{
"repository": "device_nokia_sdm660-common",
"target_path": "device/nokia/sdm660-common"
},
{
"repository": "vendor_nokia_PL2",
"target_path": "vendor/nokia/PL2"
},
{
"repository": "vendor_nokia_sdm660-common",
"target_path": "vendor/nokia/sdm660-common"
},
{
"repository": "kernel_nokia_sdm660",
"target_path": "kernel/nokia/sdm660"
},
{
"repository": "Evolution-X/vendor_bcr",
"target_path": "vendor/bcr",
"remote": "github-non-los"
}
]

View File

@@ -1,6 +0,0 @@
[
{
"repository": "android_device_nokia_sdm660-common",
"target_path": "device/nokia/sdm660-common"
}
]

View File

@@ -1,8 +1,13 @@
# Inherit some common Lineage stuff
# Inherit from common Evolution X configuration
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
# Flags
TARGET_BOOT_ANIMATION_RES := 1080
EVO_BUILD_TYPE := Official
TARGET_USES_MINI_GAPPS := true
# Device
$(call inherit-product, device/nokia/PL2/device.mk)

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">Akshat Singh</string>
<string name="build_maintainer_donate_url">https://bmc.link/leopubglover</string>
</resources>