Remove compiler-rt load from zygote init

Bug: 206676167
Test: Verified boot on aosp_cf_x86_64_phone target.
Test: adb shell am instrument \
  -w android.renderscript.cts/androidx.test.runner.AndroidJUnitRunner
Change-Id: I27dc3988e7f5db72d90da32bc5266dc4a3816aaa
This commit is contained in:
Prashanth Swaminathan
2023-03-15 17:14:20 -07:00
parent 3cd394fa7d
commit 45a23e793c

View File

@@ -185,7 +185,6 @@ public class ZygoteInit {
private static void preloadSharedLibraries() {
Log.i(TAG, "Preloading shared libraries...");
System.loadLibrary("android");
System.loadLibrary("compiler_rt");
System.loadLibrary("jnigraphics");
}