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