summaryrefslogtreecommitdiffstats
path: root/InCallUI/build.gradle
blob: de472519935358f4c76e80962c2077fbbc61fee3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
apply plugin: 'com.android.library'

android {
    sourceSets.main {
        manifest.srcFile 'AndroidManifest.xml'
        res.srcDirs = ['res']
    }
}

dependencies {
    compile 'com.android.support:support-v4:23.1.+'
    compile project(':phonecommon')
    compile project(':contactscommon')
}