blob: f8d7e4c691e4e2fe801b57846744c334de38221d [file] [log] [blame]
paulhu802ab972021-12-14 01:30:22 +00001//
2// Copyright (C) 2021 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
17package {
18 // See: http://go/android-license-faq
19 default_applicable_licenses: ["Android-Apache-2.0"],
20}
21
Remi NGUYEN VANaf582a02022-03-08 19:49:49 +090022// Include build rules from Sources.bp
23build = ["Sources.bp"]
24
Remi NGUYEN VAN24b3c372021-12-16 15:10:40 +000025java_defaults {
26 name: "enable-framework-connectivity-t-targets",
27 enabled: true,
28}
29// The above defaults can be used to disable framework-connectivity t
30// targets while minimizing merge conflicts in the build rules.
31
Remi NGUYEN VAN6a20eed2022-01-31 11:21:08 +090032// SDK library for connectivity bootclasspath classes that were part of the non-updatable API before
33// T, and were moved to the module in T. Other bootclasspath classes in connectivity should go to
34// framework-connectivity.
Remi NGUYEN VAN78585622022-02-01 23:07:33 +090035java_defaults {
paulhu699477a2022-02-08 21:25:28 +080036 name: "framework-connectivity-t-defaults",
paulhu802ab972021-12-14 01:30:22 +000037 sdk_version: "module_current",
38 min_sdk_version: "Tiramisu",
Remi NGUYEN VAN24b3c372021-12-16 15:10:40 +000039 defaults: [
40 "framework-module-defaults",
Remi NGUYEN VAN24b3c372021-12-16 15:10:40 +000041 ],
paulhu802ab972021-12-14 01:30:22 +000042 srcs: [
43 ":framework-connectivity-tiramisu-updatable-sources",
Remi NGUYEN VANa2f7b182022-01-07 13:18:54 +090044 ":framework-nearby-java-sources",
45 ],
paulhu802ab972021-12-14 01:30:22 +000046 libs: [
47 "unsupportedappusage",
48 "app-compat-annotations",
Xinyi Zhou0d195ae2023-03-22 19:06:54 +000049 "androidx.annotation_annotation",
Remi NGUYEN VAN6a20eed2022-01-31 11:21:08 +090050 ],
51 impl_only_libs: [
52 // The build system will use framework-bluetooth module_current stubs, because
53 // of sdk_version: "module_current" above.
Remi NGUYEN VANa2f7b182022-01-07 13:18:54 +090054 "framework-bluetooth",
Junyu Lai2ef865e2022-01-17 11:52:57 +000055 "framework-wifi",
Remi NGUYEN VAN6a20eed2022-01-31 11:21:08 +090056 // Compile against the entire implementation of framework-connectivity,
57 // including hidden methods. This is safe because if framework-connectivity-t is
58 // on the bootclasspath (i.e., T), then framework-connectivity is also on the
59 // bootclasspath (because it shipped in S).
60 //
61 // This compiles against the pre-jarjar target so that this code can use
62 // non-jarjard names of widely-used packages such as com.android.net.module.util.
63 "framework-connectivity-pre-jarjar",
paulhu802ab972021-12-14 01:30:22 +000064 ],
Junyu Lai8d323302022-01-13 06:43:37 +000065 aidl: {
66 generate_get_transaction_name: true,
67 include_dirs: [
68 // For connectivity-framework classes such as Network.aidl,
69 // and connectivity-framework-t classes such as
70 // NetworkStateSnapshot.aidl
71 "packages/modules/Connectivity/framework/aidl-export",
72 ],
73 },
Remi NGUYEN VAN78585622022-02-01 23:07:33 +090074 apex_available: [
75 "com.android.tethering",
76 ],
77}
78
Paul Duffinc8164e42022-07-28 10:52:09 +000079filegroup {
80 name: "connectivity-t-hiddenapi-files",
81 srcs: ["hiddenapi/*.txt"],
82 visibility: ["//packages/modules/Connectivity:__subpackages__"],
83}
84
Remi NGUYEN VAN78585622022-02-01 23:07:33 +090085java_library {
paulhu699477a2022-02-08 21:25:28 +080086 name: "framework-connectivity-t-pre-jarjar",
87 defaults: ["framework-connectivity-t-defaults"],
Remi NGUYEN VAN78585622022-02-01 23:07:33 +090088 libs: [
89 "framework-bluetooth",
Junyu Lai2ef865e2022-01-17 11:52:57 +000090 "framework-wifi",
Remi NGUYEN VAN78585622022-02-01 23:07:33 +090091 "framework-connectivity-pre-jarjar",
92 ],
93 visibility: ["//packages/modules/Connectivity:__subpackages__"],
94}
95
96// SDK library for connectivity bootclasspath classes that were part of the non-updatable API before
97// T, and were moved to the module in T. Other bootclasspath classes in connectivity should go to
98// framework-connectivity.
99java_sdk_library {
paulhu699477a2022-02-08 21:25:28 +0800100 name: "framework-connectivity-t",
Remi NGUYEN VAN78585622022-02-01 23:07:33 +0900101 defaults: [
paulhu699477a2022-02-08 21:25:28 +0800102 "framework-connectivity-t-defaults",
junyulai91e3dc22022-02-09 18:21:56 +0800103 "enable-framework-connectivity-t-targets",
Remi NGUYEN VAN78585622022-02-01 23:07:33 +0900104 ],
105 // Do not add static_libs to this library: put them in framework-connectivity instead.
106 // The jarjar rules are only so that references to jarjared utils in
107 // framework-connectivity-pre-jarjar match at runtime.
Remi NGUYEN VANe55a88d2022-04-20 15:59:16 +0900108 jarjar_rules: ":framework-connectivity-jarjar-rules",
Remi NGUYEN VAN77d4c4e2022-08-03 15:31:02 +0900109 stub_only_libs: [
110 // Use prebuilt framework-connectivity stubs to avoid circular dependencies
111 "sdk_module-lib_current_framework-connectivity",
112 ],
113 libs: [
114 "sdk_module-lib_current_framework-connectivity",
115 ],
paulhu802ab972021-12-14 01:30:22 +0000116 permitted_packages: [
Junyu Lai2ef865e2022-01-17 11:52:57 +0000117 "android.app.usage",
paulhu802ab972021-12-14 01:30:22 +0000118 "android.net",
119 "android.net.nsd",
Remi NGUYEN VANa2f7b182022-01-07 13:18:54 +0900120 "android.nearby",
121 "com.android.connectivity",
122 "com.android.nearby",
paulhu802ab972021-12-14 01:30:22 +0000123 ],
Paul Duffinc8164e42022-07-28 10:52:09 +0000124
125 hidden_api: {
126 max_target_o_low_priority: [
127 "hiddenapi/hiddenapi-max-target-o-low-priority-tiramisu.txt",
128 ],
129 max_target_r_low_priority: [
130 "hiddenapi/hiddenapi-max-target-r-loprio.txt",
131 ],
132 unsupported: [
133 "hiddenapi/hiddenapi-unsupported-tiramisu.txt",
134 ],
135 },
136
paulhu802ab972021-12-14 01:30:22 +0000137 impl_library_visibility: [
138 "//packages/modules/Connectivity/Tethering/apex",
139 // In preparation for future move
140 "//packages/modules/Connectivity/apex",
Remi NGUYEN VAN371e7f72022-07-25 18:52:58 +0900141 "//packages/modules/Connectivity/service", // For R8 only
paulhu802ab972021-12-14 01:30:22 +0000142 "//packages/modules/Connectivity/service-t",
Remi NGUYEN VANd84be862022-03-22 16:35:45 +0000143 "//packages/modules/Connectivity/nearby/service",
paulhu802ab972021-12-14 01:30:22 +0000144 "//frameworks/base",
145
146 // Tests using hidden APIs
147 "//cts/tests/netlegacy22.api",
Lorenzo Colittieb8d8552022-02-01 13:51:42 +0900148 "//cts/tests/tests/app.usage", // NetworkUsageStatsTest
paulhu802ab972021-12-14 01:30:22 +0000149 "//external/sl4a:__subpackages__",
Remi NGUYEN VANbdaa3512022-02-02 20:06:56 +0900150 "//frameworks/base/core/tests/bandwidthtests",
151 "//frameworks/base/core/tests/benchmarks",
152 "//frameworks/base/core/tests/utillib",
Aaron Huang7174ac32022-01-26 00:43:10 +0800153 "//frameworks/base/tests/vcn",
paulhu802ab972021-12-14 01:30:22 +0000154 "//frameworks/libs/net/common/testutils",
155 "//frameworks/libs/net/common/tests:__subpackages__",
Xiao Maeaaf7d32022-01-23 16:14:51 +0000156 "//frameworks/opt/net/ethernet/tests:__subpackages__",
paulhu802ab972021-12-14 01:30:22 +0000157 "//frameworks/opt/telephony/tests/telephonytests",
158 "//packages/modules/CaptivePortalLogin/tests",
159 "//packages/modules/Connectivity/Tethering/tests:__subpackages__",
Cole Faust41228922023-03-06 13:21:22 -0800160 "//packages/modules/Connectivity/nearby:__subpackages__",
paulhu802ab972021-12-14 01:30:22 +0000161 "//packages/modules/Connectivity/tests:__subpackages__",
Aaron Huangb5af0fe2022-02-11 13:52:29 +0800162 "//packages/modules/IPsec/tests/iketests",
paulhu802ab972021-12-14 01:30:22 +0000163 "//packages/modules/NetworkStack/tests:__subpackages__",
paulhu802ab972021-12-14 01:30:22 +0000164 "//packages/modules/Wifi/service/tests/wifitests",
165 ],
166}
Remi NGUYEN VAN348bbb02022-07-19 16:33:04 +0900167
Yuyang Huang90a2cbd2023-02-09 16:29:16 +0900168// This rule is not used anymore(b/268440216).
Remi NGUYEN VAN348bbb02022-07-19 16:33:04 +0900169platform_compat_config {
170 name: "connectivity-t-platform-compat-config",
171 src: ":framework-connectivity-t",
172}