Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion platforms/android/android-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ android {
//abiFilters "armeabi", "armeabi-v7a", "arm64-v8a", "x86", "x86_64"

// Limiting to a smaller set of ABIs to save time while testing:
abiFilters "x86", "armeabi-v7a"
abiFilters "x86", "armeabi-v7a", "arm64-v8a"
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ protected String getMainSharedObject() {
} else {
library = "libmain.so";
}
return getContext().getApplicationInfo().nativeLibraryDir + "/" + library;
return library;
}

/**
Expand Down
Empty file modified platforms/android/gradlew
100644 → 100755
Empty file.