diff options
author | Colin Cross <ccross@android.com> | 2016-11-30 03:37:49 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2016-11-30 03:37:49 +0000 |
commit | bc01a3edc39f2e64c2a581bbdff16db828651649 (patch) | |
tree | 77fb5b3aab716abe597041dc7ebbba68fc5c2778 | |
parent | 4c726b8f4ff5c36994aa396ab4256feb9a9f58cf (diff) | |
parent | 807a3a35d6f22ababf10b6627c2e6338830e4c0c (diff) |
Merge "Remove references to non-existant directories" am: 10ada2f2c2 am: b94019f32f
am: 807a3a35d6
Change-Id: I3bd412eecc570cee7977c6192227f3dd5bebe583
-rw-r--r-- | Android.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Android.mk b/Android.mk index 975d39613..8aaa9fb8d 100644 --- a/Android.mk +++ b/Android.mk @@ -26,9 +26,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)) \ |