blob: 1d6d52b26cfc55686a9da8f5b85f48b18c7257a4 [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 Williamsbd9c5b02018-12-29 15:36:04 -08008include ":pluginapi"
9include ":plugins:maven-dependency-resolver"
Christian Williams793ee1d2017-06-12 16:17:02 -070010include ":processor"
11include ":resources"
12include ":annotations"
Salvatore Testa37e11ac2017-07-17 14:15:03 -070013include ":shadows:framework"
14include ":shadows:httpclient"
Salvatore Testa37e11ac2017-07-17 14:15:03 -070015include ":shadows:multidex"
16include ":shadows:playservices"
17include ":shadows:supportv4"
Christian Williams793ee1d2017-06-12 16:17:02 -070018include ":shadowapi"
christianw9aea8db2018-06-07 15:24:52 -070019include ":errorprone"
christianwf6623142019-03-08 15:10:39 -080020include ":integration_tests:agp"
21include ":integration_tests:agp:testsupport"
Brett Chabote9926ee2017-07-25 10:54:46 -070022include ":integration_tests:dependency-on-stubs"
23include ":integration_tests:libphonenumber"
24include ":integration_tests:mockito"
25include ":integration_tests:mockito-experimental"
Brett Chabot14d29142017-12-05 11:53:47 -080026include ":integration_tests:powermock"
jongerrish3f905f62018-11-27 15:06:12 -080027include ':integration_tests:androidx'
Brett Chabot57f836e2018-05-10 14:49:57 -070028include ':integration_tests:androidx_test'
Jonathan Gerrishabb14572018-02-16 14:59:07 -080029include ':integration_tests:ctesque'
Jonathan Gerrishbd692832018-02-19 11:13:00 -080030include ':testapp'