blob: 7668cc1eb73242f8d6c4f238785e1003818bbaef [file] [log] [blame]
Ken Chenc52cbe02022-07-29 03:30:25 +08001//
2// Copyright (C) 2022 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
16cc_test_library {
17 name: "libconnectivity_native_test_utils",
18 defaults: [
19 "netd_defaults",
20 "resolv_test_defaults"
21 ],
22 srcs: [
23 "firewall.cpp",
24 ],
25 header_libs: [
26 "bpf_connectivity_headers",
27 ],
28 export_header_lib_headers: ["bpf_connectivity_headers"],
29 export_include_dirs: ["."],
30}