mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-28 20:25:33 +08: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:
committed by
Facebook Github Bot 4
parent
31f30aa4b3
commit
c1f7aa3824
@@ -185,7 +185,7 @@ def getNdkBuildFullPath() {
|
||||
}
|
||||
|
||||
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")
|
||||
commandLine getNdkBuildFullPath(),
|
||||
'NDK_PROJECT_PATH=null',
|
||||
|
||||
Reference in New Issue
Block a user