| commit | e4d110911a08805e25efaf263e77cbf2f0c620aa | [log] [tgz] |
|---|---|---|
| author | Gautam Korlam <gkorlam@uber.com> | Wed Jun 14 16:39:07 2017 -0700 |
| committer | Gautam Korlam <gkorlam@uber.com> | Wed Jun 14 16:39:11 2017 -0700 |
| tree | d9023c30d1f1cef1a25a4ed4d5e5c80495908399 | |
| parent | 029852214e8fdd45a6f1f8332856e1579140bd76 [diff] |
Only apply dependencies.gradle to root project The ExtraPropertiesExtension of the root project is available on subprojects directly as well
A test project with a structure to stress test and find out issues in Android Studio and Gradle
Also provides an alternative build path using Buck to compare. For more details on how the buck build path is setup, please see OkBuck
./buildWithGradle
brew update brew install ant watchman Installation instructions for: Ant, Watchman
./buildWithBuck
Run ./gradlew addSources to generate source code for all subprojects.
Use the Gradle profiler to --benchmark or --profile scenarios. The available scenarios are defined in performance.scenarios
Example usage: ./gradle-profiler --profile chrome-trace upToDateSingleVariant