blob: 101fc71ad6d3faf5f7fbab6e1cb8b58b17db570a [file] [log] [blame]
# Copyright 2017 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
DEPS = [
'chromium',
'chromium_android',
'recipe_engine/properties',
]
def RunSteps(api):
api.chromium.set_config('chromium')
api.chromium_android.set_config('try_builder')
api.chromium_android.logcat_dump('test-bucket')
def GenTests(api):
yield (
api.test('basic') +
api.properties.tryserver()
)