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

Commit 25c82929 authored by Colin Cross's avatar Colin Cross
Browse files

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
parent d5e3de32
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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)) \