blob: 0889d526e45c11b19daed081a6910a0e36e80851 [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',
]
def RunSteps(api):
api.chromium.set_config('chromium')
api.chromium_android.zip_and_upload_build('test-bucket')
def GenTests(api):
yield api.test('basic')