From b0c23df0c5df49bf60630dc3bf6582ad68601b66 Mon Sep 17 00:00:00 2001 From: kubersharma001 <kubersharma001@gmail.com> Date: Wed, 13 Oct 2021 08:12:52 +0000 Subject: veux: Remove config_jitzygoteBootImagePinnerServiceFiles list - obsolete on android-12 Ref: I97738435edd07e8b6770372cd935218c1a9cd984 Change-Id: Ibbc8d35961d919ccdc454ef2043824f38191637e --- rro_overlays/FrameworksResOverlayVeux/res/values/config.xml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/rro_overlays/FrameworksResOverlayVeux/res/values/config.xml b/rro_overlays/FrameworksResOverlayVeux/res/values/config.xml index c334bb6..6c9280e 100644 --- a/rro_overlays/FrameworksResOverlayVeux/res/values/config.xml +++ b/rro_overlays/FrameworksResOverlayVeux/res/values/config.xml @@ -599,17 +599,6 @@ <!-- Should the pinner service pin the Home application? --> <bool name="config_pinnerHomeApp">true</bool> - <!-- List of files pinned by the Pinner Service with the JIT Zygote boot image b/119800099 --> - <string-array translatable="false" name="config_jitzygoteBootImagePinnerServiceFiles"> - <item>"/system/framework/framework.jar"</item> - <item>"/system/framework/services.jar"</item> - <item>"/apex/com.android.art/javalib/core-oj.jar"</item> - <item>"/apex/com.android.art/javalib/core-libart.jar"</item> - <item>"/apex/com.android.media/javalib/updatable-media.jar"</item> - <item>"/system_ext/priv-app/SystemUI/SystemUI.apk"</item> - <item>"/system/bin/surfaceflinger"</item> - </string-array> - <!-- Whether a software navigation bar should be shown. NOTE: in the future this may be autodetected from the Configuration. --> <bool name="config_showNavigationBar">true</bool> -- cgit v1.2.3