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

Commit 314b8478 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

am: 3c87d971

Change-Id: I598ce18a255b591cea30f58d8e686b564e4ff488
parents 120b6ef8 3c87d971
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)) \