blob: 6f32393e44d26295a0cf4a5b6f72fca07e6a4859 [file] [log] [blame] [edit]
# Copyright 2020 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# The location of the build configuration file.
buildconfig = "//build/BUILDCONFIG.gn"
script_executable = ""
# Hardcode API level until test is removed.
# TODO: Remove test project and associated tests when GN SDK is deprecated.
default_args = {
fuchsia_target_api_level = 11
}