mirror of
https://github.com/pjgowtham/android_device_realme_ferrarri.git
synced 2025-08-16 16:16:18 +00:00
lemonadep: displayconfig: Setup density mapping
Change-Id: I1a0cab5d554b072d889133128b49f8ccf4d4fb21
This commit is contained in:
parent
f0980aad5d
commit
72e1a19ec1
15
configs/display_id_4630946292801050754.xml
Normal file
15
configs/display_id_4630946292801050754.xml
Normal 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>
|
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user