Skip to content

Commit 248438a

Browse files
author
asLody
committed
[native] : remove armeabi abi.
1 parent 92c39af commit 248438a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VirtualApp/lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ android {
1111
versionName "1.0"
1212
externalNativeBuild {
1313
ndkBuild {
14-
abiFilters "armeabi", "armeabi-v7a", "x86"
14+
abiFilters "armeabi-v7a", "x86"
1515
}
1616
}
1717
}

VirtualApp/lib/src/main/jni/Application.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
APP_ABI := armeabi armeabi-v7a x86
1+
APP_ABI := armeabi-v7a x86
22
APP_PLATFORM := android-14
33
APP_STL := gnustl_static
44
APP_OPTIM := release

0 commit comments

Comments
 (0)