sweet: ProjectMatrixx bringup
Signed-off-by: donjohanliebert <donjohanliebert@gmail.com>
This commit is contained in:
parent
cd6da8e903
commit
35eb4d21a7
@ -28,6 +28,11 @@ PRODUCT_COPY_FILES += \
|
||||
$(LOCAL_PATH)/configs/audio/mixer_paths_overlay_static.xml:$(TARGET_COPY_OUT_VENDOR)/etc/mixer_paths_overlay_static.xml \
|
||||
$(LOCAL_PATH)/configs/audio/sound_trigger_mixer_paths.xml:$(TARGET_COPY_OUT_VENDOR)/etc/sound_trigger_mixer_paths.xml
|
||||
|
||||
# Bootanimation
|
||||
TARGET_SCREEN_WIDTH := 1080
|
||||
TARGET_SCREEN_HEIGHT := 2400
|
||||
TARGET_BOOT_ANIMATION_RES := 1080
|
||||
|
||||
# Display
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(LOCAL_PATH)/configs/display/qdcm_calib_data_xiaomi_k6_38_0c_0a_fhd_dsc_video_dsi_panel.xml:$(TARGET_COPY_OUT_VENDOR)/etc/qdcm_calib_data_xiaomi_k6_38_0c_0a_fhd_dsc_video_dsi_panel.xml \
|
||||
|
@ -13,6 +13,11 @@ $(call inherit-product, device/xiaomi/sweet/device.mk)
|
||||
|
||||
# Inherit some common LineageOS stuff.
|
||||
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
|
||||
MATRIXX_BUILD_TYPE := MINKAN
|
||||
MATRIXX_MAINTAINER := donjohanliebert
|
||||
MATRIXX_CHIPSET := SDM732G
|
||||
MATRIXX_BATTERY := 5020mAh
|
||||
MATRIXX_DISPLAY := 1080x2400
|
||||
|
||||
# Device identifier.
|
||||
PRODUCT_NAME := lineage_sweet
|
||||
@ -24,11 +29,18 @@ PRODUCT_MANUFACTURER := Xiaomi
|
||||
# GMS
|
||||
PRODUCT_GMS_CLIENTID_BASE := android-xiaomi
|
||||
WITH_GMS := true
|
||||
BUILD_GOOGLE_CONTACTS := true
|
||||
BUILD_GOOGLE_DIALER := true
|
||||
BUILD_GOOGLE_MESSAGE := true
|
||||
|
||||
# Targets
|
||||
TARGET_SUPPORTS_64_BIT_APPS := true
|
||||
TARGET_EXCLUDES_AUXIO := true
|
||||
TARGET_EXCLUDES_AUDIOFX := true
|
||||
TARGET_EXCLUDES_VIA := false
|
||||
TARGET_HAS_UDFPS := false
|
||||
BUILD_BCR := true
|
||||
TARGET_ENABLE_BLUR := true
|
||||
TARGET_FACE_UNLOCK_SUPPORTED := true
|
||||
TARGET_BUILD_DEVICE_AS_WEBCAM := true
|
||||
|
||||
# Fingerprint
|
||||
BUILD_FINGERPRINT := Redmi/sweet_global/sweet:13/TKQ1.221013.002/V14.0.9.0.TKFMIXM:user/release-keys
|
||||
|
@ -1,10 +0,0 @@
|
||||
<?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">Johan Liebert</string>
|
||||
<string name="build_maintainer_donate_url" translatable="false">https://t.me/honokascape</string>
|
||||
</resources>
|
9
overlay/packages/apps/Settings/res/values/ui_strings.xml
Normal file
9
overlay/packages/apps/Settings/res/values/ui_strings.xml
Normal file
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2019-2024 ProjectMatrixx
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<!-- #minkan-->
|
||||
<string name="build_is_community_title">#minkan</string>
|
||||
</resources>
|
Loading…
Reference in New Issue
Block a user