summaryrefslogtreecommitdiffstats
path: root/opengl/tests
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2014-06-09 15:23:46 -0700
committerYing Wang <wangying@google.com>2014-06-09 15:23:46 -0700
commit8baf4fcabdb5daa3fff9aaae6a04e51f8b23a7a1 (patch)
tree71b8581225484e13a534e760a860ccc392a25d6a /opengl/tests
parentc4193f1fef52314b451f55cce48ce44f94b875b6 (diff)
downloadframeworks_native-8baf4fcabdb5daa3fff9aaae6a04e51f8b23a7a1.zip
frameworks_native-8baf4fcabdb5daa3fff9aaae6a04e51f8b23a7a1.tar.gz
frameworks_native-8baf4fcabdb5daa3fff9aaae6a04e51f8b23a7a1.tar.bz2
Don't set LOCAL_MODULE_PATH for native tests.
The build system will set it up automatically. Change-Id: Id5ed9eff88dab2349c3b357ee09f7da9479d7d2d
Diffstat (limited to 'opengl/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 2fdfcf8..86e1d46 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