Loading core/java/com/android/internal/os/ZygoteInit.java +17 −19 Original line number Diff line number Diff line Loading @@ -427,7 +427,6 @@ public class ZygoteInit { SharedLibraryInfo.TYPE_BUILTIN, null /*declaringPackage*/, null /*dependentPackages*/, null /*dependencies*/, false /*isNative*/)); if (Flags.enableMediaAndLocationPreload()) { // As these libraries are technically optional and not necessarily inherited from // base_system.mk, only cache them if they exist. final String mediaJarPath = "/system/framework/com.android.media.remotedisplay.jar"; Loading @@ -446,7 +445,6 @@ public class ZygoteInit { SharedLibraryInfo.TYPE_BUILTIN, null /*declaringPackage*/, null /*dependentPackages*/, null /*dependencies*/, false /*isNative*/)); } } // WindowManager Extensions is an optional shared library that is required for WindowManager // Jetpack to fully function. Since it is a widely used library, preload it to improve apps Loading core/java/com/android/internal/os/flags.aconfig +0 −7 Original line number Diff line number Diff line Loading @@ -43,13 +43,6 @@ flag { } } flag { name: "enable_media_and_location_preload" namespace: "system_performance" description: "Enables zygote preload of non-BCP media and location libraries." bug: "241474956" } flag { name: "debug_store_enabled" namespace: "stability" Loading Loading
core/java/com/android/internal/os/ZygoteInit.java +17 −19 Original line number Diff line number Diff line Loading @@ -427,7 +427,6 @@ public class ZygoteInit { SharedLibraryInfo.TYPE_BUILTIN, null /*declaringPackage*/, null /*dependentPackages*/, null /*dependencies*/, false /*isNative*/)); if (Flags.enableMediaAndLocationPreload()) { // As these libraries are technically optional and not necessarily inherited from // base_system.mk, only cache them if they exist. final String mediaJarPath = "/system/framework/com.android.media.remotedisplay.jar"; Loading @@ -446,7 +445,6 @@ public class ZygoteInit { SharedLibraryInfo.TYPE_BUILTIN, null /*declaringPackage*/, null /*dependentPackages*/, null /*dependencies*/, false /*isNative*/)); } } // WindowManager Extensions is an optional shared library that is required for WindowManager // Jetpack to fully function. Since it is a widely used library, preload it to improve apps Loading
core/java/com/android/internal/os/flags.aconfig +0 −7 Original line number Diff line number Diff line Loading @@ -43,13 +43,6 @@ flag { } } flag { name: "enable_media_and_location_preload" namespace: "system_performance" description: "Enables zygote preload of non-BCP media and location libraries." bug: "241474956" } flag { name: "debug_store_enabled" namespace: "stability" Loading