xref: /aosp_15_r20/prebuilts/asuite/acloud/linux-x86/Android.bp (revision b3adc34a6be591bf5fd4943dfdce52f3982696f0)
1*b3adc34aSAndroid Build Coastguard Worker// Copyright 2018 - The Android Open Source Project
2*b3adc34aSAndroid Build Coastguard Worker//
3*b3adc34aSAndroid Build Coastguard Worker// Licensed under the Apache License, Version 2.0 (the "License");
4*b3adc34aSAndroid Build Coastguard Worker// you may not use this file except in compliance with the License.
5*b3adc34aSAndroid Build Coastguard Worker// You may obtain a copy of the License at
6*b3adc34aSAndroid Build Coastguard Worker//
7*b3adc34aSAndroid Build Coastguard Worker//     http://www.apache.org/licenses/LICENSE-2.0
8*b3adc34aSAndroid Build Coastguard Worker//
9*b3adc34aSAndroid Build Coastguard Worker// Unless required by applicable law or agreed to in writing, software
10*b3adc34aSAndroid Build Coastguard Worker// distributed under the License is distributed on an "AS IS" BASIS,
11*b3adc34aSAndroid Build Coastguard Worker// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12*b3adc34aSAndroid Build Coastguard Worker// See the License for the specific language governing permissions and
13*b3adc34aSAndroid Build Coastguard Worker// limitations under the License.
14*b3adc34aSAndroid Build Coastguard Worker
15*b3adc34aSAndroid Build Coastguard Workerprebuilt_etc_host {
16*b3adc34aSAndroid Build Coastguard Worker    name: "acloud_prebuilt",
17*b3adc34aSAndroid Build Coastguard Worker    src: "acloud",
18*b3adc34aSAndroid Build Coastguard Worker    filename: "acloud_prebuilt",
19*b3adc34aSAndroid Build Coastguard Worker    dist: {
20*b3adc34aSAndroid Build Coastguard Worker        targets: ["droidcore"],
21*b3adc34aSAndroid Build Coastguard Worker    },
22*b3adc34aSAndroid Build Coastguard Worker}
23