blob: 1b8d97dc7186fef91576cbdacecde0f667308179 [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"
7include ":processor"
8include ":resources"
9include ":annotations"
Salvatore Testa37e11ac2017-07-17 14:15:03 -070010include ":shadows:framework"
11include ":shadows:httpclient"
Salvatore Testa37e11ac2017-07-17 14:15:03 -070012include ":shadows:multidex"
13include ":shadows:playservices"
14include ":shadows:supportv4"
Christian Williams793ee1d2017-06-12 16:17:02 -070015include ":shadowapi"
Brett Chabote9926ee2017-07-25 10:54:46 -070016include ":integration_tests:dependency-on-stubs"
17include ":integration_tests:libphonenumber"
18include ":integration_tests:mockito"
19include ":integration_tests:mockito-experimental"
Brett Chabot14d29142017-12-05 11:53:47 -080020include ":integration_tests:powermock"
Brett Chabot57f836e2018-05-10 14:49:57 -070021include ':integration_tests:androidx_test'
Jonathan Gerrishabb14572018-02-16 14:59:07 -080022include ':integration_tests:ctesque'
Jonathan Gerrishbd692832018-02-19 11:13:00 -080023include ':testapp'