libicu_jni needs to be initialized before libopenjdk{d}

java.lang.System, which implements System.loadLibrary, depends on ICU4CMetadata.
Thus, libicu_jni has to be loaded before libopenjdk, which initializes java.lang.System. Otherwise, the device fails to boot.
See b/143888405 for details.

Bug: 138994281
Bug: 143888405
Test: device boots
Change-Id: I3d6691be012601368820c3de717ee1268b6b7ca9
1 file changed