From 2e9d89cf77023b413cbcdf5e84b67e66c7064f3c Mon Sep 17 00:00:00 2001 From: "fischman@webrtc.org" Date: Wed, 9 Apr 2014 02:34:50 +0000 Subject: [PATCH] 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 --- webrtc/build/apk_tests.gyp | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/webrtc/build/apk_tests.gyp b/webrtc/build/apk_tests.gyp index 4914886b9a..92d26845cb 100644 --- a/webrtc/build/apk_tests.gyp +++ b/webrtc/build/apk_tests.gyp @@ -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