Merge change 5024 into donut

* changes:
  Remove opengl tests from tests build
This commit is contained in:
Android (Google) Code Review
2009-06-22 18:30:40 -07:00
5 changed files with 6 additions and 6 deletions

View File

@ -5,7 +5,7 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES:= app-linux.c demo.c.arm
LOCAL_SHARED_LIBRARIES := libEGL libGLESv1_CM libui
LOCAL_MODULE:= angeles
LOCAL_MODULE_TAGS := tests
LOCAL_MODULE_TAGS := optional
include $(BUILD_EXECUTABLE)
@ -13,5 +13,5 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES:= gpustate.c
LOCAL_SHARED_LIBRARIES := libEGL libGLESv1_CM
LOCAL_MODULE:= gpustate
LOCAL_MODULE_TAGS := tests
LOCAL_MODULE_TAGS := optional
include $(BUILD_EXECUTABLE)

View File

@ -12,6 +12,6 @@ LOCAL_SHARED_LIBRARIES := \
LOCAL_MODULE:= test-opengl-filter
LOCAL_MODULE_TAGS := tests
LOCAL_MODULE_TAGS := optional
include $(BUILD_EXECUTABLE)

View File

@ -12,6 +12,6 @@ LOCAL_SHARED_LIBRARIES := \
LOCAL_MODULE:= test-opengl-finish
LOCAL_MODULE_TAGS := tests
LOCAL_MODULE_TAGS := optional
include $(BUILD_EXECUTABLE)

View File

@ -12,6 +12,6 @@ LOCAL_SHARED_LIBRARIES := \
LOCAL_MODULE:= test-opengl-textures
LOCAL_MODULE_TAGS := tests
LOCAL_MODULE_TAGS := optional
include $(BUILD_EXECUTABLE)

View File

@ -12,6 +12,6 @@ LOCAL_SHARED_LIBRARIES := \
LOCAL_MODULE:= test-opengl-tritex
LOCAL_MODULE_TAGS := tests
LOCAL_MODULE_TAGS := optional
include $(BUILD_EXECUTABLE)