sdm660-common: Nuke lineage livedisplay
* Better version is already exist in device settings Signed-off-by: OdSazib <odsazib@gmail.com>
This commit is contained in:
parent
d40220f154
commit
f6cb7bb46a
3 changed files with 0 additions and 20 deletions
13
manifest.xml
13
manifest.xml
|
@ -411,19 +411,6 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="hidl">
|
||||
<name>vendor.lineage.livedisplay</name>
|
||||
<transport>hwbinder</transport>
|
||||
<version>2.0</version>
|
||||
<interface>
|
||||
<name>IDisplayModes</name>
|
||||
<instance>default</instance>
|
||||
</interface>
|
||||
<interface>
|
||||
<name>IPictureAdjustment</name>
|
||||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="hidl">
|
||||
<name>vendor.lineage.trust</name>
|
||||
<transport>hwbinder</transport>
|
||||
|
|
|
@ -353,11 +353,6 @@ PRODUCT_COPY_FILES += \
|
|||
PRODUCT_PACKAGES += \
|
||||
android.hardware.light@2.0-service.xiaomi_sdm660
|
||||
|
||||
# LiveDisplay native
|
||||
PRODUCT_PACKAGES += \
|
||||
vendor.lineage.livedisplay@2.0-service-sdm \
|
||||
vendor.lineage.livedisplay@2.0-service-sysfs
|
||||
|
||||
# Media
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(COMMON_PATH)/configs/media/media_codecs.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs.xml \
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
allow hal_lineage_livedisplay_qti hal_graphics_composer_default:binder call;
|
||||
allow hal_lineage_livedisplay_qti qdisplay_service:service_manager find;
|
Loading…
Reference in a new issue