LG8n: Welcome to EvoX

Signed-off-by: mybuildprojects-sora1504 <kayozzprojects@yandex.com>
This commit is contained in:
mybuildprojects-sora1504 2024-09-24 12:14:04 +08:00
parent 98469f7096
commit b11c2f72d2
5 changed files with 49 additions and 0 deletions

View file

@ -18,6 +18,7 @@ TARGET_SCREEN_WIDTH := 1080
# Overlays
PRODUCT_PACKAGES += \
FrameworksResOverlayLG8n \
SettingsResOverlayEvoLG8n \
SettingsProviderOverlayLG8n \
SystemUIOverlayLG8n

View file

@ -27,3 +27,7 @@ PRODUCT_BUILD_PROP_OVERRIDES += \
PRODUCT_NAME=LG8n-GL
BUILD_FINGERPRINT := TECNO/LG8n-GL/TECNO-LG8n:12/SP1A.210812.016/240531V1800:user/release-keys
# Evo
TARGET_BOOT_ANIMATION_RES=1080
TARGET_BUILD_APERTURE_CAMERA=true

View file

@ -0,0 +1,12 @@
//
// Copyright (C) 2023 LineageOS
//
// SPDX-License-Identifier: Apache-2.0
//
runtime_resource_overlay {
name: "SettingsResOverlayEvoLG8n",
sdk_version: "current",
product_specific: true,
resource_dirs: ["res"]
}

View file

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2023 LineageOS
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.settingsres.evo.lg8n.overlay">
<application android:hasCode="false" />
<overlay android:targetPackage="com.android.settings" android:isStatic="true" android:priority="2" />
</manifest>

View file

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2020 DerpFest Licensed under the
Apache License, Version 2.0 (the "License"); you may not use this file except in
compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or
agreed to in writing, software distributed under the License is distributed on an "AS
IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and limitations under
the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="build_maintainer_summary">sora1504</string>
<string name="build_maintainer_donate_url" translatable="false">https://buymeacoffee.com/sora1504</string>
</resources>