sm8450-common: Drop qvr/qxr
Does not seem that useful, and conflicts with the libgrpc++_unsecure package if elf checks are turned on in extract files. The libgrpc++_unsecure package builds into the libgrpc++_unsecure-1.61.1.so binary, but the QVR blob needs libgrpc++_unsecure.so. Rather than mess with extract files to fix it some more, just get rid of it. Change-Id: I53556a5b3452138341de6e1c1556aabb7cd8d711
This commit is contained in:
parent
9ac6d8641d
commit
3a27bac890
2 changed files with 0 additions and 62 deletions
|
@ -404,10 +404,6 @@ PRODUCT_PACKAGES += \
|
|||
libvndfwk_detect_jni.qti_vendor:64 \
|
||||
vendor.qti.hardware.systemhelper@1.0.vendor:64
|
||||
|
||||
# QXR
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.common-V2-ndk_platform.vendor:64
|
||||
|
||||
# Recovery
|
||||
PRODUCT_PACKAGES += \
|
||||
fastbootd
|
||||
|
|
|
@ -692,57 +692,6 @@ vendor/etc/init/vendor.qti.hardware.servicetracker@1.2-service.rc
|
|||
vendor/etc/vintf/manifest/vendor.qti.hardware.servicetracker@1.2-service.xml
|
||||
vendor/lib64/hw/vendor.qti.hardware.servicetracker@1.2-impl.so
|
||||
|
||||
# QVR
|
||||
vendor/bin/hw/qvrservice
|
||||
vendor/bin/qvrdatalogger
|
||||
vendor/bin/qvrservicetest
|
||||
vendor/bin/qvrservicetest64
|
||||
vendor/etc/init/qvrd_vndr.rc
|
||||
vendor/etc/qvr/cfg/339/0/65536/mtp855.txt
|
||||
vendor/etc/qvr/cfg/339/0/65536/mtp855_6dof_config.xml
|
||||
vendor/etc/qvr/cfg/356/0/65536/mtp865.txt
|
||||
vendor/etc/qvr/cfg/356/0/65536/mtp865_6dof_config.xml
|
||||
vendor/etc/qvr/cfg/356/1/131072/morpheus.txt
|
||||
vendor/etc/qvr/cfg/356/1/131072/morpheus_6dof_config.xml
|
||||
vendor/etc/qvr/cfg/356/1/65536/trinity.txt
|
||||
vendor/etc/qvr/cfg/356/1/65536/trinity_6dof_config.xml
|
||||
vendor/etc/qvr/cfg/415/0/131072/mtplahaina.txt
|
||||
vendor/etc/qvr/cfg/415/0/131072/mtplahaina_6dof_config.xml
|
||||
vendor/etc/qvr/cfg/415/0/65536/mtplahaina.txt
|
||||
vendor/etc/qvr/cfg/415/0/65536/mtplahaina_6dof_config.xml
|
||||
vendor/etc/qvr/cfg/457/0/65536/mtpwaipio.txt
|
||||
vendor/etc/qvr/cfg/457/0/65536/mtpwaipio_6dof_config.xml
|
||||
vendor/etc/qvr/cfg/457/0/65536/mtpwaipio_qvr_3dof_tracker_config.txt
|
||||
vendor/etc/qvr/cfg/457/0/65537/mtpwaipio.txt
|
||||
vendor/etc/qvr/cfg/457/0/65537/mtpwaipio_6dof_config.xml
|
||||
vendor/etc/qvr/cfg/457/0/65537/mtpwaipio_qvr_3dof_tracker_config.txt
|
||||
vendor/etc/qvr/cfg/457/3/65536/mtpwaipio.txt
|
||||
vendor/etc/qvr/cfg/457/3/65536/mtpwaipio_6dof_config.xml
|
||||
vendor/etc/qvr/cfg/457/3/65536/mtpwaipio_qvr_3dof_tracker_config.txt
|
||||
vendor/etc/qvr/cfg/457/3/65537/mtpwaipio.txt
|
||||
vendor/etc/qvr/cfg/457/3/65537/mtpwaipio_6dof_config.xml
|
||||
vendor/etc/qvr/cfg/457/3/65537/mtpwaipio_qvr_3dof_tracker_config.txt
|
||||
vendor/etc/qvr/qvr_hid_device_list.txt
|
||||
vendor/etc/qvr/qvr_usb_device_list.txt
|
||||
vendor/etc/qvr/qvrservice_config.txt
|
||||
vendor/etc/seccomp_policy/qvr@2.0.policy
|
||||
vendor/etc/vintf/manifest/vendor.qti.hardware.qxr-service.xml
|
||||
vendor/lib64/libDspIOProxy_stub.so
|
||||
vendor/lib64/libMapService.so
|
||||
vendor/lib64/libScenescape.so
|
||||
vendor/lib64/libStereoRectifyWrapper.so
|
||||
vendor/lib64/libeye_tracking_dsp_sample_stub.so
|
||||
vendor/lib64/libhalide_hexagon_host.so
|
||||
vendor/lib64/libqvr_cam_cdsp_driver_stub.so
|
||||
vendor/lib64/libqvr_cdsp_driver_stub.so
|
||||
vendor/lib64/libqvr_eyetracking_plugin.so
|
||||
vendor/lib64/libqvr_hostcontroller_plugin.so
|
||||
vendor/lib64/libqvrcamera_client.qti.so
|
||||
vendor/lib64/libqvrservice.so
|
||||
vendor/lib64/libqvrservice_client.qti.so
|
||||
vendor/lib64/libtracker_6dof_impl.so
|
||||
vendor/lib64/vendor.qti.hardware.qxr-V1-ndk_platform.so
|
||||
|
||||
# RIL
|
||||
product/app/uimgbaservice/uimgbaservice.apk
|
||||
product/etc/permissions/UimGba.xml
|
||||
|
@ -1040,13 +989,6 @@ vendor/bin/ssr_diag
|
|||
vendor/bin/ssr_setup
|
||||
vendor/bin/subsystem_ramdump
|
||||
|
||||
# SXR
|
||||
vendor/bin/hw/sxrservice
|
||||
vendor/etc/init/sxrd.rc
|
||||
vendor/etc/seccomp_policy/sxr@2.0.policy
|
||||
vendor/lib64/libsxrcryptoimpl.so
|
||||
vendor/lib64/libsxrservice.so
|
||||
|
||||
# Thermal
|
||||
vendor/bin/mi_thermald
|
||||
vendor/bin/thermal-engine-v2
|
||||
|
|
Loading…
Reference in a new issue