mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
universal7885: Remove odex/oat files from pinner list.
The pinner now asks the runtime for these files. Test: adb shell dumpsys pinner Bug: 144773394 Change-Id: Ifead4354d29b3ce658b2f5771b778a050b0579b5 Merged-In: I6627afc390f8dcacc197680dcc4917e2ac5bc090 Signed-off-by: SamarV-121 <samarvispute121@pm.me>
This commit is contained in:
parent
5d11751e99
commit
d78202c260
1 changed files with 0 additions and 3 deletions
|
|
@ -12,15 +12,12 @@
|
|||
<bool name="config_powerDecoupleInteractiveModeFromDisplay">true</bool>
|
||||
<integer name="config_screenBrightnessDoze">1</integer>
|
||||
<string-array translatable="false" name="config_defaultPinnerServiceFiles">
|
||||
<item>"/system/framework/arm64/boot-framework.oat"</item>
|
||||
<item>"/system/framework/framework.jar"</item>
|
||||
<item>"/system/framework/oat/arm64/services.odex"</item>
|
||||
<item>"/system/framework/services.jar"</item>
|
||||
<item>"/apex/com.android.art/javalib/core-oj.jar"</item>
|
||||
<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_ext/priv-app/SystemUI/oat/arm64/SystemUI.odex"</item>
|
||||
<item>"/system/lib64/libsurfaceflinger.so"</item>
|
||||
</string-array>
|
||||
<string-array translatable="false" name="config_jitzygoteBootImagePinnerServiceFiles">
|
||||
|
|
|
|||
Loading…
Reference in a new issue