xref: /aosp_15_r20/prebuilts/rust/soong/Android.bp (revision b40554a23088fb75aa6945dfe8e65169c8484da3)
1*b40554a2SAndroid Build Coastguard Worker//
2*b40554a2SAndroid Build Coastguard Worker// Copyright (C) 2021 The Android Open Source Project
3*b40554a2SAndroid Build Coastguard Worker//
4*b40554a2SAndroid Build Coastguard Worker// Licensed under the Apache License, Version 2.0 (the "License");
5*b40554a2SAndroid Build Coastguard Worker// you may not use this file except in compliance with the License.
6*b40554a2SAndroid Build Coastguard Worker// You may obtain a copy of the License at
7*b40554a2SAndroid Build Coastguard Worker//
8*b40554a2SAndroid Build Coastguard Worker//      http://www.apache.org/licenses/LICENSE-2.0
9*b40554a2SAndroid Build Coastguard Worker//
10*b40554a2SAndroid Build Coastguard Worker// Unless required by applicable law or agreed to in writing, software
11*b40554a2SAndroid Build Coastguard Worker// distributed under the License is distributed on an "AS IS" BASIS,
12*b40554a2SAndroid Build Coastguard Worker// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13*b40554a2SAndroid Build Coastguard Worker// See the License for the specific language governing permissions and
14*b40554a2SAndroid Build Coastguard Worker// limitations under the License.
15*b40554a2SAndroid Build Coastguard Worker//
16*b40554a2SAndroid Build Coastguard Worker
17*b40554a2SAndroid Build Coastguard Workerpackage {
18*b40554a2SAndroid Build Coastguard Worker    default_applicable_licenses: ["Android-Apache-2.0"],
19*b40554a2SAndroid Build Coastguard Worker}
20*b40554a2SAndroid Build Coastguard Worker
21*b40554a2SAndroid Build Coastguard Workerbootstrap_go_package {
22*b40554a2SAndroid Build Coastguard Worker    name: "soong-rust-prebuilts",
23*b40554a2SAndroid Build Coastguard Worker    pkgPath: "android/soong/prebuilts/rust/rustprebuilts",
24*b40554a2SAndroid Build Coastguard Worker    deps: [
25*b40554a2SAndroid Build Coastguard Worker        "blueprint",
26*b40554a2SAndroid Build Coastguard Worker        "soong-android",
27*b40554a2SAndroid Build Coastguard Worker        "soong-cc",
28*b40554a2SAndroid Build Coastguard Worker        "soong-rust",
29*b40554a2SAndroid Build Coastguard Worker        "soong-rust-config",
30*b40554a2SAndroid Build Coastguard Worker    ],
31*b40554a2SAndroid Build Coastguard Worker    srcs: [
32*b40554a2SAndroid Build Coastguard Worker        "rustprebuilts.go",
33*b40554a2SAndroid Build Coastguard Worker    ],
34*b40554a2SAndroid Build Coastguard Worker    pluginFor: ["soong_build"],
35*b40554a2SAndroid Build Coastguard Worker}
36