summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2014-06-11 17:58:41 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-06-11 17:58:41 +0000
commit24956e382abd9890283eb55496db9e3b8c12a7e2 (patch)
treec19950c32e94efb58b23bf773446e1d8b243cbc0 /tests
parentf166fd8d2328e0bf42c64f564e8622020aceaf59 (diff)
parentb31b4cc07debb0a987f7c20d18b6cef059932d3e (diff)
downloadextras-24956e382abd9890283eb55496db9e3b8c12a7e2.tar.gz
am b31b4cc0: am 13e929c1: Merge "Don\'t set LOCAL_MODULE_PATH for native test."
* commit 'b31b4cc07debb0a987f7c20d18b6cef059932d3e': Don't set LOCAL_MODULE_PATH for native test.
Diffstat (limited to 'tests')
-rw-r--r--tests/wifi/stress/Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/wifi/stress/Android.mk b/tests/wifi/stress/Android.mk
index 65dfc1ae..2361483a 100644
--- a/tests/wifi/stress/Android.mk
+++ b/tests/wifi/stress/Android.mk
@@ -19,7 +19,6 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := tests
LOCAL_MODULE := wifiLoadScanAssoc
-LOCAL_MODULE_PATH := $(TARGET_OUT_DATA)/nativestresstest
LOCAL_SRC_FILES := wifiLoadScanAssoc.c
LOCAL_SHARED_LIBRARIES += libcutils libutils liblog libhardware_legacy
LOCAL_STATIC_LIBRARIES += libtestUtil