Skip to content

Commit

Permalink
Include 64bit binaries only when the custom ARM64 property is defined
Browse files Browse the repository at this point in the history
GearVRf-DCO-1.0-Signed-off-by: Mihail Marinov <m.marinov@samsung.com>
  • Loading branch information
liaxim committed Nov 17, 2016
1 parent 302d7f2 commit 3ebe198
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions common.gradle
Expand Up @@ -37,6 +37,9 @@ android {
packagingOptions {
exclude 'lib/x86/libgvrbase.so'
exclude 'lib/arm64-v8a/libgvrbase.so'
if (!rootProject.hasProperty("ARM64")) {
exclude 'lib/arm64-v8a/*.so'
}
}
}

Expand Down

0 comments on commit 3ebe198

Please sign in to comment.