summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mkbestas@lineageos.org>2017-07-25 17:34:12 +0300
committerMichael Bestas <mkbestas@lineageos.org>2017-07-28 16:27:02 +0000
commitf0fd78ee7c31a4b5bab0daf10dc6d28a72712272 (patch)
treec6264210e2190aa34a9301df481ba05a642b9325
parent0aacac63e2133d0bcf907bf2e69aa3bc9a2dea5d (diff)
downloadandroid_packages_apps_Dialer-f0fd78ee7c31a4b5bab0daf10dc6d28a72712272.tar.gz
android_packages_apps_Dialer-f0fd78ee7c31a4b5bab0daf10dc6d28a72712272.tar.bz2
android_packages_apps_Dialer-f0fd78ee7c31a4b5bab0daf10dc6d28a72712272.zip
Dialer: Fix compilation warnings
* Commit 8cb34a6a2c05e7b8b354f64442bb0b033b4a544c added these 2 files in LOCAL_SRC_FILES, however they are now included by the rule right above which was introduced in 3e5694aab51d48497a79be35159701ff8db8fa77, so the build system emits warnings. Change-Id: Ic2f89789807af842e15c36678eb64d4d095d8ad3
-rwxr-xr-xAndroid.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index 71497ae4f..8b5103e07 100755
--- a/Android.mk
+++ b/Android.mk
@@ -31,8 +31,6 @@ src_dirs += \
$(phone_common_dir)/src-N
LOCAL_SRC_FILES := $(call all-java-files-under, $(src_dirs)) $(call all-Iaidl-files-under, $(src_dirs))
-LOCAL_SRC_FILES += src/org/codeaurora/presenceserv/IPresenceService.aidl \
- src/org/codeaurora/presenceserv/IPresenceServiceCB.aidl
LOCAL_RESOURCE_DIR := $(addprefix $(LOCAL_PATH)/, $(res_dirs)) \
$(support_library_root_dir)/v7/cardview/res \
$(support_library_root_dir)/v7/recyclerview/res \