lemonadep: displayconfig: Setup density mapping

Change-Id: I1a0cab5d554b072d889133128b49f8ccf4d4fb21
This commit is contained in:
pjgowtham 2024-11-09 10:24:08 +05:30 committed by Łukasz Patron
parent f0980aad5d
commit 72e1a19ec1
2 changed files with 20 additions and 1 deletions

View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<displayConfiguration>
<densityMapping>
<density>
<height>1080</height>
<width>2376</width>
<density>450</density>
</density>
<density>
<height>1440</height>
<width>3168</width>
<density>560</density>
</density>
</densityMapping>
</displayConfiguration>

View File

@ -1,5 +1,5 @@
#
# Copyright (C) 2021-2023 The LineageOS Project
# Copyright (C) 2021-2024 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
@ -32,6 +32,10 @@ TARGET_SCREEN_WIDTH := 1080
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/media/media_profiles_vendor.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_vendor.xml
# Display
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/display_id_4630946292801050754.xml:$(TARGET_COPY_OUT_VENDOR)/etc/displayconfig/display_id_4630946292801050754.xml
# NFC
PRODUCT_PACKAGES += \
android.hardware.nfc-service.nxp \