Allow google dialer code to be compiled against M and N SDKs
am: 90a13e94e3
* commit '90a13e94e3d918da73e83d80ab12c6e5f3f76f7e':
Allow google dialer code to be compiled against M and N SDKs
diff --git a/Android.mk b/Android.mk
index 47648db..20f3944 100644
--- a/Android.mk
+++ b/Android.mk
@@ -23,6 +23,12 @@
$(contacts_common_dir)/res \
$(phone_common_dir)/res
+src_dirs += \
+ src-N \
+ $(incallui_dir)/src-N \
+ $(contacts_common_dir)/src-N \
+ $(phone_common_dir)/src-N
+
LOCAL_SRC_FILES := $(call all-java-files-under, $(src_dirs))
LOCAL_RESOURCE_DIR := $(addprefix $(LOCAL_PATH)/, $(res_dirs)) \
$(support_library_root_dir)/v7/cardview/res \