summaryrefslogtreecommitdiffstats
path: root/tests/BandwidthTests
diff options
context:
space:
mode:
Diffstat (limited to 'tests/BandwidthTests')
-rw-r--r--tests/BandwidthTests/Android.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/BandwidthTests/Android.mk b/tests/BandwidthTests/Android.mk
index 2cc2009..7bc5f857 100644
--- a/tests/BandwidthTests/Android.mk
+++ b/tests/BandwidthTests/Android.mk
@@ -16,7 +16,9 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
+LOCAL_MODULE_TAGS := tests
+
LOCAL_PACKAGE_NAME := BandwidthEnforcementTest
LOCAL_SRC_FILES := $(call all-java-files-under, src)
-include $(BUILD_PACKAGE) \ No newline at end of file
+include $(BUILD_PACKAGE)