Skip to content

Commit

Permalink
seed: Pin boot oat and services dex from /data
Browse files Browse the repository at this point in the history
By default, seed uses the PinnerService to try to
pin several boot, framework and services files
in memory.  However, we had to turn off DEXPREOPT
to prevent app crashes and current configs only
look in /system.  Add /data/dalvik-cache paths to
pin some of the equivalent files.

Change-Id: I4ccc8e8d30137a0a0edc6fa9b40ada2ffa81c6a5
  • Loading branch information
sam3000 authored and arvinquilao committed Jan 16, 2018
1 parent 901d27d commit 21dff57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions overlay/frameworks/base/core/res/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@
<item>"/system/framework/oat/arm/services.odex"</item>
<item>"/system/framework/arm/boot.oat"</item>
<item>"/system/framework/arm/boot-core-libart.oat"</item>
<item>"/data/dalvik-cache/arm/system@[email protected]"</item>
<item>"/data/dalvik-cache/arm/system@[email protected]@classes.dex"</item>
</string-array>

<!-- Configuration to support SIM contact batch operation.-->
Expand Down

0 comments on commit 21dff57

Please sign in to comment.