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

Commit 0c44e92e authored by Colin Cross's avatar Colin Cross
Browse files

Don't reference directory that doesn't exist

packages/apps/ContactsCommon/src-N doesn't exist, don't try to find
java files in it.

Test: m -j
Change-Id: I533f91378192adca3f33707739a80308e747b424
parent b94019f3
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -25,8 +25,7 @@ res_dirs := res \
    $(phone_common_dir)/res

src_dirs += \
    src-N \
    $(contacts_common_dir)/src-N
    src-N

LOCAL_SRC_FILES := $(call all-java-files-under, $(src_dirs))
LOCAL_RESOURCE_DIR := $(addprefix $(LOCAL_PATH)/, $(res_dirs)) \