summaryrefslogtreecommitdiffstats
path: root/opengl/tests/gralloc/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'opengl/tests/gralloc/Android.mk')
-rw-r--r--opengl/tests/gralloc/Android.mk16
1 files changed, 0 insertions, 16 deletions
diff --git a/opengl/tests/gralloc/Android.mk b/opengl/tests/gralloc/Android.mk
deleted file mode 100644
index d43c39a..0000000
--- a/opengl/tests/gralloc/Android.mk
+++ /dev/null
@@ -1,16 +0,0 @@
-LOCAL_PATH:= $(call my-dir)
-include $(CLEAR_VARS)
-
-LOCAL_SRC_FILES:= \
- gralloc.cpp
-
-LOCAL_SHARED_LIBRARIES := \
- libcutils \
- libutils \
- libui
-
-LOCAL_MODULE:= test-opengl-gralloc
-
-LOCAL_MODULE_TAGS := optional
-
-include $(BUILD_EXECUTABLE)