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:
Chris Hopman 2016-06-30 14:23:01 -07:00 committed by Facebook Github Bot 4
parent 31f30aa4b3
commit c1f7aa3824
1 changed files with 1 additions and 1 deletions

View File

@ -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',