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

Commit 3c87d971 authored by Colin Cross's avatar Colin Cross Committed by android-build-merger
Browse files

Merge "Don't reference directory that doesn't exist"

am: 949a78c2

Change-Id: I9677c8d72d3fd05126aa71cedf278c60e093f909
parents b54f70ba 949a78c2
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -25,8 +25,7 @@ res_dirs := res \
    $(phone_common_dir)/res

src_dirs += \
    src-N \
    $(contacts_common_dir)/src-N
    src-N

LOCAL_SRC_FILES := $(call all-java-files-under, $(src_dirs))
LOCAL_RESOURCE_DIR := $(addprefix $(LOCAL_PATH)/, $(res_dirs)) \