aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2016-07-31 18:33:41 -0700
committerDan Willemsen <dwillemsen@google.com>2016-08-01 04:59:59 +0000
commitbcffe7b5449315efc4592569f5401db20469ac37 (patch)
tree1e4cd1e27572e32a0e466ef2466dac7971b11f5f
parent8a20977c322220c4cb73eba3d49f85f1bef585f5 (diff)
downloadperipheralmanager-bcffe7b5449315efc4592569f5401db20469ac37.tar.gz
Remove Brillo-specific LOCAL_MODULE_TAGS
Replaced with PRODUCT_PACKAGES_DEBUG in brillo_base.mk Change-Id: I38c4ddd6433d3d6f4c270de29d410087585b0c67
-rw-r--r--client/Android.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/client/Android.mk b/client/Android.mk
index d080d3c..680becc 100644
--- a/client/Android.mk
+++ b/client/Android.mk
@@ -56,9 +56,6 @@ include $(BUILD_SHARED_LIBRARY)
include $(CLEAR_VARS)
LOCAL_MODULE := libperipheralman_tests
-ifdef BRILLO
- LOCAL_MODULE_TAGS := debug
-endif
LOCAL_CPP_EXTENSION := .cc
LOCAL_CFLAGS := $(libperipheralman_CommonCFlags) -Wno-sign-compare
LOCAL_C_INCLUDES := $(libperipheralman_CommonCIncludes)