From 0c44e92e8ae1eca3dcacbda8c56539b5cef733da Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Wed, 11 Jan 2017 14:55:34 -0800 Subject: 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 --- Android.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Android.mk b/Android.mk index 8aaa9fb8d..02e075ff3 100644 --- a/Android.mk +++ b/Android.mk @@ -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)) \ -- cgit v1.2.3