mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_polaris
synced 2026-01-27 14:27:18 +00:00
polaris: Initialize Evolution X
This commit is contained in:
@@ -18,6 +18,7 @@ TARGET_SCREEN_WIDTH := 1080
|
||||
# Overlays
|
||||
DEVICE_PACKAGE_OVERLAYS += \
|
||||
$(LOCAL_PATH)/overlay \
|
||||
$(LOCAL_PATH)/overlay-evolution \
|
||||
$(LOCAL_PATH)/overlay-lineage
|
||||
|
||||
# Permissions
|
||||
|
||||
10
evolution.dependencies
Normal file
10
evolution.dependencies
Normal file
@@ -0,0 +1,10 @@
|
||||
[
|
||||
{
|
||||
"repository": "device_xiaomi_sdm845-common",
|
||||
"target_path": "device/xiaomi/sdm845-common"
|
||||
},
|
||||
{
|
||||
"repository": "vendor_xiaomi_polaris",
|
||||
"target_path": "vendor/xiaomi/polaris"
|
||||
}
|
||||
]
|
||||
@@ -1,6 +0,0 @@
|
||||
[
|
||||
{
|
||||
"repository": "android_device_xiaomi_sdm845-common",
|
||||
"target_path": "device/xiaomi/sdm845-common"
|
||||
}
|
||||
]
|
||||
@@ -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">Onelots</string>
|
||||
<string name="build_maintainer_donate_url" translatable="false">https://paypal.me/0nelots</string>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user