aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJorge Lucangeli Obes <jorgelo@google.com>2016-02-04 22:29:42 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-02-04 22:29:42 +0000
commit598f8a226cf0b5f8d2702ba28aae51222249aa82 (patch)
tree73e1f4cfb348d1e648c171ba475b75bb6b5b0fc4
parentda9a6a14c060da947ce701107c5b95503e81e4cd (diff)
parent2a6e3f7c9dfe0ed3c3be143d97588ac8ea9c898a (diff)
downloadplatform_external_libbrillo-598f8a226cf0b5f8d2702ba28aae51222249aa82.tar.gz
platform_external_libbrillo-598f8a226cf0b5f8d2702ba28aae51222249aa82.tar.bz2
platform_external_libbrillo-598f8a226cf0b5f8d2702ba28aae51222249aa82.zip
libbrillo_test: Compile only on \'eng\' builds.
am: 2a6e3f7c9d * commit '2a6e3f7c9dfe0ed3c3be143d97588ac8ea9c898a': libbrillo_test: Compile only on 'eng' builds.
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 601ba3e..0df3362 100644
--- a/Android.mk
+++ b/Android.mk
@@ -353,7 +353,7 @@ LOCAL_CPP_EXTENSION := $(libbrillo_cpp_extension)
LOCAL_MODULE := libbrillo_test
LOCAL_MODULE_CLASS := EXECUTABLES
ifdef BRILLO
- LOCAL_MODULE_TAGS := debug
+ LOCAL_MODULE_TAGS := eng
endif
generated_sources_dir := $(call local-generated-sources-dir)
LOCAL_SRC_FILES := $(libbrillo_test_sources)