Remove useless libneon on Android.

This commit is contained in:
Ghislain MARY 2013-10-02 16:05:34 +02:00
parent e8668e2e31
commit 3878b016ab
2 changed files with 1 additions and 8 deletions

View file

@ -21,7 +21,6 @@ package org.linphone.core;
import java.io.File;
import java.io.IOException;
import org.linphone.mediastream.CpuUtils;
import org.linphone.mediastream.Version;
import android.util.Log;
@ -134,12 +133,6 @@ public class LinphoneCoreFactoryImpl extends LinphoneCoreFactory {
return createLinphoneFriend(null);
}
public static boolean hasNeonInCpuFeatures()
{
CpuUtils cpu = new CpuUtils();
return cpu.isCpuNeon();
}
public static boolean isArmv7()
{
return System.getProperty("os.arch").contains("armv7");

@ -1 +1 @@
Subproject commit a77698c854a728bbee194988683e94009b8561e9
Subproject commit 043c6b9244fa28ce70b3fe3f3bdb4297a0fb7afd