Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f0fd78ee authored by Michael Bestas's avatar Michael Bestas
Browse files

Dialer: Fix compilation warnings

* Commit 8cb34a6a added
  these 2 files in LOCAL_SRC_FILES, however they are
  now included by the rule right above which was
  introduced in 3e5694aa,
  so the build system emits warnings.

Change-Id: Ic2f89789807af842e15c36678eb64d4d095d8ad3
parent 0aacac63
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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 \