From 2d862988f0eee4c704b7ca389addeca5bf0f3ba1 Mon Sep 17 00:00:00 2001 From: kocolin Date: Fri, 21 Aug 2020 14:59:13 +0800 Subject: [PATCH] sm8550-common: overlay: Add some libraries to pinner list for camera * This will help to reduce camera launch time in I/O busy cases. Change-Id: I817751155e5a137ba6895049e59526bb8484e433 --- overlay/FrameworksResCommon/res/values/config.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/overlay/FrameworksResCommon/res/values/config.xml b/overlay/FrameworksResCommon/res/values/config.xml index 06a554c..d7aa6f3 100644 --- a/overlay/FrameworksResCommon/res/values/config.xml +++ b/overlay/FrameworksResCommon/res/values/config.xml @@ -398,6 +398,10 @@ "/system/lib64/libsurfaceflinger.so" "/system_ext/priv-app/SystemUI/SystemUI.apk" "/system_ext/priv-app/SystemUI/oat/arm64/SystemUI.odex" + "/vendor/lib64/libcamxexternalformatutils.so" + "/vendor/lib64/libipebpsstriping.so" + "/vendor/lib64/libCB.so" + "/vendor/lib64/libgsl.so"