blob: 86ef65928f97a5374f274730576b76cd3b06f0af [file] [log] [blame]
Xavier Ducrohet085c4be2012-08-31 15:05:02 -07001include 'common'
2include 'layoutlib_api'
Xavier Ducrohetd19ce5e2012-09-26 18:48:37 -07003include 'dvlib'
4include 'sdklib'
5include 'ddmlib'
Xavier Ducrohet677ccee2012-10-19 14:48:42 -07006include 'lint_api'
7include 'lint_checks'
8include 'lint'
Xavier Ducrohet9f833b62012-12-06 10:54:55 -08009include 'testutils'
Xavier Ducrohetd19ce5e2012-09-26 18:48:37 -070010
11project(':dvlib').projectDir = new File('device_validator/dvlib')
12project(':sdklib').projectDir = new File('sdkmanager/libs/sdklib')
Xavier Ducrohet677ccee2012-10-19 14:48:42 -070013project(':ddmlib').projectDir = new File('ddms/libs/ddmlib')
14project(':lint_api').projectDir = new File('lint/libs/lint_api')
15project(':lint_checks').projectDir = new File('lint/libs/lint_checks')
Xavier Ducrohet9f833b62012-12-06 10:54:55 -080016project(':lint').projectDir = new File('lint/cli')
Raphael Mollb6049e32013-01-07 12:14:50 -080017project(':testutils').projectDir = new File('testutils')