aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2016-07-31 18:46:02 -0700
committerDan Willemsen <dwillemsen@google.com>2016-07-31 18:46:02 -0700
commitc600d5c93b89d4de66f1408487b4fd73ab948b81 (patch)
treec707bd74fef6097d3b0acf2ae93ccc9b9ecb0b7b
parentc7b0177da3ad8299c8c7650d1dc21768591bd362 (diff)
downloadplatform_external_libbrillo-c600d5c93b89d4de66f1408487b4fd73ab948b81.tar.gz
platform_external_libbrillo-c600d5c93b89d4de66f1408487b4fd73ab948b81.tar.bz2
platform_external_libbrillo-c600d5c93b89d4de66f1408487b4fd73ab948b81.zip
Remove Brillo-specific LOCAL_MODULE_TAGS
Replaced with PRODUCT_PACKAGES_ENG in brillo_base.mk Change-Id: I57e267385ffb57f2033bcc8200f67e34259efead
-rw-r--r--Android.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/Android.mk b/Android.mk
index 9156b3e..5dbfc64 100644
--- a/Android.mk
+++ b/Android.mk
@@ -364,9 +364,6 @@ include $(CLEAR_VARS)
LOCAL_CPP_EXTENSION := $(libbrillo_cpp_extension)
LOCAL_MODULE := libbrillo_test
LOCAL_MODULE_CLASS := NATIVE_TESTS
-ifdef BRILLO
- LOCAL_MODULE_TAGS := eng
-endif
generated_sources_dir := $(call local-generated-sources-dir)
LOCAL_SRC_FILES := $(libbrillo_test_sources)
LOCAL_C_INCLUDES := \