blob: e128aac031411b0d73b05b72b2449fe0ff624767 [file] [log] [blame]
Dan Albert2a8d9c22016-09-23 15:55:49 -07001// Copyright (C) 2016 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
Colin Crosscf3a0b52017-11-16 00:15:28 -080015// Build the master framework library.
16
17// READ ME: ########################################################
18//
19// When updating this list of aidl files, consider if that aidl is
20// part of the SDK API. If it is, also add it to the list in Android.mk
21// that is preprocessed and distributed with the SDK. This list should
22// not contain any aidl files for parcelables, but the one below should
23// if you intend for 3rd parties to be able to send those objects
24// across process boundaries.
25//
26// READ ME: ########################################################
27
Bob Badour8a6a2bc2021-02-12 17:07:05 -080028package {
29 default_applicable_licenses: ["frameworks_base_license"],
30}
31
32// Added automatically by a large-scale-change that took the approach of
33// 'apply every license found to every target'. While this makes sure we respect
34// every license restriction, it may not be entirely correct.
35//
36// e.g. GPL in an MIT project might only apply to the contrib/ directory.
37//
38// Please consider splitting the single license below into multiple licenses,
39// taking care not to lose any license_kind information, and overriding the
40// default license using the 'licenses: [...]' property on targets as needed.
41//
42// For unused files, consider creating a 'fileGroup' with "//visibility:private"
43// to attach the license to, and including a comment whether the files may be
44// used in the current project.
45// See: http://go/android-license-faq
46license {
47 name: "frameworks_base_license",
48 visibility: [":__subpackages__"],
49 license_kinds: [
50 "SPDX-license-identifier-Apache-2.0",
51 "SPDX-license-identifier-BSD",
52 "SPDX-license-identifier-CC-BY",
Bob Badour8a6a2bc2021-02-12 17:07:05 -080053 "SPDX-license-identifier-MIT",
54 "SPDX-license-identifier-Unicode-DFS",
Bob Badour8a6a2bc2021-02-12 17:07:05 -080055 "legacy_unencumbered",
56 ],
57 license_text: [
58 "NOTICE",
59 ],
60}
61
Artur Satayev3cc3fa42019-08-02 16:42:07 +010062filegroup {
Jiyong Parkae9972b2019-09-15 20:19:02 +090063 name: "framework-non-updatable-sources",
Jiyong Park20426532019-08-19 15:24:49 +090064 srcs: [
65 // Java/AIDL sources under frameworks/base
Chris Wailes68f38b22021-03-31 16:10:29 -070066 ":framework-annotations",
Sudheer Shankaf5b36962019-10-04 16:16:13 -070067 ":framework-blobstore-sources",
Junyu Laid82296c2021-12-07 08:25:31 +000068 ":framework-connectivity-tiramisu-sources",
Jiyong Park20426532019-08-19 15:24:49 +090069 ":framework-core-sources",
70 ":framework-drm-sources",
Alec Mourief37c242020-03-02 21:38:09 +000071 ":framework-graphics-nonupdatable-sources",
Jiyong Park48cc3722019-10-21 14:01:06 +090072 ":framework-jobscheduler-sources", // jobscheduler is not a module for R
Jiyong Park20426532019-08-19 15:24:49 +090073 ":framework-keystore-sources",
David Zeuthen045b6de2019-10-29 15:15:18 -040074 ":framework-identity-sources",
Jiyong Park20426532019-08-19 15:24:49 +090075 ":framework-location-sources",
76 ":framework-lowpan-sources",
Jiyong Park20426532019-08-19 15:24:49 +090077 ":framework-mca-effect-sources",
78 ":framework-mca-filterfw-sources",
79 ":framework-mca-filterpacks-sources",
Anton Hansson3b6477f2022-01-17 10:17:15 +000080 ":framework-media-non-updatable-sources",
Amit Mahajan6237a6b2019-10-07 17:41:26 -070081 ":framework-mms-sources",
Rajesh Nyamagoud4fe64fb2021-09-14 05:34:11 +000082 ":framework-omapi-sources",
Jiyong Park20426532019-08-19 15:24:49 +090083 ":framework-opengl-sources",
84 ":framework-rs-sources",
85 ":framework-sax-sources",
86 ":framework-telecomm-sources",
Amit Mahajand3551532019-09-23 17:59:57 -070087 ":framework-telephony-common-sources",
Malcolm Chenfbc5c362020-03-16 15:28:35 -070088 ":framework-telephony-sources",
Benedict Wong26497362020-08-10 17:54:33 -070089 ":framework-vcn-util-sources",
David Su130441b2019-12-14 21:37:20 -080090 ":framework-wifi-annotations",
David Su6f646ef2019-12-10 13:33:06 -080091 ":framework-wifi-non-updatable-sources",
Jiyong Park20426532019-08-19 15:24:49 +090092 ":PacProcessor-aidl-sources",
93 ":ProxyHandler-aidl-sources",
Aaron Huangc4081b22020-01-13 15:03:35 +080094 ":net-utils-framework-common-srcs",
Jiyong Parkb3609312019-08-16 21:17:14 +090095
atrost87488352019-10-10 19:27:31 +010096 // AIDL from frameworks/base/native/
97 ":platform-compat-native-aidl",
98
Jiyong Park20426532019-08-19 15:24:49 +090099 // AIDL sources from external directories
Yu-Han Yang97f3b91c2022-03-08 14:36:18 -0800100 ":android.hardware.gnss-V2-java-source",
Leon Scroggins III73e06892022-01-31 15:47:34 -0500101 ":android.hardware.graphics.common-V3-java-source",
Eran Messeri4be1392292022-02-15 11:12:59 +0000102 ":android.hardware.security.keymint-V2-java-source",
Janis Danisevskis23902672021-03-17 11:02:19 -0700103 ":android.hardware.security.secureclock-V1-java-source",
Hongguang956e6352021-07-20 17:45:28 -0700104 ":android.hardware.tv.tuner-V1-java-source",
Janis Danisevskis23902672021-03-17 11:02:19 -0700105 ":android.security.apc-java-source",
106 ":android.security.authorization-java-source",
Janis Danisevskis191b2062021-06-14 14:33:10 -0700107 ":android.security.legacykeystore-java-source",
Janis Danisevskis23902672021-03-17 11:02:19 -0700108 ":android.security.maintenance-java-source",
Tej Singh932f8702021-06-14 23:40:22 -0700109 ":android.security.metrics-java-source",
Janis Danisevskis23902672021-03-17 11:02:19 -0700110 ":android.system.keystore2-V1-java-source",
David Zeuthen045b6de2019-10-29 15:15:18 -0400111 ":credstore_aidl",
Jiyong Park20426532019-08-19 15:24:49 +0900112 ":dumpstate_aidl",
113 ":framework_native_aidl",
114 ":gatekeeper_aidl",
115 ":gsiservice_aidl",
chaviw9d438f92021-05-20 11:18:06 -0500116 ":guiconstants_aidl",
Ryan Mitchellfebbc332021-02-12 09:21:52 -0800117 ":idmap2_aidl",
Ryan Mitchell6a2ca782021-01-19 13:51:15 -0800118 ":idmap2_core_aidl",
Jiyong Park20426532019-08-19 15:24:49 +0900119 ":incidentcompanion_aidl",
Bernardo Rufino64bbd4b2020-08-19 14:45:30 +0100120 ":inputconstants_aidl",
Jiyong Park20426532019-08-19 15:24:49 +0900121 ":installd_aidl",
Jiyong Park20426532019-08-19 15:24:49 +0900122 ":libaudioclient_aidl",
123 ":libbinder_aidl",
Jiyong Park20426532019-08-19 15:24:49 +0900124 ":libcamera_client_aidl",
125 ":libcamera_client_framework_aidl",
126 ":libupdate_engine_aidl",
Wenhao Wang256519a2022-01-11 22:29:18 -0800127 ":logd_aidl",
Amy Zhangccdbc4d2020-06-08 21:29:59 -0700128 ":resourcemanager_aidl",
Jiyong Park20426532019-08-19 15:24:49 +0900129 ":storaged_aidl",
130 ":vold_aidl",
Kriti Dangaf977732021-02-25 18:07:34 +0100131 ":deviceproductinfoconstants_aidl",
Jiyong Park1cc95662019-08-07 22:45:07 +0900132
Jiyong Park20426532019-08-19 15:24:49 +0900133 // For the generated R.java and Manifest.java
134 ":framework-res{.aapt.srcjar}",
135
136 // etc.
137 ":framework-javastream-protos",
Muhammad Qureshi04ec2522020-01-27 16:36:45 -0800138 ":statslog-framework-java-gen", // FrameworkStatsLog.java
Hayden Gomes24b336f2020-11-05 16:28:21 -0800139 ":audio_policy_configuration_V7_0",
Jiyong Park20426532019-08-19 15:24:49 +0900140 ],
141}
Jiyong Park1cc95662019-08-07 22:45:07 +0900142
Neha Pattan2edfc482022-03-02 17:37:23 +0000143java_library {
Anton Hansson2d6c4272020-08-18 12:52:44 +0100144 name: "framework-all",
145 installable: false,
146 static_libs: [
Anton Hansson23274ee2022-01-28 11:31:50 +0000147 "all-framework-module-impl",
Anton Hansson2d6c4272020-08-18 12:52:44 +0100148 "framework-minus-apex",
Anton Hansson2d6c4272020-08-18 12:52:44 +0100149 ],
150 apex_available: ["//apex_available:platform"],
151 sdk_version: "core_platform",
152 visibility: [
153 // DO NOT ADD ANY MORE ENTRIES TO THIS LIST
154 "//external/robolectric-shadows:__subpackages__",
155 "//frameworks/layoutlib:__subpackages__",
156 ],
Anton Hanssone996d432020-03-07 11:40:10 +0000157}
158
Jiyong Park392729f2020-01-17 16:32:53 +0900159// AIDL files under these paths are mixture of public and private ones.
160// They shouldn't be exported across module boundaries.
Mathew Inwoodbad89e52018-06-28 14:12:10 +0100161java_defaults {
Makoto Onuki62242c42019-08-05 12:54:20 -0700162 name: "framework-aidl-export-defaults",
Makoto Onuki62242c42019-08-05 12:54:20 -0700163 aidl: {
Jiyong Parkb3609312019-08-16 21:17:14 +0900164 export_include_dirs: [
165 "core/java",
166 "drm/java",
167 "graphics/java",
David Zeuthen045b6de2019-10-29 15:15:18 -0400168 "identity/java",
Jiyong Parkb3609312019-08-16 21:17:14 +0900169 "keystore/java",
170 "location/java",
171 "lowpan/java",
172 "media/java",
Jiyong Parkb3609312019-08-16 21:17:14 +0900173 "media/mca/effect/java",
174 "media/mca/filterfw/java",
175 "media/mca/filterpacks/java",
Amit Mahajan6237a6b2019-10-07 17:41:26 -0700176 "mms/java",
Jiyong Parkb3609312019-08-16 21:17:14 +0900177 "opengl/java",
178 "rs/java",
179 "sax/java",
180 "telecomm/java",
Anton Hanssone996d432020-03-07 11:40:10 +0000181
Anton Hanssone996d432020-03-07 11:40:10 +0000182 // TODO(b/147699819): remove this
183 "telephony/java",
Jiyong Parkb3609312019-08-16 21:17:14 +0900184 ],
Makoto Onuki62242c42019-08-05 12:54:20 -0700185 },
186}
187
Jiyong Park20426532019-08-19 15:24:49 +0900188// Collection of classes that are generated from non-Java files that are not listed in
189// framework_srcs. These have no or very limited dependency to the framework.
190java_library {
191 name: "framework-internal-utils",
Colin Crosscf3a0b52017-11-16 00:15:28 -0800192 static_libs: [
Dario Frenid8bf22e2018-08-31 14:18:04 +0100193 "apex_aidl_interface-java",
Samiul Islame4561272021-08-26 11:41:37 +0100194 "packagemanager_aidl-java",
Colin Crosscf3a0b52017-11-16 00:15:28 -0800195 "framework-protos",
Peiyong Linb967a4c2020-07-27 22:16:13 -0700196 "updatable-driver-protos",
Kelvin Zhanga48c18e2021-04-12 17:23:51 -0400197 "ota_metadata_proto_java",
Colin Crosscf3a0b52017-11-16 00:15:28 -0800198 "android.hidl.base-V1.0-java",
199 "android.hardware.cas-V1.0-java",
Henry Fang43cab922019-12-27 16:50:20 -0800200 "android.hardware.cas-V1.1-java",
201 "android.hardware.cas-V1.2-java",
Colin Crosscf3a0b52017-11-16 00:15:28 -0800202 "android.hardware.contexthub-V1.0-java",
Anthony Stange521a9052020-02-07 18:45:47 -0500203 "android.hardware.contexthub-V1.1-java",
Arthur Ishiguro8368e942020-10-14 13:39:09 -0700204 "android.hardware.contexthub-V1.2-java",
Arthur Ishiguro7fe2ba52021-08-26 09:30:02 -0700205 "android.hardware.contexthub-V1-java",
Yu-Han Yang9fe06dd2019-11-18 16:23:31 -0800206 "android.hardware.gnss-V1.0-java",
Yu-Han Yangad03c472020-01-14 15:31:01 -0800207 "android.hardware.gnss-V2.1-java",
Colin Crosscf3a0b52017-11-16 00:15:28 -0800208 "android.hardware.health-V1.0-java-constants",
Steven Morelande0dde652019-01-24 12:03:26 -0800209 "android.hardware.radio-V1.0-java",
210 "android.hardware.radio-V1.1-java",
211 "android.hardware.radio-V1.2-java",
212 "android.hardware.radio-V1.3-java",
213 "android.hardware.radio-V1.4-java",
Sarah Chin21e9c632019-11-05 13:30:10 -0800214 "android.hardware.radio-V1.5-java",
Daniel Bright8b4502e2020-09-02 17:10:54 -0700215 "android.hardware.radio-V1.6-java",
Sarah Chin3101c0b2021-09-29 12:13:27 -0700216 "android.hardware.radio.data-V1-java",
217 "android.hardware.radio.messaging-V1-java",
218 "android.hardware.radio.modem-V1-java",
219 "android.hardware.radio.network-V1-java",
220 "android.hardware.radio.sim-V1-java",
221 "android.hardware.radio.voice-V1-java",
Colin Crosscf3a0b52017-11-16 00:15:28 -0800222 "android.hardware.thermal-V1.0-java-constants",
Wei Wangfb21bd82019-01-10 14:16:23 -0800223 "android.hardware.thermal-V1.0-java",
Wei Wangbad7c202018-11-01 11:57:39 -0700224 "android.hardware.thermal-V1.1-java",
225 "android.hardware.thermal-V2.0-java",
Colin Crosscf3a0b52017-11-16 00:15:28 -0800226 "android.hardware.tv.input-V1.0-java-constants",
227 "android.hardware.usb-V1.0-java-constants",
228 "android.hardware.usb-V1.1-java-constants",
Badhri Jagan Sridharane966a382018-12-09 14:49:38 -0800229 "android.hardware.usb-V1.2-java-constants",
Steven Morelande0dde652019-01-24 12:03:26 -0800230 "android.hardware.usb.gadget-V1.0-java",
raychi88254a22020-09-30 19:04:08 +0800231 "android.hardware.usb.gadget-V1.1-java",
232 "android.hardware.usb.gadget-V1.2-java",
Michael Wrightf268bf52018-02-07 23:23:34 +0000233 "android.hardware.vibrator-V1.0-java",
234 "android.hardware.vibrator-V1.1-java",
235 "android.hardware.vibrator-V1.2-java",
Harpreet "Eli" Sanghaa456f082018-12-14 12:06:10 +0900236 "android.hardware.vibrator-V1.3-java",
Lais Andradeb847d632021-02-23 10:35:27 +0000237 "android.hardware.vibrator-V2-java",
Rajesh Nyamagoud4fe64fb2021-09-14 05:34:11 +0000238 "android.se.omapi-V1-java",
Michael Sund5237962020-11-06 03:28:14 +0000239 "android.system.suspend.control.internal-java",
arangelov1ab61492018-11-22 13:56:50 +0000240 "devicepolicyprotosnano",
Inseob Kim4fe9f0f2019-07-30 18:23:26 +0900241
242 "com.android.sysprop.apex",
Nikita Ioffe779d6be2020-02-06 23:17:17 +0000243 "com.android.sysprop.init",
Alexander Mishkovets77f6bc82020-07-14 19:14:10 +0200244 "com.android.sysprop.localization",
Inseob Kim4fe9f0f2019-07-30 18:23:26 +0900245 "PlatformProperties",
Colin Crosscf3a0b52017-11-16 00:15:28 -0800246 ],
Jiyong Park20426532019-08-19 15:24:49 +0900247 sdk_version: "core_platform",
248 installable: false,
249}
250
Anton Hansson524bf242021-05-25 12:48:58 +0100251// NOTE: This filegroup is exposed for vendor libraries to depend on and is referenced in
252// documentation. Do not remove without consulting the treble/hidl teams.
Anton Hanssondffc59c2021-05-25 11:43:36 +0000253filegroup {
254 name: "framework-jarjar-rules",
255 srcs: ["framework-jarjar-rules.txt"],
Anton Hansson524bf242021-05-25 12:48:58 +0100256 visibility: ["//visibility:public"],
Anton Hanssondffc59c2021-05-25 11:43:36 +0000257}
258
Ioana Stefan2f5c5452020-10-15 15:00:24 +0200259java_defaults {
260 name: "framework-minus-apex-defaults",
Anton Hansson5954c6d2020-08-19 14:37:54 +0100261 defaults: ["framework-aidl-export-defaults"],
262 srcs: [
263 ":framework-non-updatable-sources",
264 "core/java/**/*.logtags",
Daniel Norman66ebced2021-09-21 13:47:36 -0700265 ":apex-info-list",
Anton Hansson5954c6d2020-08-19 14:37:54 +0100266 ],
Anton Hansson5954c6d2020-08-19 14:37:54 +0100267 aidl: {
268 generate_get_transaction_name: true,
Thiébaud Weksteen7e1864a2022-02-28 15:26:27 +1100269 enforce_permissions: true,
270 enforce_permissions_exceptions: [
271 // Do not add entries to this list.
272 ":framework-annotations",
273 ":framework-blobstore-sources",
274 ":framework-connectivity-tiramisu-sources",
275 ":framework-core-sources",
276 ":framework-drm-sources",
277 ":framework-graphics-nonupdatable-sources",
278 ":framework-jobscheduler-sources",
279 ":framework-keystore-sources",
280 ":framework-identity-sources",
281 ":framework-location-sources",
282 ":framework-lowpan-sources",
283 ":framework-mca-effect-sources",
284 ":framework-mca-filterfw-sources",
285 ":framework-mca-filterpacks-sources",
286 ":framework-media-non-updatable-sources",
287 ":framework-mms-sources",
288 ":framework-omapi-sources",
289 ":framework-opengl-sources",
290 ":framework-rs-sources",
291 ":framework-sax-sources",
292 ":framework-telecomm-sources",
293 ":framework-telephony-common-sources",
294 ":framework-telephony-sources",
295 ":framework-vcn-util-sources",
296 ":framework-wifi-annotations",
297 ":framework-wifi-non-updatable-sources",
298 ":PacProcessor-aidl-sources",
299 ":ProxyHandler-aidl-sources",
300 ":net-utils-framework-common-srcs",
301 ":platform-compat-native-aidl",
302 ":credstore_aidl",
303 ":dumpstate_aidl",
304 ":framework_native_aidl",
305 ":gatekeeper_aidl",
306 ":gsiservice_aidl",
307 ":idmap2_aidl",
308 ":idmap2_core_aidl",
309 ":incidentcompanion_aidl",
310 ":inputconstants_aidl",
311 ":installd_aidl",
312 ":libaudioclient_aidl",
313 ":libbinder_aidl",
314 ":libbluetooth-binder-aidl",
315 ":libcamera_client_aidl",
316 ":libcamera_client_framework_aidl",
317 ":libupdate_engine_aidl",
318 ":logd_aidl",
319 ":resourcemanager_aidl",
320 ":storaged_aidl",
321 ":vold_aidl",
322 ":deviceproductinfoconstants_aidl",
323 ],
Remi NGUYEN VAN7b6b0062021-03-19 10:15:06 +0000324 local_include_dirs: [
325 "media/aidl",
Remi NGUYEN VAN7b6b0062021-03-19 10:15:06 +0000326 ],
Baligh Uddinf33ffa12021-05-17 04:07:33 +0000327 include_dirs: [
328 "frameworks/av/aidl",
Jeff Sharkey75d4f932021-07-26 15:41:01 -0600329 "frameworks/native/libs/permission/aidl",
William Escandec01e5522022-02-25 12:32:42 +0100330 "packages/modules/Bluetooth/framework/aidl-export",
Baligh Uddinf33ffa12021-05-17 04:07:33 +0000331 "packages/modules/Connectivity/framework/aidl-export",
Baligh Uddinb8b46fd2022-02-11 14:20:10 +0000332 "packages/modules/Media/apex/aidl/stable",
Leon Scroggins III73e06892022-01-31 15:47:34 -0500333 "hardware/interfaces/graphics/common/aidl",
Baligh Uddinf33ffa12021-05-17 04:07:33 +0000334 ],
Anton Hansson5954c6d2020-08-19 14:37:54 +0100335 },
336 dxflags: [
337 "--core-library",
338 "--multi-dex",
339 ],
Anton Hanssondffc59c2021-05-25 11:43:36 +0000340 jarjar_rules: ":framework-jarjar-rules",
Jiyong Park911cd4f2019-10-21 14:35:14 +0900341 javac_shard_size: 150,
Anton Hansson5954c6d2020-08-19 14:37:54 +0100342 plugins: [
343 "view-inspector-annotation-processor",
344 "staledataclass-annotation-processor",
345 "error_prone_android_framework",
346 ],
atrostaec9bc12019-08-16 18:14:09 +0100347 required: [
Marin Shalamanov11047252021-11-22 17:35:30 +0100348 // TODO(b/120066492): remove default_television.xml when the build system
349 // propagates "required" properly.
350 "default_television.xml",
atrostaec9bc12019-08-16 18:14:09 +0100351 "framework-platform-compat-config",
Marin Shalamanov11047252021-11-22 17:35:30 +0100352 // TODO(b/120066492): remove gps_debug and protolog.conf.json when the build
353 // system propagates "required" properly.
Anton Hansson5954c6d2020-08-19 14:37:54 +0100354 "gps_debug.conf",
Victor Changa4fae272020-10-30 12:14:34 +0000355 "icu4j-platform-compat-config",
Anton Hansson5954c6d2020-08-19 14:37:54 +0100356 "protolog.conf.json.gz",
atrost86895aa2019-08-19 16:51:15 +0100357 "services-platform-compat-config",
Rambo Wang05e55c92021-06-25 11:41:43 -0700358 "TeleService-platform-compat-config",
Ivan Chiang3cb1cbd2020-02-18 10:50:10 +0800359 "documents-ui-compat-config",
Varun Shahf952e66c12020-06-25 11:30:13 -0700360 "calendar-provider-compat-config",
Marcus Hagerott6c681052021-11-12 17:48:47 -0800361 "contacts-provider-platform-compat-config",
atrostaec9bc12019-08-16 18:14:09 +0100362 ],
Anton Hansson5954c6d2020-08-19 14:37:54 +0100363 libs: [
364 "app-compat-annotations",
365 "ext",
366 "framework-updatable-stubs-module_libs_api",
367 "unsupportedappusage",
368 ],
369 sdk_version: "core_platform",
Tobias Thiererc0c06082019-11-22 16:33:18 +0000370 static_libs: [
Hongguang956e6352021-07-20 17:45:28 -0700371 "android.hardware.common.fmq-V1-java",
Ytai Ben-Tsvi128df2a2021-03-18 09:43:27 -0700372 // TODO(b/184162091)
373 "android.hardware.soundtrigger3-V1-java",
Daulet Zhanguzin59444d52021-01-25 19:43:53 +0000374 "bouncycastle-repackaged-unbundled",
Anton Hansson5954c6d2020-08-19 14:37:54 +0100375 "framework-internal-utils",
Tobias Thierer82968532019-11-29 19:39:45 +0000376 // If MimeMap ever becomes its own APEX, then this dependency would need to be removed
377 // in favor of an API stubs dependency in java_library "framework" below.
Tobias Thiererc0c06082019-11-22 16:33:18 +0000378 "mimemap",
Ytai Ben-Tsvic3cd3cd2020-10-30 12:34:51 -0700379 "av-types-aidl-java",
Amy Zhang39a3fa42020-12-21 16:56:03 -0800380 "tv_tuner_resource_manager_aidl_interface-java",
Ytai Ben-Tsvida7c21e2020-09-16 13:04:31 -0700381 "soundtrigger_middleware-aidl-java",
Pedro Loureiro99d045222022-03-17 12:41:31 +0000382 "modules-utils-build",
Alexander Dorokhinec0bf81a2021-05-12 11:34:51 -0700383 "modules-utils-preconditions",
William Escande33a14632021-12-16 16:07:55 +0100384 "modules-utils-synchronous-result-receiver",
Chiachang Wang6a555272020-11-02 16:51:24 +0800385 "modules-utils-os",
Corina61165032022-02-10 18:35:43 +0000386 "modules-utils-uieventlogger-interface",
Svet Ganov4bf102a2021-04-22 20:09:49 +0000387 "framework-permission-aidl-java",
Eric Laurent8500f6c2021-07-24 08:47:17 +0200388 "spatializer-aidl-java",
389 "audiopolicy-types-aidl-java",
Tobias Thiererc0c06082019-11-22 16:33:18 +0000390 ],
Ioana Stefan2f5c5452020-10-15 15:00:24 +0200391}
392
393java_library {
394 name: "framework-minus-apex",
395 defaults: ["framework-minus-apex-defaults"],
396 installable: true,
Jiyong Park911cd4f2019-10-21 14:35:14 +0900397 // For backwards compatibility.
398 stem: "framework",
Jiyong Park352f9e22019-12-09 14:45:07 +0900399 apex_available: ["//apex_available:platform"],
Jiyong Park212d2e82020-01-03 21:07:38 +0900400 visibility: [
401 "//frameworks/base",
Jiyong Park634819c2020-02-04 21:20:02 +0900402 // TODO(b/147128803) remove the below lines
Jiyong Park212d2e82020-01-03 21:07:38 +0900403 "//frameworks/base/apex/blobstore/framework",
404 "//frameworks/base/apex/jobscheduler/framework",
markchien2c153702020-02-06 19:23:26 +0800405 "//frameworks/base/packages/Tethering/tests/unit",
Baligh Uddinff8ff122020-10-29 02:11:55 +0000406 "//packages/modules/Connectivity/Tethering/tests/unit",
Jiyong Park212d2e82020-01-03 21:07:38 +0900407 ],
Bernardo Rufino2b7e5912021-11-29 10:22:15 +0000408 lint: {
409 extra_check_modules: ["AndroidFrameworkLintChecker"],
410 },
Jeff Sharkey6c8ffbc2020-10-02 11:52:05 -0600411 errorprone: {
412 javacflags: [
Jeff Sharkey7cdc3bf2020-10-06 14:55:37 -0600413 "-Xep:AndroidFrameworkBinderIdentity:ERROR",
Jeff Sharkey6c8ffbc2020-10-02 11:52:05 -0600414 "-Xep:AndroidFrameworkCompatChange:ERROR",
Jeff Sharkey9af4aea2020-10-02 12:00:59 -0600415 "-Xep:AndroidFrameworkUid:ERROR",
Jeff Sharkey6c8ffbc2020-10-02 11:52:05 -0600416 ],
417 },
Jiyong Park911cd4f2019-10-21 14:35:14 +0900418}
419
Ioana Stefan2f5c5452020-10-15 15:00:24 +0200420java_library {
421 name: "framework-minus-apex-intdefs",
422 defaults: ["framework-minus-apex-defaults"],
423 plugins: ["intdef-annotation-processor"],
424}
425
Jiyong Park911cd4f2019-10-21 14:35:14 +0900426// This "framework" module is NOT installed to the device. It's
427// "framework-minus-apex" that gets installed to the device. Note that
428// the filename is still framework.jar (via the stem property) for
429// compatibility reason. The purpose of this module is to provide
430// framework APIs (both public and private) for bundled apps.
431// "framework-minus-apex" can't be used for the purpose because 1)
432// many apps have already hardcoded the name "framework" and
433// 2) it lacks API symbols from updatable modules - as it's clear from
434// its suffix "-minus-apex".
435java_library {
436 name: "framework",
437 defaults: ["framework-aidl-export-defaults"],
438 installable: false, // this lib is a build-only library
439 static_libs: [
Malcolm Chenfbc5c362020-03-16 15:28:35 -0700440 "app-compat-annotations",
Jiyong Park911cd4f2019-10-21 14:35:14 +0900441 "framework-minus-apex",
Anton Hanssone996d432020-03-07 11:40:10 +0000442 "framework-updatable-stubs-module_libs_api",
Jiyong Park911cd4f2019-10-21 14:35:14 +0900443 ],
Makoto Onuki62242c42019-08-05 12:54:20 -0700444 sdk_version: "core_platform",
Jiyong Park352f9e22019-12-09 14:45:07 +0900445 apex_available: ["//apex_available:platform"],
Makoto Onuki62242c42019-08-05 12:54:20 -0700446}
447
atrostb9c34502019-08-05 12:22:18 +0100448platform_compat_config {
Songchun Fand4574b52021-03-02 20:05:57 +0000449 name: "framework-platform-compat-config",
450 src: ":framework-minus-apex",
Mathew Inwoodbad89e52018-06-28 14:12:10 +0100451}
452
Remi NGUYEN VAN77dd54d2019-01-25 08:54:08 +0900453filegroup {
evitayane22e47f2019-12-30 16:05:38 -0800454 name: "framework-ike-shared-srcs",
Baligh Uddinb7ec5bb2020-05-27 19:22:36 +0000455 visibility: ["//packages/modules/IPsec"],
evitayane22e47f2019-12-30 16:05:38 -0800456 srcs: [
evitayane9cc4942020-03-03 17:14:47 -0800457 "core/java/com/android/internal/util/HexDump.java",
Yan Yane7a360f2021-06-10 18:45:39 -0700458 "core/java/com/android/internal/util/WakeupMessage.java",
Yan Yana3e954f2020-11-09 00:09:39 -0800459 "services/core/java/com/android/server/vcn/util/PersistableBundleUtils.java",
evitayan996aa2a2019-12-30 11:19:47 -0800460 "telephony/java/android/telephony/Annotation.java",
evitayane22e47f2019-12-30 16:05:38 -0800461 ],
462}
463
464filegroup {
Remi NGUYEN VANe88516f2019-01-20 09:35:10 +0900465 name: "framework-networkstack-shared-srcs",
466 srcs: [
467 // TODO: remove these annotations as soon as we can use andoid.support.annotations.*
Chalard Jean95213512019-01-30 21:04:58 +0900468 ":framework-annotations",
Alexander Dorokhinec0bf81a2021-05-12 11:34:51 -0700469 ":modules-utils-preconditions-srcs",
Dmitri Plotnikovf800b702020-05-15 13:49:20 -0700470 "core/java/android/util/IndentingPrintWriter.java",
Remi NGUYEN VANe88516f2019-01-20 09:35:10 +0900471 "core/java/android/util/LocalLog.java",
Remi NGUYEN VAN77dd54d2019-01-25 08:54:08 +0900472 "core/java/com/android/internal/util/HexDump.java",
Remi NGUYEN VAN3ba6c0d2019-01-20 13:48:19 +0900473 "core/java/com/android/internal/util/IndentingPrintWriter.java",
Remi NGUYEN VAN77dd54d2019-01-25 08:54:08 +0900474 "core/java/com/android/internal/util/MessageUtils.java",
Remi NGUYEN VAN3ba6c0d2019-01-20 13:48:19 +0900475 "core/java/com/android/internal/util/RingBufferIndices.java",
Remi NGUYEN VAN77dd54d2019-01-25 08:54:08 +0900476 "core/java/com/android/internal/util/WakeupMessage.java",
johnson.yeh095b7a02019-12-19 20:30:34 +0800477 "core/java/com/android/internal/util/TokenBucket.java",
Tobias Thiererbc050342019-05-23 16:20:12 +0100478 ],
Remi NGUYEN VAN77dd54d2019-01-25 08:54:08 +0900479}
480
Colin Crossd8e02252017-10-02 17:14:22 -0700481// Build ext.jar
482// ============================================================
483java_library {
484 name: "ext",
Colin Crossa12c0f52018-06-27 11:00:11 -0700485 installable: true,
Paul Duffin8fcace42019-06-12 13:47:18 +0100486 sdk_version: "core_platform",
Colin Crossd8e02252017-10-02 17:14:22 -0700487 static_libs: [
488 "libphonenumber-platform",
Colin Crossd8e02252017-10-02 17:14:22 -0700489 "tagsoup",
Ricky Wai0d1bc332017-10-31 14:31:01 +0000490 "rappor",
Colin Crossd8e02252017-10-02 17:14:22 -0700491 ],
492 dxflags: ["--core-library"],
493}
494
David Su511a8142020-01-09 14:02:21 -0800495// utility classes statically linked into framework-wifi and dynamically linked
496// into wifi-service
497java_library {
498 name: "framework-wifi-util-lib",
David Sufd626db2020-11-09 14:31:45 -0800499 sdk_version: "module_current",
500 min_sdk_version: "30",
David Su511a8142020-01-09 14:02:21 -0800501 srcs: [
David Su511a8142020-01-09 14:02:21 -0800502 "core/java/com/android/internal/util/AsyncChannel.java",
503 "core/java/com/android/internal/util/AsyncService.java",
504 "core/java/com/android/internal/util/Protocol.java",
David Su369c9202020-01-09 18:09:56 -0800505 "telephony/java/android/telephony/Annotation.java",
David Su298cd362020-01-17 19:02:49 +0000506 ":net-utils-framework-wifi-common-srcs",
David Su511a8142020-01-09 14:02:21 -0800507 ],
508 libs: [
509 "framework-annotations-lib",
Remi NGUYEN VANf3114972021-03-24 22:59:50 +0900510 "framework-connectivity.stubs.module_lib",
David Su511a8142020-01-09 14:02:21 -0800511 "unsupportedappusage",
David Su511a8142020-01-09 14:02:21 -0800512 ],
David Su57bca312020-04-21 19:49:32 -0700513 visibility: [
514 "//frameworks/base/wifi",
515 "//frameworks/base/services/net",
Baligh Uddin09fdba42020-12-23 22:42:10 +0000516 "//packages/modules/Wifi/framework",
David Su57bca312020-04-21 19:49:32 -0700517 ],
David Su511a8142020-01-09 14:02:21 -0800518}
519
Jiyong Park0d7e86d2019-12-20 14:35:43 +0900520// TODO(b/145644363): move this to under StubLibraries.bp or ApiDocs.bp
Anton Hanssonf67ce742022-02-18 19:26:20 +0000521metalava_framework_docs_args = "" +
Aurimas Liutikas1f76a5a2019-11-20 17:51:42 -0800522 "--api-lint-ignore-prefix android.icu. " +
523 "--api-lint-ignore-prefix java. " +
524 "--api-lint-ignore-prefix junit. " +
Anton Hanssonf67ce742022-02-18 19:26:20 +0000525 "--api-lint-ignore-prefix org. " +
526 "--error NoSettingsProvider " +
527 "--error UnhiddenSystemApi " +
528 "--force-convert-to-warning-nullability-annotations +*:-android.*:+android.icu.*:-dalvik.* " +
529 "--hide BroadcastBehavior " +
530 "--hide CallbackInterface " +
531 "--hide DeprecationMismatch " +
532 "--hide HiddenSuperclass " +
533 "--hide HiddenTypeParameter " +
534 "--hide MissingPermission " +
535 "--hide-package android.audio.policy.configuration.V7_0 " +
536 "--hide-package com.android.server " +
537 "--hide RequiresPermission " +
538 "--hide SdkConstant " +
539 "--hide Todo " +
540 "--hide Typo " +
541 "--hide UnavailableSymbol " +
542 "--manifest $(location core/res/AndroidManifest.xml) "
Jiyong Park0d7e86d2019-12-20 14:35:43 +0900543
Anton Hansson76ac4cc2021-05-05 19:22:52 +0100544packages_to_document = [
545 "android",
546 "dalvik",
547 "java",
548 "javax",
549 "junit",
550 "org.apache.http",
551 "org.json",
552 "org.w3c.dom",
553 "org.xml.sax",
554 "org.xmlpull",
555]
556
Anton Hansson77ff72f2021-03-30 10:11:22 +0100557filegroup {
Anton Hansson867f94c2021-05-05 10:32:31 +0100558 name: "android-non-updatable-stub-sources",
Anton Hansson77ff72f2021-03-30 10:11:22 +0100559 srcs: [
Anton Hanssona08dc692021-03-30 10:31:15 +0100560 ":framework-mime-sources", // mimemap builds separately but has no separate droidstubs.
Anton Hansson77ff72f2021-03-30 10:11:22 +0100561 ":framework-non-updatable-sources",
562 ":opt-telephony-srcs",
563 ":opt-net-voip-srcs",
564 "core/java/**/*.logtags",
565 "**/package.html",
566 ],
567 visibility: ["//visibility:private"],
568}
569
Anton Hansson9dce8322022-01-24 14:14:33 +0000570// Defaults for all stubs that include the non-updatable framework. These defaults do not include
571// module symbols, so will not compile correctly on their own. Users must add module APIs to the
572// classpath (or sources) somehow.
Anton Hansson867f94c2021-05-05 10:32:31 +0100573stubs_defaults {
574 name: "android-non-updatable-stubs-defaults",
575 srcs: [":android-non-updatable-stub-sources"],
576 sdk_version: "none",
577 system_modules: "none",
578 java_version: "1.8",
579 arg_files: ["core/res/AndroidManifest.xml"],
Anton Hansson867f94c2021-05-05 10:32:31 +0100580 aidl: {
581 local_include_dirs: [
Anton Hansson867f94c2021-05-05 10:32:31 +0100582 "media/aidl",
Anton Hansson867f94c2021-05-05 10:32:31 +0100583 "telephony/java",
584 ],
Baligh Uddinf33ffa12021-05-17 04:07:33 +0000585 include_dirs: [
586 "frameworks/av/aidl",
Jeff Sharkey75d4f932021-07-26 15:41:01 -0600587 "frameworks/native/libs/permission/aidl",
William Escandec01e5522022-02-25 12:32:42 +0100588 "packages/modules/Bluetooth/framework/aidl-export",
Junyu Lai5bf27122022-01-12 09:33:53 +0000589 "packages/modules/Connectivity/framework/aidl-export",
Roopa Sattiraju293ed882022-02-03 09:07:17 -0800590 "packages/modules/Media/apex/aidl/stable",
Leon Scroggins III73e06892022-01-31 15:47:34 -0500591 "hardware/interfaces/graphics/common/aidl",
Baligh Uddinf33ffa12021-05-17 04:07:33 +0000592 ],
Anton Hansson867f94c2021-05-05 10:32:31 +0100593 },
594 // These are libs from framework-internal-utils that are required (i.e. being referenced)
595 // from framework-non-updatable-sources. Add more here when there's a need.
596 // DO NOT add the entire framework-internal-utils. It might cause unnecessary circular
597 // dependencies gets bigger.
598 libs: [
599 "android.hardware.cas-V1.2-java",
600 "android.hardware.health-V1.0-java-constants",
601 "android.hardware.radio-V1.5-java",
602 "android.hardware.radio-V1.6-java",
603 "android.hardware.thermal-V1.0-java-constants",
604 "android.hardware.thermal-V2.0-java",
605 "android.hardware.tv.input-V1.0-java-constants",
Anton Hansson867f94c2021-05-05 10:32:31 +0100606 "android.hardware.usb-V1.0-java-constants",
607 "android.hardware.usb-V1.1-java-constants",
608 "android.hardware.usb.gadget-V1.0-java",
609 "android.hardware.vibrator-V1.3-java",
610 "framework-protos",
Anton Hansson9dce8322022-01-24 14:14:33 +0000611 ],
612 filter_packages: packages_to_document,
613 high_mem: true, // Lots of sources => high memory use, see b/170701554
614 installable: false,
615 annotations_enabled: true,
616 previous_api: ":android.api.public.latest",
617 merge_annotations_dirs: ["metalava-manual"],
618 defaults_visibility: ["//visibility:private"],
619 visibility: ["//frameworks/base/api"],
620}
621
622// Defaults with module APIs in the classpath (mostly from prebuilts).
623// Suitable for compiling android-non-updatable.
624stubs_defaults {
625 name: "module-classpath-stubs-defaults",
626 aidl: {
Anton Hansson9dce8322022-01-24 14:14:33 +0000627 include_dirs: [
William Escandec01e5522022-02-25 12:32:42 +0100628 "packages/modules/Bluetooth/framework/aidl-export",
Anton Hansson9dce8322022-01-24 14:14:33 +0000629 "packages/modules/Connectivity/framework/aidl-export",
Baligh Uddinb8b46fd2022-02-11 14:20:10 +0000630 "packages/modules/Media/apex/aidl/stable",
Anton Hansson9dce8322022-01-24 14:14:33 +0000631 ],
632 },
633 libs: [
Anton Hansson4e86dca2021-05-07 16:32:10 +0100634 "art.module.public.api",
markchiencd813a32021-11-11 00:42:55 +0800635 "sdk_module-lib_current_framework-tethering",
paulhue074dd2e2022-02-08 21:23:06 +0800636 "sdk_module-lib_current_framework-connectivity-t",
Roopa Sattiraju8e305772022-01-20 10:05:19 -0800637 "sdk_public_current_framework-bluetooth",
Anton Hansson867f94c2021-05-05 10:32:31 +0100638 // There are a few classes from modules used by the core that
639 // need to be resolved by metalava. We use a prebuilt stub of the
640 // full sdk to ensure we can resolve them. If a new class gets added,
641 // the prebuilts/sdk/current needs to be updated.
642 "sdk_system_current_android",
643 // NOTE: The below can be removed once the prebuilt stub contains IKE.
644 "sdk_system_current_android.net.ipsec.ike",
645 ],
Anton Hansson867f94c2021-05-05 10:32:31 +0100646 defaults_visibility: ["//visibility:private"],
Anton Hansson867f94c2021-05-05 10:32:31 +0100647}
648
Jiyong Park0d7e86d2019-12-20 14:35:43 +0900649build = [
650 "StubLibraries.bp",
651 "ApiDocs.bp",
Anton Hansson31fb58b2021-04-12 18:03:12 +0100652 "ProtoLibraries.bp",
Harry Zhangd61699e2021-06-01 16:48:25 -0700653 "TestProtoLibraries.bp",
Jiyong Park0d7e86d2019-12-20 14:35:43 +0900654]