Commit 3f9124be by Kim Peace

Revert load ez library comment out

parent 69c5db7e
......@@ -17,8 +17,8 @@ public class PreSplashActivity extends Activity {
try {
// アーキテクチャがx86以外の場合のみ、以下のライブラリをロードする。
if (!Build.CPU_ABI.contains("x86")) {
// System.loadLibrary("skia_android");
// System.loadLibrary("ozrv");
System.loadLibrary("skia_android");
System.loadLibrary("ozrv");
}
} catch (Exception e) {
e.printStackTrace();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment