summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2016-08-02 20:41:02 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-08-02 20:41:02 +0000
commit8062a182b40f923562dabaca5134892b324848fb (patch)
tree871175327c1916e87315643060541cc0923bc726
parentb3b72c8b44918a6d4a8639a410ccfef9b12d307d (diff)
parent5cdcabe103c5cf2ea121e004e1c4298c3728611e (diff)
downloadshill-8062a182b40f923562dabaca5134892b324848fb.tar.gz
Remove Brillo-specific LOCAL_MODULE_TAGS
am: 5cdcabe103 Change-Id: I9e3c107b84a9ad9096a9c09b70e498fd56347491
-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) \