diff options
author | davidevinavil <davidevinavil@gmail.com> | 2018-03-28 10:37:06 +0200 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-03-29 17:59:06 +0200 |
commit | f25501e5fa086cfaf2bef52b31be73874168eb18 (patch) | |
tree | a56dfcbd3b88b76be5c2393daf7726207c4d905f | |
parent | a8d13739834fe218808f92d3407436a3d019da69 (diff) |
msm8996-common: Move camera xml to vendor
and patch libmmcamera2_sensor_modules.so to load it
this fix camera on GSI
-rw-r--r-- | proprietary-files.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/proprietary-files.txt b/proprietary-files.txt index 02ffc0a..2626d0f 100644 --- a/proprietary-files.txt +++ b/proprietary-files.txt @@ -112,7 +112,7 @@ vendor/lib/libmmcamera2_memleak.so vendor/lib/libmmcamera2_pp_buf_mgr.so vendor/lib/libmmcamera2_pproc_modules.so vendor/lib/libmmcamera2_q3a_core.so -vendor/lib/libmmcamera2_sensor_modules.so +vendor/lib/libmmcamera2_sensor_modules.so|efe8409a0380e87c68eaf3ad03ed0db3a27c8762 vendor/lib/libmmcamera2_stats_algorithm.so vendor/lib/libmmcamera2_stats_modules.so vendor/lib/libmmjpeg.so @@ -143,7 +143,7 @@ etc/firmware/cpp_firmware_v1_6_0.fw:vendor/firmware/cpp_firmware_v1_6_0.fw etc/firmware/cpp_firmware_v1_8_0.fw:vendor/firmware/cpp_firmware_v1_8_0.fw # Camera ov8865 -etc/camera/ov8865_chromatix.xml +etc/camera/ov8865_chromatix.xml:vendor/etc/camera/ov8865_chromatix.xml vendor/lib/libchromatix_ov8865_hfr_60.so vendor/lib/libchromatix_ov8865_cpp_video.so vendor/lib/libchromatix_ov8865_common.so |