forked from software-mansion/react-native-reanimated
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Android] Improve building. (software-mansion#900)
WHY: To speed up building. HOW: 1 Added necessary tasks to Android/build.gradle similar to tasks from react-native/ReactAndroid/build.gradle. 2 Created Application.mk 3 Created Android.mk 4 Add important lines from ReactAndroid/src/main/jni/react/jni/Android.mk (I've tried to import/include this module but it didn't work) 5 update createNPMPackage.sh
- Loading branch information
Szymon20000
authored
Jun 24, 2020
1 parent
83590ce
commit b472a65
Showing
12 changed files
with
1,030 additions
and
629 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,6 +28,7 @@ project.xcworkspace | |
.idea | ||
.gradle | ||
local.properties | ||
android/src/main/JNILibs/ | ||
|
||
# node.js | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.