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
diff --git a/camera/JpegCompressor.cpp b/camera/JpegCompressor.cpp
index 3a5b15e..168b98a 100644
--- a/camera/JpegCompressor.cpp
+++ b/camera/JpegCompressor.cpp
@@ -46,7 +46,7 @@
 
 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);
     }