xref: /aosp_15_r20/system/server_configurable_flags/aconfigd/tests/Android.bp (revision 207333786ba243bc7d4d69ef6b05487aa7071806)
1*20733378SAndroid Build Coastguard Worker/*
2*20733378SAndroid Build Coastguard Worker * Copyright (C) 2024 The Android Open Source Project
3*20733378SAndroid Build Coastguard Worker *
4*20733378SAndroid Build Coastguard Worker * Licensed under the Apache License, Version 2.0 (the "License");
5*20733378SAndroid Build Coastguard Worker * you may not use this file except in compliance with the License.
6*20733378SAndroid Build Coastguard Worker * You may obtain a copy of the License at
7*20733378SAndroid Build Coastguard Worker *
8*20733378SAndroid Build Coastguard Worker *      http://www.apache.org/licenses/LICENSE-2.0
9*20733378SAndroid Build Coastguard Worker *
10*20733378SAndroid Build Coastguard Worker * Unless required by applicable law or agreed to in writing, software
11*20733378SAndroid Build Coastguard Worker * distributed under the License is distributed on an "AS IS" BASIS,
12*20733378SAndroid Build Coastguard Worker * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13*20733378SAndroid Build Coastguard Worker * See the License for the specific language governing permissions and
14*20733378SAndroid Build Coastguard Worker * limitations under the License.
15*20733378SAndroid Build Coastguard Worker */
16*20733378SAndroid Build Coastguard Worker
17*20733378SAndroid Build Coastguard Workerandroid_test {
18*20733378SAndroid Build Coastguard Worker    name: "aconfigd_java_utils_test",
19*20733378SAndroid Build Coastguard Worker    srcs: ["*.java"],
20*20733378SAndroid Build Coastguard Worker    static_libs: [
21*20733378SAndroid Build Coastguard Worker        "androidx.test.rules",
22*20733378SAndroid Build Coastguard Worker        "aconfigd_java_utils",
23*20733378SAndroid Build Coastguard Worker        "junit",
24*20733378SAndroid Build Coastguard Worker    ],
25*20733378SAndroid Build Coastguard Worker    platform_apis: true,
26*20733378SAndroid Build Coastguard Worker    certificate: "platform",
27*20733378SAndroid Build Coastguard Worker    test_suites: [
28*20733378SAndroid Build Coastguard Worker        "general-tests",
29*20733378SAndroid Build Coastguard Worker    ],
30*20733378SAndroid Build Coastguard Worker    team: "trendy_team_android_core_experiments",
31*20733378SAndroid Build Coastguard Worker}
32