summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2016-07-31 18:52:01 -0700
committerDan Willemsen <dwillemsen@google.com>2016-07-31 18:52:01 -0700
commit5cdcabe103c5cf2ea121e004e1c4298c3728611e (patch)
tree871175327c1916e87315643060541cc0923bc726
parentec5aa476af8904680a7ffc461d4019d9c669bc04 (diff)
downloadshill-5cdcabe103c5cf2ea121e004e1c4298c3728611e.tar.gz
Remove Brillo-specific LOCAL_MODULE_TAGS
Replaced with PRODUCT_PACKAGES_ENG in brillo_base.mk Change-Id: I0080e16a5a060c89fa90c5d9e65ae87ca580e8e7
-rw-r--r--Android.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/Android.mk b/Android.mk
index 0d9e7e12..b55eebdc 100644
--- a/Android.mk
+++ b/Android.mk
@@ -394,9 +394,6 @@ include $(BUILD_EXECUTABLE)
include $(CLEAR_VARS)
LOCAL_MODULE := shill_test
LOCAL_MODULE_CLASS := NATIVE_TESTS
-ifdef BRILLO
-LOCAL_MODULE_TAGS := eng
-endif # BRILLO
LOCAL_CPPFLAGS := $(shill_cpp_flags) -Wno-sign-compare -Wno-return-stack-address
LOCAL_SHARED_LIBRARIES := \
$(shill_shared_libraries) \
@@ -656,9 +653,6 @@ LOCAL_SHARED_LIBRARIES := \
libshill-client
LOCAL_SRC_FILES += setup_wifi/dbus_client.cc
endif # SHILL_USE_BINDER
-ifdef BRILLO
-LOCAL_MODULE_TAGS := eng
-endif
LOCAL_STATIC_LIBRARIES := libgtest_prod
LOCAL_C_INCLUDES := \
$(shill_c_includes) \