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

Commit 0877c4d8 authored by weldoncyngn's avatar weldoncyngn
Browse files

Android.mk don't build source components in tests/

Change-Id: I641be52ded5d94392f40f5294f8a58e3037067b8
parent 135b856b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ LOCAL_RESOURCE_DIR := \
    $(addprefix $(LOCAL_PATH)/, $(res_dirs))\
    frameworks/support/v7/cardview/res

LOCAL_SRC_FILES := $(call all-subdir-java-files)
LOCAL_SRC_FILES := $(call all-java-files-under, src)
LOCAL_SRC_FILES += $(call all-java-files-under, libs/android-syntax-highlight/src)
LOCAL_SRC_FILES += $(call all-java-files-under, libs/color-picker-view/src)