gts3l: livedisplay: Disable livedisplay for now
Not working livedisplay causes random reboots and reduces performance significantly. But I do want to get it back working with correct display calibration. Signed-off-by: Deokgyu Yang <secugyu@gmail.com> Change-Id: Ibf240145cec41bf3529b9ae084935b824ed4dfdb
This commit is contained in:
parent
af3b53e1f3
commit
2952db2072
2 changed files with 4 additions and 2 deletions
|
@ -239,8 +239,8 @@ PRODUCT_PACKAGES += \
|
|||
android.hardware.light@2.0-service.samsung
|
||||
|
||||
# LiveDisplay
|
||||
PRODUCT_PACKAGES += \
|
||||
vendor.lineage.livedisplay@2.0-service.samsung-qcom
|
||||
#PRODUCT_PACKAGES += \
|
||||
# vendor.lineage.livedisplay@2.0-service.samsung-qcom
|
||||
|
||||
# Media
|
||||
PRODUCT_COPY_FILES += \
|
||||
|
|
|
@ -315,6 +315,7 @@
|
|||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<!--
|
||||
<hal format="hidl">
|
||||
<name>vendor.lineage.livedisplay</name>
|
||||
<transport>hwbinder</transport>
|
||||
|
@ -340,6 +341,7 @@
|
|||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
-->
|
||||
<hal format="hidl">
|
||||
<name>vendor.qti.gnss</name>
|
||||
<transport>hwbinder</transport>
|
||||
|
|
Loading…
Reference in a new issue