Merge change 5024 into donut
* changes: Remove opengl tests from tests build
This commit is contained in:
@ -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)
|
||||
|
@ -12,6 +12,6 @@ LOCAL_SHARED_LIBRARIES := \
|
||||
|
||||
LOCAL_MODULE:= test-opengl-filter
|
||||
|
||||
LOCAL_MODULE_TAGS := tests
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
|
||||
include $(BUILD_EXECUTABLE)
|
||||
|
@ -12,6 +12,6 @@ LOCAL_SHARED_LIBRARIES := \
|
||||
|
||||
LOCAL_MODULE:= test-opengl-finish
|
||||
|
||||
LOCAL_MODULE_TAGS := tests
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
|
||||
include $(BUILD_EXECUTABLE)
|
||||
|
@ -12,6 +12,6 @@ LOCAL_SHARED_LIBRARIES := \
|
||||
|
||||
LOCAL_MODULE:= test-opengl-textures
|
||||
|
||||
LOCAL_MODULE_TAGS := tests
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
|
||||
include $(BUILD_EXECUTABLE)
|
||||
|
@ -12,6 +12,6 @@ LOCAL_SHARED_LIBRARIES := \
|
||||
|
||||
LOCAL_MODULE:= test-opengl-tritex
|
||||
|
||||
LOCAL_MODULE_TAGS := tests
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
|
||||
include $(BUILD_EXECUTABLE)
|
||||
|
Reference in New Issue
Block a user