mirror of
https://github.com/Evolution-X-Devices/device_samsung_d2x
synced 2026-01-27 14:39:33 +00:00
d2x: displayconfig: Setup density mapping
Change-Id: I1a0cab5d554b072d889133128b49f8ccf4d4fb21 Signed-off-by: ExtremeXT <extremextdev@gmail.com>
This commit is contained in:
16
configs/display/display_id_4633128672291735937.xml
Normal file
16
configs/display/display_id_4633128672291735937.xml
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<displayConfiguration>
|
||||||
|
<densityMapping>
|
||||||
|
<density>
|
||||||
|
<height>2280</height>
|
||||||
|
<width>1080</width>
|
||||||
|
<density>420</density>
|
||||||
|
</density>
|
||||||
|
<density>
|
||||||
|
<height>3040</height>
|
||||||
|
<width>1440</width>
|
||||||
|
<density>560</density>
|
||||||
|
</density>
|
||||||
|
</densityMapping>
|
||||||
|
</displayConfiguration>
|
||||||
|
|
||||||
@@ -27,5 +27,9 @@ $(call inherit-product, frameworks/native/build/phone-xhdpi-6144-dalvik-heap.mk)
|
|||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
$(LOCAL_PATH)/configs/audio/mixer_paths.xml:$(TARGET_COPY_OUT_VENDOR)/etc/mixer_paths.xml
|
$(LOCAL_PATH)/configs/audio/mixer_paths.xml:$(TARGET_COPY_OUT_VENDOR)/etc/mixer_paths.xml
|
||||||
|
|
||||||
|
# Display
|
||||||
|
PRODUCT_COPY_FILES += \
|
||||||
|
$(LOCAL_PATH)/configs/display/display_id_4633128672291735937.xml:$(TARGET_COPY_OUT_VENDOR)/etc/displayconfig/display_id_4633128672291735937.xml
|
||||||
|
|
||||||
# Overlays
|
# Overlays
|
||||||
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
|
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
|
||||||
|
|||||||
Reference in New Issue
Block a user