Skip to content

Commit

Permalink
chiron: Remove com.android.art vdex files from pinner list
Browse files Browse the repository at this point in the history
logcat:
    E PinnerService: Could not pin file /apex/com.android.art/javalib/arm64/boot-core-libart.vdex
    E PinnerService: Failed to pin file = /apex/com.android.art/javalib/arm64/boot-core-libart.vdex
    E PinnerService: Could not pin file /apex/com.android.art/javalib/arm64/boot.vdex
    E PinnerService: Failed to pin file = /apex/com.android.art/javalib/arm64/boot.vdex

Change-Id: Ie45f48651ad2fe4f8359b303abb050f2bd15b031
  • Loading branch information
BYZYB committed Jan 11, 2023
1 parent 2366737 commit bf3a499
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions overlay/frameworks/base/core/res/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,6 @@
<bool name="config_sustainedPerformanceModeSupported">true</bool>
<!-- Default list of files pinned by the Pinner Service -->
<string-array translatable="false" name="config_defaultPinnerServiceFiles">
<item>"/apex/com.android.art/javalib/arm64/boot-core-libart.vdex"</item>
<item>"/apex/com.android.art/javalib/arm64/boot.vdex"</item>
<item>"/apex/com.android.art/javalib/core-libart.jar"</item>
<item>"/apex/com.android.art/javalib/core-oj.jar"</item>
<item>"/system_ext/priv-app/SystemUI/oat/arm64/SystemUI.vdex"</item>
Expand Down

0 comments on commit bf3a499

Please sign in to comment.