BabylonJS / BabylonJS/BabylonReactNative

Only specify the Android ABI to CMake that Gradle is already building

Open
#41 2 comments 0 reactions 0 assignees View on GitHub
Testing
Dominant language
C++
Stars
432
Forks
72
Avg merge
2d 19h
Merged PRs (30d)
16

Description

Currently, when you build a specific ABI for Android, we still tell CMake to build all the ABIs we support. This makes the build three times slower than it needs to be when you first build for a specific target ABI. This should be configured in Apps/Playground/node_modules/@babylonjs/react-native/android/build.gradle. An example of what I believe to be the correct way to configure this can be found here: https://stackoverflow.com/questions/55479984/pass-architecture-information-from-gradlew-command-to-cmake/55486008#55486008

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.