diff options
| author | Kevin Jeon <kevinjeon@google.com> | 2021-04-06 23:01:33 +0530 |
|---|---|---|
| committer | Tony Jose <gmoto1179@gmail.com> | 2021-04-29 19:32:57 +0530 |
| commit | 1b9a245824c301f71cd8df4516838814a1bacd4f (patch) | |
| tree | 9dce14a85336abf014090b393cbab0f9a5aa7c2d | |
| parent | 7026712c3ac696bb4822356e5d63453d38a45588 (diff) | |
merlin: Update SurfaceFlinger pin
PA Notes:
- Not merged to master, but merged to internal master.
- Original commit removes libsurfaceflinger but I do not
because we have enough memory.
Test: Builds as expected after this change, and flashes successfully.
Bug: 176197656
Change-Id: Id42d90c7fe86dc5f874588efb04f3afb6baa0b2d
Signed-off-by: Jake Weinstein <jake@aospa.co>
| -rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index b25aa28..43bce61 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -76,11 +76,13 @@ <item>"/system_ext/priv-app/SystemUI/SystemUI.apk"</item> <item>"/system_ext/priv-app/SystemUI/oat/arm/SystemUI.odex"</item> <item>"/system/lib/libsurfaceflinger.so"</item> + <item>"/system/bin/surfaceflinger"</item> </string-array> <!-- List of files pinned by the Pinner Service with the apex boot image b/119800099 --> <string-array translatable="false" name="config_apexBootImagePinnerServiceFiles"> <item>"/system_ext/priv-app/SystemUI/SystemUI.apk"</item> <item>"/system/lib/libsurfaceflinger.so"</item> + <item>"/system/bin/surfaceflinger"</item> </string-array> </resources> |
