Chun Zhang | 413a8fe | 2022-01-14 13:04:43 -0800 | [diff] [blame] | 1 | // Copyright (C) 2021 The Android Open Source Project |
| 2 | // |
| 3 | // Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | // you may not use this file except in compliance with the License. |
| 5 | // You may obtain a copy of the License at |
| 6 | // |
| 7 | // http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | // |
| 9 | // Unless required by applicable law or agreed to in writing, software |
| 10 | // distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | // See the License for the specific language governing permissions and |
| 13 | // limitations under the License. |
| 14 | |
| 15 | package { |
| 16 | default_applicable_licenses: ["Android-Apache-2.0"], |
| 17 | } |
| 18 | |
| 19 | android_test { |
| 20 | name: "CtsNearbyFastPairTestCases", |
| 21 | defaults: ["cts_defaults"], |
| 22 | static_libs: [ |
| 23 | "androidx.test.ext.junit", |
| 24 | "androidx.test.ext.truth", |
| 25 | "androidx.test.rules", |
Wei Wang | 8b75566 | 2022-03-11 14:00:52 -0800 | [diff] [blame] | 26 | "bluetooth-test-util-lib", |
Chun Zhang | 413a8fe | 2022-01-14 13:04:43 -0800 | [diff] [blame] | 27 | "compatibility-device-util-axt", |
| 28 | "ctstestrunner-axt", |
Chun Zhang | 413a8fe | 2022-01-14 13:04:43 -0800 | [diff] [blame] | 29 | "truth-prebuilt", |
| 30 | ], |
| 31 | libs: [ |
| 32 | "android.test.base", |
Wei Wang | 8b75566 | 2022-03-11 14:00:52 -0800 | [diff] [blame] | 33 | "framework-bluetooth.stubs.module_lib", |
Hassan Ali | c4f63fa | 2022-11-17 16:13:48 +0000 | [diff] [blame^] | 34 | "framework-configinfrastructure", |
paulhu | 4e21e80 | 2022-02-16 09:09:19 +0800 | [diff] [blame] | 35 | "framework-connectivity-t.impl", |
Chun Zhang | 413a8fe | 2022-01-14 13:04:43 -0800 | [diff] [blame] | 36 | ], |
| 37 | srcs: ["src/**/*.java"], |
| 38 | test_suites: [ |
| 39 | "cts", |
| 40 | "general-tests", |
Chun Zhang | 1e8865c | 2022-01-28 18:03:01 -0800 | [diff] [blame] | 41 | "mts-tethering", |
Chun Zhang | 413a8fe | 2022-01-14 13:04:43 -0800 | [diff] [blame] | 42 | ], |
Xinyi Zhou | e5a6f02 | 2022-03-07 18:55:52 -0800 | [diff] [blame] | 43 | certificate: "platform", |
Chun Zhang | 413a8fe | 2022-01-14 13:04:43 -0800 | [diff] [blame] | 44 | platform_apis: true, |
| 45 | sdk_version: "module_current", |
Chun Zhang | a6e2ae6 | 2022-02-16 10:23:49 -0800 | [diff] [blame] | 46 | min_sdk_version: "30", |
| 47 | target_sdk_version: "32", |
Chun Zhang | 413a8fe | 2022-01-14 13:04:43 -0800 | [diff] [blame] | 48 | } |