aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAri Hausman-Cohen <arihc@google.com>2015-09-30 10:46:49 -0700
committerAri Hausman-Cohen <arihc@google.com>2015-10-02 16:13:35 -0700
commit18ebc5589473df92a6c9a8e08ccdc87a856fd4ba (patch)
treea7bb3c5947989d92600ef86009acdaa6b5de427f
parenta6a66ba0d55d7cd7851bcf52ec2911014733a712 (diff)
downloadlibbrillo-18ebc5589473df92a6c9a8e08ccdc87a856fd4ba.tar.gz
Adding module tags so tests get built by default.
Adding tag debug, now tests will be built in Brillo eng/userdebug makes. Change-Id: Ib4b7891d965f484e10b110c911cf4308a1113a1c
-rw-r--r--Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index e800ffa..0f082e5 100644
--- a/Android.mk
+++ b/Android.mk
@@ -292,6 +292,9 @@ include $(BUILD_HOST_SHARED_LIBRARY)
include $(CLEAR_VARS)
LOCAL_CPP_EXTENSION := $(libchromeos_cpp_extension)
LOCAL_MODULE := libchromeos_test
+ifdef BRILLO
+ LOCAL_MODULE_TAGS := debug
+endif
LOCAL_SRC_FILES := $(libchromeos_test_sources)
LOCAL_C_INCLUDES := $(libchromeos_includes)
LOCAL_STATIC_LIBRARIES := libgtest libchrome_test_helpers \