Loading core/jni/com_android_internal_os_ZygoteInit.cpp +0 −4 Original line number Diff line number Diff line Loading @@ -19,7 +19,6 @@ #include <EGL/egl.h> #include <Properties.h> #include <ui/GraphicBufferMapper.h> #include <vulkan/vulkan.h> #include "core_jni_helpers.h" Loading Loading @@ -67,9 +66,6 @@ void android_internal_os_ZygoteInit_nativePreloadGraphicsDriver(JNIEnv* env, jcl ScopedSCSExit x; if (Properties::peekRenderPipelineType() == RenderPipelineType::SkiaGL) { eglGetDisplay(EGL_DEFAULT_DISPLAY); } else { uint32_t count = 0; vkEnumerateInstanceExtensionProperties(nullptr, &count, nullptr); } } Loading Loading
core/jni/com_android_internal_os_ZygoteInit.cpp +0 −4 Original line number Diff line number Diff line Loading @@ -19,7 +19,6 @@ #include <EGL/egl.h> #include <Properties.h> #include <ui/GraphicBufferMapper.h> #include <vulkan/vulkan.h> #include "core_jni_helpers.h" Loading Loading @@ -67,9 +66,6 @@ void android_internal_os_ZygoteInit_nativePreloadGraphicsDriver(JNIEnv* env, jcl ScopedSCSExit x; if (Properties::peekRenderPipelineType() == RenderPipelineType::SkiaGL) { eglGetDisplay(EGL_DEFAULT_DISPLAY); } else { uint32_t count = 0; vkEnumerateInstanceExtensionProperties(nullptr, &count, nullptr); } } Loading