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

Commit c6207b64 authored by weldoncyngn's avatar weldoncyngn Committed by Rajesh Yengisetty
Browse files

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

Change-Id: I641be52ded5d94392f40f5294f8a58e3037067b8
(cherry picked from commit 0877c4d8)
parent a2f4a606
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)

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)