summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2014-06-09 22:52:48 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-06-09 22:52:48 +0000
commitd284c4cd78e0d42a8ee7af6e8f61c5e66cae6318 (patch)
tree80caccba7d90e7155acdbf82a99fa0e3dbdad89f
parent0e1313cdb1d5d21e4d6123f77b4238f1c8c2d564 (diff)
parent8baf4fcabdb5daa3fff9aaae6a04e51f8b23a7a1 (diff)
downloadnative-d284c4cd78e0d42a8ee7af6e8f61c5e66cae6318.tar.gz
Merge "Don't set LOCAL_MODULE_PATH for native tests."
-rw-r--r--opengl/tests/hwc/Android.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/opengl/tests/hwc/Android.mk b/opengl/tests/hwc/Android.mk
index 2fdfcf8f9c..86e1d46bb1 100644
--- a/opengl/tests/hwc/Android.mk
+++ b/opengl/tests/hwc/Android.mk
@@ -57,7 +57,6 @@ LOCAL_C_INCLUDES += \
LOCAL_CFLAGS := -DGL_GLEXT_PROTOTYPES -DEGL_EGLEXT_PROTOTYPES
LOCAL_MODULE:= hwcStress
-LOCAL_MODULE_PATH := $(TARGET_OUT_DATA)/nativestresstest
LOCAL_MODULE_TAGS := tests
@@ -88,7 +87,6 @@ LOCAL_C_INCLUDES += \
$(call include-path-for, opengl-tests-includes)
LOCAL_MODULE:= hwcRects
-LOCAL_MODULE_PATH := $(TARGET_OUT_DATA)/nativeutil
LOCAL_MODULE_TAGS := tests
@@ -119,7 +117,6 @@ LOCAL_C_INCLUDES += \
$(call include-path-for, opengl-tests-includes)
LOCAL_MODULE:= hwcColorEquiv
-LOCAL_MODULE_PATH := $(TARGET_OUT_DATA)/nativeutil
LOCAL_MODULE_TAGS := tests
@@ -150,7 +147,6 @@ LOCAL_C_INCLUDES += \
$(call include-path-for, opengl-tests-includes)
LOCAL_MODULE:= hwcCommit
-LOCAL_MODULE_PATH := $(TARGET_OUT_DATA)/nativebenchmark
LOCAL_MODULE_TAGS := tests