blob: de472519935358f4c76e80962c2077fbbc61fee3 [file] [log] [blame]
Sailesh Nepal7c5959b2016-02-20 16:12:30 -08001apply plugin: 'com.android.library'
2
3android {
4 sourceSets.main {
5 manifest.srcFile 'AndroidManifest.xml'
6 res.srcDirs = ['res']
7 }
8}
9
10dependencies {
11 compile 'com.android.support:support-v4:23.1.+'
Ta-wei Yen39ce0eb2016-02-23 12:33:36 -080012 compile project(':phonecommon')
13 compile project(':contactscommon')
Sailesh Nepal7c5959b2016-02-20 16:12:30 -080014}