Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
android: use original .bin for native modules
Uses the original project's .bin folder when building native modules for Android. Gradle's copy tasks resolve the symbolic links instead of preserving them, which causes fails while building modules that depend on linked build tools, such as node-pre-gyp. With this change, the native modules build step will try to use the original project's linked binaries.
- Loading branch information