summaryrefslogtreecommitdiff
path: root/InCallUI
diff options
context:
space:
mode:
authorTa-wei Yen <twyen@google.com>2016-02-23 22:13:08 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-02-23 22:13:08 +0000
commit3f235762e070ab6bae358b8c9df7252f45115737 (patch)
tree786cc14e636530f523dda28918168b21016f7138 /InCallUI
parentf7f6c9a8440ec7ea0bd694785c6fb33b9eccee91 (diff)
parent00064a6f85e830c0d1528e963a7bfd504db3555e (diff)
Merge "Apply lower case project name convention" into nyc-dev am: c6d87e2b32
am: 00064a6f85 * commit '00064a6f85e830c0d1528e963a7bfd504db3555e': Apply lower case project name convention
Diffstat (limited to 'InCallUI')
-rw-r--r--InCallUI/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/InCallUI/build.gradle b/InCallUI/build.gradle
index b55d46396..de4725199 100644
--- a/InCallUI/build.gradle
+++ b/InCallUI/build.gradle
@@ -9,6 +9,6 @@ android {
dependencies {
compile 'com.android.support:support-v4:23.1.+'
- compile project(':PhoneCommon')
- compile project(':ContactsCommon')
+ compile project(':phonecommon')
+ compile project(':contactscommon')
}