mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-30 05:55:48 +08:00
added emulator support to circle.ci
Summary: Closes https://github.com/facebook/react-native/pull/4911 Reviewed By: svcscm Differential Revision: D2789142 Pulled By: androidtrunkagent fb-gh-sync-id: 9fd9520c27fc9acb7b139de6843a71ca3f918249
This commit is contained in:
committed by
facebook-github-bot-7
parent
c972cce405
commit
308612314e
@@ -187,7 +187,7 @@ task buildReactNdkLib(dependsOn: [prepareJSC, prepareBoost, prepareDoubleConvers
|
||||
"NDK_LIBS_OUT=$buildDir/react-ndk/all",
|
||||
"THIRD_PARTY_NDK_DIR=$buildDir/third-party-ndk",
|
||||
'-C', file('src/main/jni/react/jni').absolutePath,
|
||||
'--jobs', Runtime.runtime.availableProcessors()
|
||||
'--jobs', project.hasProperty("jobs") ? project.property("jobs") : Runtime.runtime.availableProcessors()
|
||||
}
|
||||
|
||||
task cleanReactNdkLib(type: Exec) {
|
||||
|
||||
Reference in New Issue
Block a user