summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2016-11-29 12:55:04 -0800
committerColin Cross <ccross@android.com>2016-11-29 12:55:04 -0800
commit25c829293059680dcdfe6ab24515ced243a32448 (patch)
treeb0c73703a2116f545fa6ba75919bf2b5576783d8
parentd5e3de3253f46bdda4f714db76a83ec0adfbf586 (diff)
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
-rw-r--r--Android.mk4
1 files changed, 1 insertions, 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)) \