From 25c829293059680dcdfe6ab24515ced243a32448 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Tue, 29 Nov 2016 12:55:04 -0800 Subject: Remove references to non-existant directories Fixes warnings during makefile parsing: FindEmulator: find: `packages/apps/Dialer/InCallUI/src-N': No such file or directory FindEmulator: find: `packages/apps/PhoneCommon/src-N': No such file or directory Test: builds Change-Id: Idccbbb50a75ad953f8e5722c9803353dc3c9a714 --- Android.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Android.mk b/Android.mk index eb6cbdc37..32913fe91 100644 --- a/Android.mk +++ b/Android.mk @@ -25,9 +25,7 @@ res_dirs := res \ src_dirs += \ src-N \ - $(incallui_dir)/src-N \ - $(contacts_common_dir)/src-N \ - $(phone_common_dir)/src-N + $(contacts_common_dir)/src-N LOCAL_SRC_FILES := $(call all-java-files-under, $(src_dirs)) LOCAL_RESOURCE_DIR := $(addprefix $(LOCAL_PATH)/, $(res_dirs)) \ -- cgit v1.2.3