Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 90a13e94 authored by Ta-wei Yen's avatar Ta-wei Yen
Browse files

Allow google dialer code to be compiled against M and N SDKs

+ Defaulted src-N to source directory in makefile

Bug:26330692
Change-Id: Ia78449876539f7a6bdd2f072eaf942c07915640b
parent e350f414
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -23,6 +23,12 @@ res_dirs := res \
    $(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 \