summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Cuadra <philipcuadra@google.com>2016-05-02 18:19:18 -0700
committerPhilip Cuadra <philipcuadra@google.com>2016-05-16 15:07:37 -0700
commit7ca691abe60aa13e8b4af597c3ef4893740b67a2 (patch)
tree267e8fa67ca5c2c5ae1e82d1f512feb91aa64ef7
parent20d82f85f687628b137948da7272d277a61594d8 (diff)
downloadangler-7ca691abe60aa13e8b4af597c3ef4893740b67a2.tar.gz
Angler configuration for Pinner Service
Specifies the default files to pin via Pinner Service on Angler. Bug 28251566 Change-Id: Id38ded3cd64b20cec4654c58d84ac4eab020af8a
-rwxr-xr-xoverlay/frameworks/base/core/res/res/values/config.xml9
1 files changed, 9 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 1db8134..bfcd620 100755
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -392,4 +392,13 @@
<!-- If this is true, device supports Sustained Performance Mode. -->
<bool name="config_sustainedPerformanceModeSupported">true</bool>
+
+ <!-- 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>