mirror of
https://github.com/pjgowtham/android_device_realme_ferrarri.git
synced 2026-02-16 02:30:41 +00:00
ferrari: displayconfig: Setup density mapping
Change-Id: I1a0cab5d554b072d889133128b49f8ccf4d4fb21
This commit is contained in:
16
configs/display_id_4630946358012694402.xml
Normal file
16
configs/display_id_4630946358012694402.xml
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<displayConfiguration>
|
||||||
|
<densityMapping>
|
||||||
|
<density>
|
||||||
|
<height>1080</height>
|
||||||
|
<width>2412</width>
|
||||||
|
<density>450</density>
|
||||||
|
</density>
|
||||||
|
<density>
|
||||||
|
<height>1440</height>
|
||||||
|
<width>3216</width>
|
||||||
|
<density>560</density>
|
||||||
|
</density>
|
||||||
|
</densityMapping>
|
||||||
|
</displayConfiguration>
|
||||||
|
|
||||||
@@ -30,6 +30,10 @@ TARGET_SCREEN_WIDTH := 1080
|
|||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
$(LOCAL_PATH)/media/media_profiles_vendor.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_vendor.xml
|
$(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_4630946358012694402.xml:$(TARGET_COPY_OUT_VENDOR)/etc/displayconfig/display_id_4630946358012694402.xml
|
||||||
|
|
||||||
# NFC
|
# NFC
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
android.hardware.nfc-service.nxp \
|
android.hardware.nfc-service.nxp \
|
||||||
|
|||||||
Reference in New Issue
Block a user