potter: enable livedisplay again
This commit is contained in:
@@ -88,7 +88,6 @@ BOARD_NO_CHARGER_LED := true
|
|||||||
|
|
||||||
# CMHW
|
# CMHW
|
||||||
BOARD_USES_CYANOGEN_HARDWARE := true
|
BOARD_USES_CYANOGEN_HARDWARE := true
|
||||||
BOARD_HARDWARE_CLASS += hardware/cyanogen/cmhw
|
|
||||||
|
|
||||||
# Crypto
|
# Crypto
|
||||||
TARGET_HW_DISK_ENCRYPTION := true
|
TARGET_HW_DISK_ENCRYPTION := true
|
||||||
|
|||||||
@@ -176,6 +176,14 @@ PRODUCT_COPY_FILES += \
|
|||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
lights.msm8953
|
lights.msm8953
|
||||||
|
|
||||||
|
# Display Calibration
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
libjni_livedisplay
|
||||||
|
|
||||||
|
PRODUCT_COPY_FILES += \
|
||||||
|
$(LOCAL_PATH)/configs/qdcm_calib_data_mipi_mot_vid_boe_1080p_520.xml:system/etc/qdcm_calib_data_mipi_mot_vid_boe_1080p_520.xml \
|
||||||
|
$(LOCAL_PATH)/configs/qdcm_calib_data_mipi_mot_vid_tianma_1080p_520.xml:system/etc/qdcm_calib_data_mipi_mot_vid_tianma_1080p_520.xml
|
||||||
|
|
||||||
# Media
|
# Media
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
libc2dcolorconvert
|
libc2dcolorconvert
|
||||||
|
|||||||
@@ -50,7 +50,10 @@
|
|||||||
<item>Comfort:astronomy</item>
|
<item>Comfort:astronomy</item>
|
||||||
</string-array>
|
</string-array>
|
||||||
|
|
||||||
|
<!-- Turn on LiveDisplay auto mode by default -->
|
||||||
|
<integer name="config_defaultLiveDisplayMode">0</integer>
|
||||||
|
|
||||||
<!-- Should we filter any display modes which are unampped? -->
|
<!-- Should we filter any display modes which are unampped? -->
|
||||||
<bool name="config_filterDisplayModes">true</bool>
|
<bool name="config_filterDisplayModes">false</bool>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
Reference in New Issue
Block a user