Skip to content

Commit

Permalink
temporarly use single target
Browse files Browse the repository at this point in the history
  • Loading branch information
nklhtv committed Jun 29, 2022
1 parent ad39b93 commit 34f3d2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ android {
cargo {
module = "./"
libname = "stremio_core_android"
targets = ["arm", "arm64", "x86", "x86_64"]
// targets = ["arm", "arm64", "x86", "x86_64"]
targets = ["arm64"]
verbose = true
profile = rootProject.ext.has("stremio_core_android_profile") ? rootProject.ext.get("stremio_core_android_profile") : "debug"
}
Expand Down

0 comments on commit 34f3d2c

Please sign in to comment.