mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-23 06:08:07 +00:00
Remove useless libneon on Android.
This commit is contained in:
parent
e8668e2e31
commit
3878b016ab
2 changed files with 1 additions and 8 deletions
|
|
@ -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
|
||||
Loading…
Add table
Reference in a new issue