Home | History | Annotate | Download | only in InCallUI
      1 apply plugin: 'com.android.library'
      2 
      3 android {
      4     sourceSets.main {
      5         manifest.srcFile 'AndroidManifest.xml'
      6         res.srcDirs = ['res']
      7     }
      8 }
      9 
     10 dependencies {
     11     compile 'com.android.support:support-v4:23.1.+'
     12     compile project(':phonecommon')
     13     compile project(':contactscommon')
     14 }
     15