Colin Cross | fc7ba9e | 2017-12-07 13:11:06 -0800 | [diff] [blame] | 1 | // |
| 2 | // Copyright (C) 2008 The Android Open Source Project |
| 3 | // |
| 4 | // Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | // you may not use this file except in compliance with the License. |
| 6 | // You may obtain a copy of the License at |
| 7 | // |
| 8 | // http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | // |
| 10 | // Unless required by applicable law or agreed to in writing, software |
| 11 | // distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | // See the License for the specific language governing permissions and |
| 14 | // limitations under the License. |
| 15 | // |
| 16 | |
| 17 | // Build the android.test.mock library |
| 18 | // =================================== |
Bob Badour | 051ef78 | 2021-02-12 17:07:05 -0800 | [diff] [blame] | 19 | package { |
Wei Li | 4cf550d | 2024-03-07 21:27:35 -0800 | [diff] [blame] | 20 | default_applicable_licenses: ["Android-Apache-2.0"], |
Bob Badour | 051ef78 | 2021-02-12 17:07:05 -0800 | [diff] [blame] | 21 | } |
| 22 | |
Sundong Ahn | e933ced | 2018-07-31 16:54:41 +0900 | [diff] [blame] | 23 | java_sdk_library { |
Colin Cross | fc7ba9e | 2017-12-07 13:11:06 -0800 | [diff] [blame] | 24 | name: "android.test.mock", |
Anton Hansson | 7a4b9d9 | 2021-11-24 17:09:32 +0000 | [diff] [blame] | 25 | srcs: [":android-test-mock-sources"], |
| 26 | api_srcs: [ |
Jiyong Park | 00ea0b1 | 2019-10-31 20:38:47 +0900 | [diff] [blame] | 27 | // Note: Below are NOT APIs of this library. We only take APIs under |
| 28 | // the android.test.mock package. They however provide private APIs that |
Jiyong Park | 9b62bc8 | 2021-09-13 21:11:05 +0900 | [diff] [blame] | 29 | // android.test.mock APIs references to. We need to have the classes in |
| 30 | // source code form to have access to the @hide comment which disappears |
| 31 | // when the classes are compiled into a Jar library. |
Jiyong Park | 00ea0b1 | 2019-10-31 20:38:47 +0900 | [diff] [blame] | 32 | ":framework-core-sources-for-test-mock", |
| 33 | ":framework_native_aidl", |
| 34 | ], |
atrost | 1a94550 | 2019-11-04 17:03:54 +0000 | [diff] [blame] | 35 | libs: [ |
Anton Hansson | 1d53c8c | 2019-12-17 18:34:59 +0000 | [diff] [blame] | 36 | "framework", |
Baligh Uddin | 3b92756 | 2021-05-01 18:28:28 +0000 | [diff] [blame] | 37 | "framework-annotations-lib", |
atrost | 1a94550 | 2019-11-04 17:03:54 +0000 | [diff] [blame] | 38 | "app-compat-annotations", |
Artur Satayev | 700e08b | 2019-12-11 13:03:32 +0000 | [diff] [blame] | 39 | "unsupportedappusage", |
atrost | 1a94550 | 2019-11-04 17:03:54 +0000 | [diff] [blame] | 40 | ], |
Sundong Ahn | e933ced | 2018-07-31 16:54:41 +0900 | [diff] [blame] | 41 | api_packages: [ |
| 42 | "android.test.mock", |
Colin Cross | fc7ba9e | 2017-12-07 13:11:06 -0800 | [diff] [blame] | 43 | ], |
Jiyong Park | 9b62bc8 | 2021-09-13 21:11:05 +0900 | [diff] [blame] | 44 | permitted_packages: [ |
| 45 | "android.test.mock", |
| 46 | ], |
David Brazdil | 89c6432 | 2018-06-28 10:23:50 +0100 | [diff] [blame] | 47 | compile_dex: true, |
Jiyong Park | 912db8d | 2020-05-29 10:51:18 +0900 | [diff] [blame] | 48 | default_to_stubs: true, |
Colin Cross | 5959ec0 | 2021-05-10 10:38:53 -0700 | [diff] [blame] | 49 | dist_group: "android", |
Jihoon Kang | dc16c22 | 2024-08-06 00:15:25 +0000 | [diff] [blame] | 50 | |
| 51 | // This module cannot generate stubs from the api signature files as stubs depends on the |
| 52 | // private APIs, which are not visible in the api signature files. |
| 53 | build_from_text_stub: false, |
Jiyong Park | 6964add | 2018-03-13 16:06:03 +0900 | [diff] [blame] | 54 | } |
Paul Duffin | cd35de3 | 2019-05-30 15:12:47 +0100 | [diff] [blame] | 55 | |
Jeff Sharkey | de34471 | 2023-11-29 12:17:43 -0700 | [diff] [blame] | 56 | java_library { |
| 57 | name: "android.test.mock.ravenwood", |
Makoto Onuki | eb8bdf6 | 2024-05-23 10:49:31 -0700 | [diff] [blame] | 58 | defaults: ["ravenwood-internal-only-visibility-java"], |
Jeff Sharkey | de34471 | 2023-11-29 12:17:43 -0700 | [diff] [blame] | 59 | srcs: [":android-test-mock-sources"], |
Jeff Sharkey | de34471 | 2023-11-29 12:17:43 -0700 | [diff] [blame] | 60 | } |
| 61 | |
| 62 | android_ravenwood_test { |
| 63 | name: "android.test.mock.ravenwood.tests", |
| 64 | libs: [ |
| 65 | "android.test.mock.ravenwood", |
| 66 | ], |
| 67 | static_libs: [ |
| 68 | "androidx.annotation_annotation", |
| 69 | "androidx.test.rules", |
| 70 | ], |
| 71 | srcs: [ |
| 72 | "tests/**/*.java", |
| 73 | ], |
| 74 | auto_gen_config: true, |
| 75 | } |
| 76 | |
Nelson Li | af35c29 | 2024-01-17 08:52:01 +0000 | [diff] [blame] | 77 | // Make the current.txt available for use by the cts/tests/signature and /vendor tests. |
Paul Duffin | cd35de3 | 2019-05-30 15:12:47 +0100 | [diff] [blame] | 78 | // ======================================================================== |
| 79 | filegroup { |
| 80 | name: "android-test-mock-current.txt", |
| 81 | visibility: [ |
| 82 | "//cts/tests/signature/api", |
Nelson Li | af35c29 | 2024-01-17 08:52:01 +0000 | [diff] [blame] | 83 | "//vendor:__subpackages__", |
Paul Duffin | cd35de3 | 2019-05-30 15:12:47 +0100 | [diff] [blame] | 84 | ], |
| 85 | srcs: [ |
| 86 | "api/current.txt", |
| 87 | ], |
| 88 | } |
Anton Hansson | 2e25fdc | 2021-05-10 12:40:05 +0100 | [diff] [blame] | 89 | |
| 90 | filegroup { |
| 91 | name: "android-test-mock-sources", |
| 92 | srcs: ["src/**/*.java"], |
| 93 | path: "src", |
| 94 | } |