blob: 4ba76c12f92a138fd2fc310a92aa4a46d00aea45 [file] [log] [blame]
Yavor Goulishev9c08e842020-04-29 14:03:33 -07001# Copyright 2019 The Cobalt Authors. All Rights Reserved.
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15# This file was initially generated by starboard/tools/create_derived_build.py,
16# though it may have been modified since its creation.
17
18{
19 'variables': {
20 'sb_target_platform': 'evergreen-arm-hardfp',
21 },
22 'target_defaults': {
23 'default_configuration': 'evergreen-arm-hardfp_debug',
24 'configurations': {
25 'evergreen-arm-hardfp_debug': {
26 'inherit_from': ['debug_base'],
27 },
28 'evergreen-arm-hardfp_devel': {
29 'inherit_from': ['devel_base'],
30 },
31 'evergreen-arm-hardfp_qa': {
32 'inherit_from': ['qa_base'],
33 },
34 'evergreen-arm-hardfp_gold': {
35 'inherit_from': ['gold_base'],
36 },
37 }, # end of configurations
38 },
39 'includes': [
40 '<(DEPTH)/starboard/evergreen/arm/shared/gyp_configuration.gypi',
41 ],
42}