blob: b92434f4282fc8e3ab309421993182d97f50a76a [file] [log] [blame]
include ':support-annotations'
project(':support-annotations').projectDir = new File(rootDir, 'annotations')
include ':support-v4'
project(':support-v4').projectDir = new File(rootDir, 'v4')
include ':support-appcompat-v7'
project(':support-appcompat-v7').projectDir = new File(rootDir, 'v7/appcompat')
include ':support-gridlayout-v7'
project(':support-gridlayout-v7').projectDir = new File(rootDir, 'v7/gridlayout')
include ':support-mediarouter-v7'
project(':support-mediarouter-v7').projectDir = new File(rootDir, 'v7/mediarouter')
include ':support-recyclerview-v7'
project(':support-recyclerview-v7').projectDir = new File(rootDir, 'v7/recyclerview')
include ':support-v13'
project(':support-v13').projectDir = new File(rootDir, 'v13')
include ':support-leanback-v17'
project(':support-leanback-v17').projectDir = new File(rootDir, 'v17/leanback')