diff options
| author | 2021-03-18 22:17:03 +0000 | |
|---|---|---|
| committer | 2021-03-18 22:17:03 +0000 | |
| commit | d51c5dec612bf0d252470c96d6bc0cdb93ee8669 (patch) | |
| tree | 4ecf062ff0d2a226666c6425d55a77a869e2153a | |
| parent | 0665793932b153a8d5058aae2405fe46179d9f03 (diff) | |
Remove obsolete config_jitzygoteBootImagePinnerServiceFiles.
Test: m
Bug: 144773394
Change-Id: I97738435edd07e8b6770372cd935218c1a9cd984
| -rw-r--r-- | core/res/res/values/config.xml | 4 | ||||
| -rw-r--r-- | core/res/res/values/symbols.xml | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index 22a79ed12c24..6dfd2c628e4c 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -3436,10 +3436,6 @@ <!-- True if assistant app should be pinned via Pinner Service --> <bool name="config_pinnerAssistantApp">false</bool> - <!-- List of files pinned by the Pinner Service with the JIT Zygote boot image b/119800099 --> - <string-array translatable="false" name="config_jitzygoteBootImagePinnerServiceFiles"> - </string-array> - <!-- Number of days preloaded file cache should be preserved on a device before it can be deleted --> <integer name="config_keepPreloadsMinDays">7</integer> diff --git a/core/res/res/values/symbols.xml b/core/res/res/values/symbols.xml index fc75463a44fa..fff7068f4051 100644 --- a/core/res/res/values/symbols.xml +++ b/core/res/res/values/symbols.xml @@ -3065,7 +3065,6 @@ <java-symbol type="bool" name="config_pinnerCameraApp" /> <java-symbol type="bool" name="config_pinnerHomeApp" /> <java-symbol type="bool" name="config_pinnerAssistantApp" /> - <java-symbol type="array" name="config_jitzygoteBootImagePinnerServiceFiles" /> <java-symbol type="string" name="config_doubleTouchGestureEnableFile" /> |