blob: 83498d3fa89152e296475603efc0db2fcbfa3161 [file] [log] [blame]
Xavier Ducrohet855a9222014-01-02 19:00:43 -08001include ':support-v4'
2project(':support-v4').projectDir = new File(rootDir, 'v4')
Xavier Ducrohet86fb8ef2013-02-22 15:04:37 -08003
Xavier Ducrohet855a9222014-01-02 19:00:43 -08004include ':support-appcompat-v7'
5project(':support-appcompat-v7').projectDir = new File(rootDir, 'v7/appcompat')
6
7include ':support-gridlayout-v7'
8project(':support-gridlayout-v7').projectDir = new File(rootDir, 'v7/gridlayout')
9
10include ':support-mediarouter-v7'
11project(':support-mediarouter-v7').projectDir = new File(rootDir, 'v7/mediarouter')
12
13include ':support-v13'
14project(':support-v13').projectDir = new File(rootDir, 'v13')
15
16include ':support-annotations'
17project(':support-annotations').projectDir = new File(rootDir, 'annotations')