Summary: This moves the native setup to a separate gradle file and unpacks everything outside the build folder. That way we don't throw everything away on every incremental build. This is an intermediate step to get to a more declarative setup like Fresco has it and get rid of the individual hacks we have for every download. Pull Request resolved: https://github.com/facebook/Sonar/pull/154 Reviewed By: jknoxville Differential Revision: D8833812 Pulled By: passy fbshipit-source-id: 2424c9d6e22e6092c04af344e06939b4a6aba041
33 lines
1.3 KiB
Groovy
33 lines
1.3 KiB
Groovy
/*
|
|
* This file was generated by the Gradle 'init' task.
|
|
*
|
|
* The settings file is used to specify which projects to include in your build.
|
|
*
|
|
* Detailed information about configuring a multi-project build in Gradle can be found
|
|
* in the user guide at https://docs.gradle.org/4.7/userguide/multi_project_builds.html
|
|
*/
|
|
|
|
include ':android'
|
|
include ':folly'
|
|
include ':fbjni'
|
|
include ':easywsclient'
|
|
include ':sonarcpp'
|
|
include ':sample'
|
|
include ':doubleconversion'
|
|
include ':glog'
|
|
include ':libevent'
|
|
include ':rsocket'
|
|
include ':third-party'
|
|
|
|
project(':fbjni').projectDir = file('libs/fbjni')
|
|
project(':easywsclient').projectDir = file('libs/easywsclient')
|
|
project(':sonarcpp').projectDir = file('xplat')
|
|
project(':sample').projectDir = file('android/sample')
|
|
project(':android').projectDir = file('android')
|
|
project(':doubleconversion').projectDir = file('android/third-party/external/double-conversion/')
|
|
project(':glog').projectDir = file('android/third-party/external/glog/')
|
|
project(':folly').projectDir = file('android/third-party/external/folly/')
|
|
project(':libevent').projectDir = file('android/third-party/external/LibEvent/')
|
|
project(':rsocket').projectDir = file('android/third-party/external/RSocket/')
|
|
project(':third-party').projectDir = file('android/third-party/')
|