blob: 5812980978a2d9164a69ae068e5758e154e5a72b [file] [log] [blame]
Ryan Haining96ab63e2018-03-01 20:08:33 -08001//
2// Copyright (C) 2018 The Android Open Source Project
3//
4// Licensed under the Apache License, Version 2.0 (the "License");
5// you may not use this file except in compliance with the License.
6// You may obtain a copy of the License at
7//
8// http://www.apache.org/licenses/LICENSE-2.0
9//
10// Unless required by applicable law or agreed to in writing, software
11// distributed under the License is distributed on an "AS IS" BASIS,
12// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13// See the License for the specific language governing permissions and
14// limitations under the License.
15
16
Greg Hartman9bd77792018-03-16 18:40:49 -070017cc_defaults {
18 name: "enabled_on_p_and_later",
19 enabled: true
20}
Ryan Haining96ab63e2018-03-01 20:08:33 -080021
22cc_defaults {
23 name: "cuttlefish_host_config",
24 target: {
25 linux_glibc: {
26 static_libs: [
27 "libcuttlefish_host_config",
28 ],
29 },
30 },
31}