sdm710-common: overlay: Pin the same RenderScript libs as stock

Change-Id: I13b087d186b8509bf35130835b89812fee7abc05
This commit is contained in:
Bruno Martins 2018-11-08 14:38:09 +00:00 committed by SamarV-121
parent b14b08ac24
commit a91998b826

View file

@ -318,6 +318,13 @@
<item>"/product/priv-app/SystemUI/SystemUI.apk"</item> <item>"/product/priv-app/SystemUI/SystemUI.apk"</item>
<item>"/product/priv-app/SystemUI/oat/arm64/SystemUI.odex"</item> <item>"/product/priv-app/SystemUI/oat/arm64/SystemUI.odex"</item>
<item>"/system/lib64/libsurfaceflinger.so"</item> <item>"/system/lib64/libsurfaceflinger.so"</item>
<item>/system/lib64/libRScpp.so</item>
<item>/system/lib64/libRS.so</item>
<item>/system/lib64/libRS_internal.so</item>
<item>/system/lib64/libbcinfo.so</item>
<item>/system/lib64/libRSDriver.so</item>
<item>/system/lib64/libRSCpuRef.so</item>
<item>/system/lib64/libblas.so</item>
</string-array> </string-array>
<!-- List of files pinned by the Pinner Service with the apex boot image --> <!-- List of files pinned by the Pinner Service with the apex boot image -->
@ -404,3 +411,4 @@
<dimen name="status_bar_height_portrait">88.0px</dimen> <dimen name="status_bar_height_portrait">88.0px</dimen>
<dimen name="status_bar_height_landscape">28.0dp</dimen> <dimen name="status_bar_height_landscape">28.0dp</dimen>
</resources> </resources>