Skip to content

Commit

Permalink
breeze: Update surfaceflinger pinned path to system/bin
Browse files Browse the repository at this point in the history
According to latest AOSP changes SurfaceFlinger moved from
/system/lib64/libsurfaceflinger.so to /system/bin/surfaceflinger

Fixes:
12-06 00:40:12.885  1476  1693 E PinnerService: Could not pin file /system/lib64/libsurfaceflinger.so
12-06 00:40:12.885  1476  1693 E PinnerService: android.system.ErrnoException: open failed: ENOENT (No such file or directory)

TEST: Build and fix bugs above.

Change-Id: Ia859c745e77cf84821fd11628360ba61031185ae
Signed-off-by: karthik1896 <karthik1896@outlook.com>
  • Loading branch information
johnmart19 authored and Hadenix committed Nov 23, 2023
1 parent cb0ed5d commit 1afff5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overlay/frameworks/base/core/res/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<item>"/apex/com.android.media/javalib/updatable-media.jar"</item>
<item>"/system/system_ext/priv-app/SystemUI/SystemUI.apk"</item>
<item>"/system/system_ext/priv-app/SystemUI/oat/arm64/SystemUI.odex"</item>
<item>"/system/lib64/libsurfaceflinger.so"</item>
<item>"/system/bin/surfaceflinger"</item>
<item>"/system/lib64/libRScpp.so"</item>
<item>"/system/lib64/libRS.so"</item>
<item>"/system/lib64/libRS_internal.so"</item>
Expand Down

0 comments on commit 1afff5c

Please sign in to comment.