xref: /aosp_15_r20/system/bpfprogs/test/Android.bp (revision 1783903d64ec063e49f57d40fc71d726200fdde2)
1*1783903dSAndroid Build Coastguard Worker//
2*1783903dSAndroid Build Coastguard Worker// Copyright (C) 2018 The Android Open Source Project
3*1783903dSAndroid Build Coastguard Worker//
4*1783903dSAndroid Build Coastguard Worker// Licensed under the Apache License, Version 2.0 (the "License");
5*1783903dSAndroid Build Coastguard Worker// you may not use this file except in compliance with the License.
6*1783903dSAndroid Build Coastguard Worker// You may obtain a copy of the License at
7*1783903dSAndroid Build Coastguard Worker//
8*1783903dSAndroid Build Coastguard Worker//      http://www.apache.org/licenses/LICENSE-2.0
9*1783903dSAndroid Build Coastguard Worker//
10*1783903dSAndroid Build Coastguard Worker// Unless required by applicable law or agreed to in writing, software
11*1783903dSAndroid Build Coastguard Worker// distributed under the License is distributed on an "AS IS" BASIS,
12*1783903dSAndroid Build Coastguard Worker// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13*1783903dSAndroid Build Coastguard Worker// See the License for the specific language governing permissions and
14*1783903dSAndroid Build Coastguard Worker// limitations under the License.
15*1783903dSAndroid Build Coastguard Worker//
16*1783903dSAndroid Build Coastguard Worker
17*1783903dSAndroid Build Coastguard Workerpackage {
18*1783903dSAndroid Build Coastguard Worker    default_applicable_licenses: ["Android-Apache-2.0"],
19*1783903dSAndroid Build Coastguard Worker}
20*1783903dSAndroid Build Coastguard Worker
21*1783903dSAndroid Build Coastguard Workerbpf {
22*1783903dSAndroid Build Coastguard Worker    name: "bpfLoadTpProg.o",
23*1783903dSAndroid Build Coastguard Worker    srcs: ["bpfLoadTpProg.c"],
24*1783903dSAndroid Build Coastguard Worker}
25