Unbreak android APK buildbots by emptying the video_capture_tests_apk target.

Needed until the bots start to specify include_internal_video_capture=1.

TBR=henrike@webrtc.org
BUG=3152

Review URL: https://webrtc-codereview.appspot.com/11479006

git-svn-id: http://webrtc.googlecode.com/svn/trunk@5869 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
fischman@webrtc.org 2014-04-09 02:34:50 +00:00
parent b0b135e4c2
commit 2e9d89cf77

View File

@ -217,17 +217,19 @@
{
'target_name': 'video_capture_tests_apk',
'type': 'none',
'variables': {
'test_suite_name': 'video_capture_tests',
'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)video_capture_tests<(SHARED_LIB_SUFFIX)',
},
'dependencies': [
'<(webrtc_root)/modules/modules.gyp:video_capture_tests',
'video_capture_java',
],
'includes': [
'../../../build/apk_test.gypi',
],
# TODO(kjellander): uncomment the following after adding
# include_internal_video_capture=1 to the APK buildbot's $GYP_DEFINES.
# 'variables': {
# 'test_suite_name': 'video_capture_tests',
# 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)video_capture_tests<(SHARED_LIB_SUFFIX)',
# },
# 'dependencies': [
# '<(webrtc_root)/modules/modules.gyp:video_capture_tests',
# 'video_capture_java',
# ],
# 'includes': [
# '../../../build/apk_test.gypi',
# ],
},
{
# Used only by video_capture_tests_apk above, and impossible to use in the