mirror of
https://github.com/Evolution-X-Devices/device_nokia_PL2
synced 2026-02-01 04:50:39 +00:00
PL2: Adapt to Evolution X 9.x
This commit is contained in:
@@ -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
23
evolution.dependencies
Normal 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"
|
||||
}
|
||||
]
|
||||
@@ -1,6 +0,0 @@
|
||||
[
|
||||
{
|
||||
"repository": "android_device_nokia_sdm660-common",
|
||||
"target_path": "device/nokia/sdm660-common"
|
||||
}
|
||||
]
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user