commit | edbf3b6af777b721cd2a1ef461947e51e88241e1 | [log] [tgz] |
---|---|---|
author | The Android Open Source Project <initial-contribution@android.com> | Tue Mar 03 19:31:44 2009 -0800 |
committer | The Android Open Source Project <initial-contribution@android.com> | Tue Mar 03 19:31:44 2009 -0800 |
tree | f09427b843b192cccf8c3b5328cb81dddf6489fa | |
parent | d5193d9394c5e58176d7bcdf50ef017f8a3b9e1e [diff] [blame] |
auto import from //depot/cupcake/@135843
diff --git a/opengl/tests/finish/Android.mk b/opengl/tests/finish/Android.mk new file mode 100644 index 0000000..26836c1 --- /dev/null +++ b/opengl/tests/finish/Android.mk
@@ -0,0 +1,17 @@ +LOCAL_PATH:= $(call my-dir) +include $(CLEAR_VARS) + +LOCAL_SRC_FILES:= \ + finish.c + +LOCAL_SHARED_LIBRARIES := \ + libcutils \ + libEGL \ + libGLESv1_CM \ + libui + +LOCAL_MODULE:= test-opengl-finish + +LOCAL_MODULE_TAGS := tests + +include $(BUILD_EXECUTABLE)