Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
* [Android] Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
YorkShen committed Apr 4, 2019
1 parent 3b0b9d0 commit ab11296
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ subprojects {
targetSdkVersion=26
supportLibVersion="26.0.2"
fastjsonLibVersion="1.1.46.android"
armABIOnly = project.hasProperty("armeabiOnly")
armABIOnly = !project.hasProperty("armABIOnly") || armABIOnly.equals('true')
}
}

Expand Down
1 change: 0 additions & 1 deletion android/sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ android {
ndk {
if (project.armABIOnly){
abiFilters "armeabi"
println "armeabi only"
} else {
abiFilters "armeabi-v7a", "armeabi", "x86"
}
Expand Down

0 comments on commit ab11296

Please sign in to comment.