diff options
-rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 9c62be6..d0bc121 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -415,7 +415,7 @@ <item>"/apex/com.android.media/javalib/updatable-media.jar"</item> <item>"/system_ext/priv-app/SystemUI/SystemUI.apk"</item> <item>"/system_ext/priv-app/SystemUI/oat/arm64/SystemUI.odex"</item> - <item>"/system/lib64/libsurfaceflinger.so"</item> + <item>"/system/bin/surfaceflinger"</item> </string-array> <!-- Should the pinner service pin the Home application? --> @@ -432,7 +432,7 @@ <item>"/apex/com.android.art/javalib/core-libart.jar"</item> <item>"/apex/com.android.media/javalib/updatable-media.jar"</item> <item>"/system_ext/priv-app/SystemUI/SystemUI.apk"</item> - <item>"/system/lib64/libsurfaceflinger.so"</item> + <item>"/system/bin/surfaceflinger"</item> </string-array> <!-- Boolean indicating whether the HWC setColorTransform function can be performed efficiently |