blob: d62df399b98cacf0c1c31d8ec579ff9bd3c0cd71 [file] [log] [blame]
Christian Williams3eb03a42016-09-28 14:26:00 -07001rootProject.name = 'parent'
2
Christian Williams92b0bd02016-06-17 12:35:57 -07003include ":robolectric"
Christian Williams793ee1d2017-06-12 16:17:02 -07004include ":sandbox"
5include ":junit"
6include ":utils"
christianwaf0b7e22018-12-21 15:27:36 -08007include ":utils:reflector"
Christian Williams793ee1d2017-06-12 16:17:02 -07008include ":processor"
9include ":resources"
10include ":annotations"
Salvatore Testa37e11ac2017-07-17 14:15:03 -070011include ":shadows:framework"
12include ":shadows:httpclient"
Salvatore Testa37e11ac2017-07-17 14:15:03 -070013include ":shadows:multidex"
14include ":shadows:playservices"
15include ":shadows:supportv4"
Christian Williams793ee1d2017-06-12 16:17:02 -070016include ":shadowapi"
christianw9aea8db2018-06-07 15:24:52 -070017include ":errorprone"
Brett Chabote9926ee2017-07-25 10:54:46 -070018include ":integration_tests:dependency-on-stubs"
19include ":integration_tests:libphonenumber"
20include ":integration_tests:mockito"
21include ":integration_tests:mockito-experimental"
Brett Chabot14d29142017-12-05 11:53:47 -080022include ":integration_tests:powermock"
jongerrish3f905f62018-11-27 15:06:12 -080023include ':integration_tests:androidx'
Brett Chabot57f836e2018-05-10 14:49:57 -070024include ':integration_tests:androidx_test'
Jonathan Gerrishabb14572018-02-16 14:59:07 -080025include ':integration_tests:ctesque'
Jonathan Gerrishbd692832018-02-19 11:13:00 -080026include ':testapp'