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, 16 insertions, 0 deletions
diff --git a/opengl/tests/gralloc/Android.mk b/opengl/tests/gralloc/Android.mk
new file mode 100644
index 0000000..d43c39a
--- /dev/null
+++ b/opengl/tests/gralloc/Android.mk
@@ -0,0 +1,16 @@
+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)