LG8n: Blissify!

* Welcome Back

Signed-off-by: Shirayuki39 <lorddemecrius83@proton.me>
This commit is contained in:
Shirayuki39 2024-11-12 10:58:43 +08:00
parent 357079c8aa
commit d571a0abf5
7 changed files with 51 additions and 4 deletions

View file

@ -5,5 +5,5 @@
#
PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/lineage_LG8n.mk
$(LOCAL_DIR)/bliss_LG8n.mk

View file

@ -12,10 +12,10 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
$(call inherit-product, device/tecno/LG8n/device.mk)
# Inherit some common LineageOS stuff.
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
$(call inherit-product, vendor/bliss/config/common_full_phone.mk)
BOARD_VENDOR := TECNO
PRODUCT_NAME := lineage_LG8n
PRODUCT_NAME := bliss_LG8n
PRODUCT_DEVICE := LG8n
PRODUCT_MANUFACTURER := TECNO
PRODUCT_BRAND := TECNO
@ -27,4 +27,7 @@ PRODUCT_BUILD_PROP_OVERRIDES += \
DeviceName=LG8n \
BuildFingerprint=TECNO/LG8n-GL/TECNO-LG8n:12/SP1A.210812.016/240531V1800:user/release-keys
# BlissFlags
TARGET_BOOT_ANIMATION_RES := 1080
TARGET_FACE_UNLOCK_SUPPORTED := true
EXTRA_UDFPS_ANIMATIONS := false

View file

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

View file

@ -0,0 +1,12 @@
//
// Copyright (C) 2023 LineageOS
//
// SPDX-License-Identifier: Apache-2.0
//
runtime_resource_overlay {
name: "SettingsResOverlayLG8n",
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.maintainer.lg8n.overlay">
<application android:hasCode="false" />
<overlay android:targetPackage="com.android.settings" android:isStatic="true" android:priority="2" />
</manifest>

View file

@ -0,0 +1,13 @@
<?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="bliss_maintainer">Ren (Shirayuki39/Shirayuki428)</string>
</resources>