mirror of
https://github.com/status-im/react-native.git
synced 2025-02-20 21:28:08 +00:00
Change gradle ndk build inputs back to what they were
Reviewed By: bestander Differential Revision: D3442666 fbshipit-source-id: 735cb7e908670fa9b1ec58a533a2c59008ccc154
This commit is contained in:
parent
31f30aa4b3
commit
c1f7aa3824
@ -185,7 +185,7 @@ def getNdkBuildFullPath() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
task buildReactNdkLib(dependsOn: [prepareJSC, prepareBoost, prepareDoubleConversion, prepareFolly, prepareGlog], type: Exec) {
|
task buildReactNdkLib(dependsOn: [prepareJSC, prepareBoost, prepareDoubleConversion, prepareFolly, prepareGlog], type: Exec) {
|
||||||
inputs.file('src/main/jni')
|
inputs.file('src/main/jni/xreact')
|
||||||
outputs.dir("$buildDir/react-ndk/all")
|
outputs.dir("$buildDir/react-ndk/all")
|
||||||
commandLine getNdkBuildFullPath(),
|
commandLine getNdkBuildFullPath(),
|
||||||
'NDK_PROJECT_PATH=null',
|
'NDK_PROJECT_PATH=null',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user