aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-03-09 11:52:12 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-09 11:52:12 -0700
commitb5652cab7601d32d26c9514925ac4941de88dc42 (patch)
treeda8126d0ee06a244b82b6c088a46b3d2d0bae113
parent02fb0aca1189a2c1fd20806c588e9ee80d9755f8 (diff)
downloadnetperf-b5652cab7601d32d26c9514925ac4941de88dc42.tar.gz
auto import from //branches/cupcake/...@137197
-rw-r--r--Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index a0d5b80..97fa456 100644
--- a/Android.mk
+++ b/Android.mk
@@ -27,7 +27,7 @@ netserver_SOURCES := netserver.c $(L_COMMON_SRC) $(L_USE_CPU_SOURCE)
include $(CLEAR_VARS)
LOCAL_MODULE := netperf
LOCAL_MODULE_PATH := $(TARGET_OUT_OPTIONAL_EXECUTABLES)
-LOCAL_MODULE_TAGS := tests eng
+LOCAL_MODULE_TAGS := eng
LOCAL_CFLAGS := $(L_CFLAGS)
LOCAL_SRC_FILES := $(netperf_SOURCES)
include $(BUILD_EXECUTABLE)
@@ -35,7 +35,7 @@ include $(BUILD_EXECUTABLE)
include $(CLEAR_VARS)
LOCAL_MODULE := netserver
LOCAL_MODULE_PATH := $(TARGET_OUT_OPTIONAL_EXECUTABLES)
-LOCAL_MODULE_TAGS := tests eng
+LOCAL_MODULE_TAGS := eng
LOCAL_CFLAGS := $(L_CFLAGS)
LOCAL_SRC_FILES := $(netserver_SOURCES)
include $(BUILD_EXECUTABLE)