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