summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHuan Song <huans@google.com>2020-07-07 16:00:46 -0700
committerHuan Song <huans@google.com>2020-07-20 15:14:33 -0700
commitf8979be30717e4f43bf83e08b97a34f8e358d8c1 (patch)
treed7a6e8b9adc65c33eb3eb05381fed4bb6dcca8eb
parentc898b974e7579f4b3a02900b885d418c8127935c (diff)
downloaddevice_generic_goldfish-f8979be30717e4f43bf83e08b97a34f8e358d8c1.tar.gz
device_generic_goldfish-f8979be30717e4f43bf83e08b97a34f8e358d8c1.tar.bz2
device_generic_goldfish-f8979be30717e4f43bf83e08b97a34f8e358d8c1.zip
Update to use the correct jpeg lib
Bug: 160470946 Test: build ToT aosp with target sdk_phone_x86-userdebug. Use APP in the bug to capture image. Change-Id: I468c4021970bf4f4c5d2e4a3ac5e0d0726b4e928
-rw-r--r--camera/JpegCompressor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/camera/JpegCompressor.cpp b/camera/JpegCompressor.cpp
index 3a5b15e1..168b98a0 100644
--- a/camera/JpegCompressor.cpp
+++ b/camera/JpegCompressor.cpp
@@ -46,7 +46,7 @@ typedef size_t (*GetCompressedSizeFunc)(JpegStub* stub);
NV21JpegCompressor::NV21JpegCompressor()
{
- const char dlName[] = "/vendor/lib/hw/camera.goldfish.jpeg.so";
+ const char dlName[] = "/vendor/lib/hw/camera.ranchu.jpeg.so";
if (mDl == NULL) {
mDl = dlopen(dlName, RTLD_NOW);
}