summaryrefslogtreecommitdiff
path: root/overlay
diff options
context:
space:
mode:
authorPhilip Cuadra <philipcuadra@google.com>2016-05-12 15:38:37 -0700
committerPhilip Cuadra <philipcuadra@google.com>2016-06-13 11:51:08 -0700
commit1367551e523efb501b620cba0a9ef8d14aee50b3 (patch)
treed2485b967c5e8616caebca5f9b37795e521496ac /overlay
parente302c6f0efc2e0d4b4f3571bf89f6bee5cfac481 (diff)
downloadbullhead-1367551e523efb501b620cba0a9ef8d14aee50b3.tar.gz
Pinner configuration for Bullhead
Add pinning configuration for Bullhead. Bug 28251566 Change-Id: Ie6eac670d58fb50a86eaa5dd9d96923bc803eae5
Diffstat (limited to 'overlay')
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml8
1 files changed, 8 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 d7d87e4..55df31c 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -357,4 +357,12 @@
<item>SUPL_ES=0</item>
</string-array>
+ <!-- Default list of files pinned by the Pinner Service -->
+ <string-array translatable="false" name="config_defaultPinnerServiceFiles">
+ <item>"/system/framework/arm64/boot-framework.oat"</item>
+ <item>"/system/framework/oat/arm64/services.odex"</item>
+ <item>"/system/framework/arm64/boot.oat"</item>
+ <item>"/system/framework/arm64/boot-core-libart.oat"</item>
+ </string-array>
+
</resources>