blob: 4d1d1b58a0620bf398d1a1b4c77a43f032056113 [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",
Jiyong Park20426532019-08-19 15:24:49 +090068 ":framework-core-sources",
69 ":framework-drm-sources",
Alec Mourief37c242020-03-02 21:38:09 +000070 ":framework-graphics-nonupdatable-sources",
Jiyong Park48cc3722019-10-21 14:01:06 +090071 ":framework-jobscheduler-sources", // jobscheduler is not a module for R
Jiyong Park20426532019-08-19 15:24:49 +090072 ":framework-keystore-sources",
David Zeuthen045b6de2019-10-29 15:15:18 -040073 ":framework-identity-sources",
Jiyong Park20426532019-08-19 15:24:49 +090074 ":framework-location-sources",
Jiyong Park20426532019-08-19 15:24:49 +090075 ":framework-mca-effect-sources",
76 ":framework-mca-filterfw-sources",
77 ":framework-mca-filterpacks-sources",
Anton Hansson3b6477f2022-01-17 10:17:15 +000078 ":framework-media-non-updatable-sources",
Amit Mahajan6237a6b2019-10-07 17:41:26 -070079 ":framework-mms-sources",
Rajesh Nyamagoud4fe64fb2021-09-14 05:34:11 +000080 ":framework-omapi-sources",
Jiyong Park20426532019-08-19 15:24:49 +090081 ":framework-opengl-sources",
82 ":framework-rs-sources",
83 ":framework-sax-sources",
84 ":framework-telecomm-sources",
Amit Mahajand3551532019-09-23 17:59:57 -070085 ":framework-telephony-common-sources",
Malcolm Chenfbc5c362020-03-16 15:28:35 -070086 ":framework-telephony-sources",
Benedict Wong26497362020-08-10 17:54:33 -070087 ":framework-vcn-util-sources",
David Su130441b2019-12-14 21:37:20 -080088 ":framework-wifi-annotations",
David Su6f646ef2019-12-10 13:33:06 -080089 ":framework-wifi-non-updatable-sources",
Jiyong Park20426532019-08-19 15:24:49 +090090 ":PacProcessor-aidl-sources",
91 ":ProxyHandler-aidl-sources",
Aaron Huangc4081b22020-01-13 15:03:35 +080092 ":net-utils-framework-common-srcs",
Jiyong Parkb3609312019-08-16 21:17:14 +090093
atrost87488352019-10-10 19:27:31 +010094 // AIDL from frameworks/base/native/
95 ":platform-compat-native-aidl",
96
Jiyong Park20426532019-08-19 15:24:49 +090097 // AIDL sources from external directories
Yu-Han Yang97f3b91c2022-03-08 14:36:18 -080098 ":android.hardware.gnss-V2-java-source",
Leon Scroggins III73e06892022-01-31 15:47:34 -050099 ":android.hardware.graphics.common-V3-java-source",
Eran Messeri4be1392292022-02-15 11:12:59 +0000100 ":android.hardware.security.keymint-V2-java-source",
Janis Danisevskis23902672021-03-17 11:02:19 -0700101 ":android.hardware.security.secureclock-V1-java-source",
Hongguang956e6352021-07-20 17:45:28 -0700102 ":android.hardware.tv.tuner-V1-java-source",
Janis Danisevskis23902672021-03-17 11:02:19 -0700103 ":android.security.apc-java-source",
104 ":android.security.authorization-java-source",
Janis Danisevskis191b2062021-06-14 14:33:10 -0700105 ":android.security.legacykeystore-java-source",
Janis Danisevskis23902672021-03-17 11:02:19 -0700106 ":android.security.maintenance-java-source",
Tej Singh932f8702021-06-14 23:40:22 -0700107 ":android.security.metrics-java-source",
Janis Danisevskis23902672021-03-17 11:02:19 -0700108 ":android.system.keystore2-V1-java-source",
David Zeuthen045b6de2019-10-29 15:15:18 -0400109 ":credstore_aidl",
Jiyong Park20426532019-08-19 15:24:49 +0900110 ":dumpstate_aidl",
111 ":framework_native_aidl",
112 ":gatekeeper_aidl",
113 ":gsiservice_aidl",
chaviw9d438f92021-05-20 11:18:06 -0500114 ":guiconstants_aidl",
Ryan Mitchellfebbc332021-02-12 09:21:52 -0800115 ":idmap2_aidl",
Ryan Mitchell6a2ca782021-01-19 13:51:15 -0800116 ":idmap2_core_aidl",
Jiyong Park20426532019-08-19 15:24:49 +0900117 ":incidentcompanion_aidl",
Bernardo Rufino64bbd4b2020-08-19 14:45:30 +0100118 ":inputconstants_aidl",
Jiyong Park20426532019-08-19 15:24:49 +0900119 ":installd_aidl",
Jiyong Park20426532019-08-19 15:24:49 +0900120 ":libaudioclient_aidl",
121 ":libbinder_aidl",
Jiyong Park20426532019-08-19 15:24:49 +0900122 ":libcamera_client_aidl",
123 ":libcamera_client_framework_aidl",
124 ":libupdate_engine_aidl",
Wenhao Wang256519a2022-01-11 22:29:18 -0800125 ":logd_aidl",
Amy Zhangccdbc4d2020-06-08 21:29:59 -0700126 ":resourcemanager_aidl",
Jiyong Park20426532019-08-19 15:24:49 +0900127 ":storaged_aidl",
128 ":vold_aidl",
Kriti Dangaf977732021-02-25 18:07:34 +0100129 ":deviceproductinfoconstants_aidl",
Jiyong Park1cc95662019-08-07 22:45:07 +0900130
Jiyong Park20426532019-08-19 15:24:49 +0900131 // For the generated R.java and Manifest.java
132 ":framework-res{.aapt.srcjar}",
133
134 // etc.
135 ":framework-javastream-protos",
Muhammad Qureshi04ec2522020-01-27 16:36:45 -0800136 ":statslog-framework-java-gen", // FrameworkStatsLog.java
Hayden Gomes24b336f2020-11-05 16:28:21 -0800137 ":audio_policy_configuration_V7_0",
Jiyong Park20426532019-08-19 15:24:49 +0900138 ],
139}
Jiyong Park1cc95662019-08-07 22:45:07 +0900140
Neha Pattan2edfc482022-03-02 17:37:23 +0000141java_library {
Anton Hansson2d6c4272020-08-18 12:52:44 +0100142 name: "framework-all",
143 installable: false,
144 static_libs: [
Anton Hansson23274ee2022-01-28 11:31:50 +0000145 "all-framework-module-impl",
Anton Hansson2d6c4272020-08-18 12:52:44 +0100146 "framework-minus-apex",
Anton Hansson2d6c4272020-08-18 12:52:44 +0100147 ],
148 apex_available: ["//apex_available:platform"],
149 sdk_version: "core_platform",
150 visibility: [
151 // DO NOT ADD ANY MORE ENTRIES TO THIS LIST
152 "//external/robolectric-shadows:__subpackages__",
153 "//frameworks/layoutlib:__subpackages__",
154 ],
Anton Hanssone996d432020-03-07 11:40:10 +0000155}
156
Jiyong Park392729f2020-01-17 16:32:53 +0900157// AIDL files under these paths are mixture of public and private ones.
158// They shouldn't be exported across module boundaries.
Mathew Inwoodbad89e52018-06-28 14:12:10 +0100159java_defaults {
Makoto Onuki62242c42019-08-05 12:54:20 -0700160 name: "framework-aidl-export-defaults",
Makoto Onuki62242c42019-08-05 12:54:20 -0700161 aidl: {
Jiyong Parkb3609312019-08-16 21:17:14 +0900162 export_include_dirs: [
163 "core/java",
164 "drm/java",
165 "graphics/java",
David Zeuthen045b6de2019-10-29 15:15:18 -0400166 "identity/java",
Jiyong Parkb3609312019-08-16 21:17:14 +0900167 "keystore/java",
168 "location/java",
Jiyong Parkb3609312019-08-16 21:17:14 +0900169 "media/java",
Jiyong Parkb3609312019-08-16 21:17:14 +0900170 "media/mca/effect/java",
171 "media/mca/filterfw/java",
172 "media/mca/filterpacks/java",
Amit Mahajan6237a6b2019-10-07 17:41:26 -0700173 "mms/java",
Jiyong Parkb3609312019-08-16 21:17:14 +0900174 "opengl/java",
175 "rs/java",
176 "sax/java",
177 "telecomm/java",
Anton Hanssone996d432020-03-07 11:40:10 +0000178
Anton Hanssone996d432020-03-07 11:40:10 +0000179 // TODO(b/147699819): remove this
180 "telephony/java",
Jiyong Parkb3609312019-08-16 21:17:14 +0900181 ],
Makoto Onuki62242c42019-08-05 12:54:20 -0700182 },
183}
184
Jiyong Park20426532019-08-19 15:24:49 +0900185// Collection of classes that are generated from non-Java files that are not listed in
186// framework_srcs. These have no or very limited dependency to the framework.
187java_library {
188 name: "framework-internal-utils",
Colin Crosscf3a0b52017-11-16 00:15:28 -0800189 static_libs: [
Dario Frenid8bf22e2018-08-31 14:18:04 +0100190 "apex_aidl_interface-java",
Samiul Islame4561272021-08-26 11:41:37 +0100191 "packagemanager_aidl-java",
Colin Crosscf3a0b52017-11-16 00:15:28 -0800192 "framework-protos",
Peiyong Linb967a4c2020-07-27 22:16:13 -0700193 "updatable-driver-protos",
Kelvin Zhanga48c18e2021-04-12 17:23:51 -0400194 "ota_metadata_proto_java",
Colin Crosscf3a0b52017-11-16 00:15:28 -0800195 "android.hidl.base-V1.0-java",
196 "android.hardware.cas-V1.0-java",
Henry Fang43cab922019-12-27 16:50:20 -0800197 "android.hardware.cas-V1.1-java",
198 "android.hardware.cas-V1.2-java",
Colin Crosscf3a0b52017-11-16 00:15:28 -0800199 "android.hardware.contexthub-V1.0-java",
Anthony Stange521a9052020-02-07 18:45:47 -0500200 "android.hardware.contexthub-V1.1-java",
Arthur Ishiguro8368e942020-10-14 13:39:09 -0700201 "android.hardware.contexthub-V1.2-java",
Arthur Ishiguro7fe2ba52021-08-26 09:30:02 -0700202 "android.hardware.contexthub-V1-java",
Yu-Han Yang9fe06dd2019-11-18 16:23:31 -0800203 "android.hardware.gnss-V1.0-java",
Yu-Han Yangad03c472020-01-14 15:31:01 -0800204 "android.hardware.gnss-V2.1-java",
Colin Crosscf3a0b52017-11-16 00:15:28 -0800205 "android.hardware.health-V1.0-java-constants",
Steven Morelande0dde652019-01-24 12:03:26 -0800206 "android.hardware.radio-V1.0-java",
207 "android.hardware.radio-V1.1-java",
208 "android.hardware.radio-V1.2-java",
209 "android.hardware.radio-V1.3-java",
210 "android.hardware.radio-V1.4-java",
Sarah Chin21e9c632019-11-05 13:30:10 -0800211 "android.hardware.radio-V1.5-java",
Daniel Bright8b4502e2020-09-02 17:10:54 -0700212 "android.hardware.radio-V1.6-java",
Sarah Chin3101c0b2021-09-29 12:13:27 -0700213 "android.hardware.radio.data-V1-java",
214 "android.hardware.radio.messaging-V1-java",
215 "android.hardware.radio.modem-V1-java",
Hunsuk Choib7657962022-09-29 10:50:34 +0000216 "android.hardware.radio.network-V2-java",
Sarah Chin3101c0b2021-09-29 12:13:27 -0700217 "android.hardware.radio.sim-V1-java",
218 "android.hardware.radio.voice-V1-java",
Colin Crosscf3a0b52017-11-16 00:15:28 -0800219 "android.hardware.thermal-V1.0-java-constants",
Wei Wangfb21bd82019-01-10 14:16:23 -0800220 "android.hardware.thermal-V1.0-java",
Wei Wangbad7c202018-11-01 11:57:39 -0700221 "android.hardware.thermal-V1.1-java",
222 "android.hardware.thermal-V2.0-java",
Colin Crosscf3a0b52017-11-16 00:15:28 -0800223 "android.hardware.tv.input-V1.0-java-constants",
224 "android.hardware.usb-V1.0-java-constants",
225 "android.hardware.usb-V1.1-java-constants",
Badhri Jagan Sridharane966a382018-12-09 14:49:38 -0800226 "android.hardware.usb-V1.2-java-constants",
Steven Morelande0dde652019-01-24 12:03:26 -0800227 "android.hardware.usb.gadget-V1.0-java",
raychi88254a22020-09-30 19:04:08 +0800228 "android.hardware.usb.gadget-V1.1-java",
229 "android.hardware.usb.gadget-V1.2-java",
Michael Wrightf268bf52018-02-07 23:23:34 +0000230 "android.hardware.vibrator-V1.0-java",
231 "android.hardware.vibrator-V1.1-java",
232 "android.hardware.vibrator-V1.2-java",
Harpreet "Eli" Sanghaa456f082018-12-14 12:06:10 +0900233 "android.hardware.vibrator-V1.3-java",
Lais Andradeb847d632021-02-23 10:35:27 +0000234 "android.hardware.vibrator-V2-java",
Rajesh Nyamagoud4fe64fb2021-09-14 05:34:11 +0000235 "android.se.omapi-V1-java",
Michael Sund5237962020-11-06 03:28:14 +0000236 "android.system.suspend.control.internal-java",
arangelov1ab61492018-11-22 13:56:50 +0000237 "devicepolicyprotosnano",
Inseob Kim4fe9f0f2019-07-30 18:23:26 +0900238
239 "com.android.sysprop.apex",
Nikita Ioffe779d6be2020-02-06 23:17:17 +0000240 "com.android.sysprop.init",
Alexander Mishkovets77f6bc82020-07-14 19:14:10 +0200241 "com.android.sysprop.localization",
Inseob Kim4fe9f0f2019-07-30 18:23:26 +0900242 "PlatformProperties",
Colin Crosscf3a0b52017-11-16 00:15:28 -0800243 ],
Jiyong Park20426532019-08-19 15:24:49 +0900244 sdk_version: "core_platform",
245 installable: false,
246}
247
Anton Hansson524bf242021-05-25 12:48:58 +0100248// NOTE: This filegroup is exposed for vendor libraries to depend on and is referenced in
249// documentation. Do not remove without consulting the treble/hidl teams.
Anton Hanssondffc59c2021-05-25 11:43:36 +0000250filegroup {
251 name: "framework-jarjar-rules",
252 srcs: ["framework-jarjar-rules.txt"],
Anton Hansson524bf242021-05-25 12:48:58 +0100253 visibility: ["//visibility:public"],
Anton Hanssondffc59c2021-05-25 11:43:36 +0000254}
255
Ioana Stefan2f5c5452020-10-15 15:00:24 +0200256java_defaults {
257 name: "framework-minus-apex-defaults",
Lorena Torres-Huerta6088f4b2022-08-12 23:08:13 +0000258 defaults: [
259 "framework-aidl-export-defaults",
260 "latest_android_hardware_soundtrigger3_java_static",
261 ],
Anton Hansson5954c6d2020-08-19 14:37:54 +0100262 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",
Thiébaud Weksteen7e1864a2022-02-28 15:26:27 +1100274 ":framework-core-sources",
275 ":framework-drm-sources",
276 ":framework-graphics-nonupdatable-sources",
277 ":framework-jobscheduler-sources",
278 ":framework-keystore-sources",
279 ":framework-identity-sources",
280 ":framework-location-sources",
Thiébaud Weksteen7e1864a2022-02-28 15:26:27 +1100281 ":framework-mca-effect-sources",
282 ":framework-mca-filterfw-sources",
283 ":framework-mca-filterpacks-sources",
284 ":framework-media-non-updatable-sources",
285 ":framework-mms-sources",
286 ":framework-omapi-sources",
287 ":framework-opengl-sources",
288 ":framework-rs-sources",
289 ":framework-sax-sources",
290 ":framework-telecomm-sources",
291 ":framework-telephony-common-sources",
292 ":framework-telephony-sources",
293 ":framework-vcn-util-sources",
294 ":framework-wifi-annotations",
295 ":framework-wifi-non-updatable-sources",
296 ":PacProcessor-aidl-sources",
297 ":ProxyHandler-aidl-sources",
298 ":net-utils-framework-common-srcs",
299 ":platform-compat-native-aidl",
300 ":credstore_aidl",
301 ":dumpstate_aidl",
302 ":framework_native_aidl",
303 ":gatekeeper_aidl",
304 ":gsiservice_aidl",
305 ":idmap2_aidl",
306 ":idmap2_core_aidl",
307 ":incidentcompanion_aidl",
308 ":inputconstants_aidl",
309 ":installd_aidl",
310 ":libaudioclient_aidl",
311 ":libbinder_aidl",
312 ":libbluetooth-binder-aidl",
313 ":libcamera_client_aidl",
314 ":libcamera_client_framework_aidl",
315 ":libupdate_engine_aidl",
316 ":logd_aidl",
317 ":resourcemanager_aidl",
318 ":storaged_aidl",
319 ":vold_aidl",
320 ":deviceproductinfoconstants_aidl",
321 ],
Remi NGUYEN VAN7b6b0062021-03-19 10:15:06 +0000322 local_include_dirs: [
323 "media/aidl",
Remi NGUYEN VAN7b6b0062021-03-19 10:15:06 +0000324 ],
Baligh Uddinf33ffa12021-05-17 04:07:33 +0000325 include_dirs: [
326 "frameworks/av/aidl",
Jeff Sharkey75d4f932021-07-26 15:41:01 -0600327 "frameworks/native/libs/permission/aidl",
William Escandec01e5522022-02-25 12:32:42 +0100328 "packages/modules/Bluetooth/framework/aidl-export",
Baligh Uddinf33ffa12021-05-17 04:07:33 +0000329 "packages/modules/Connectivity/framework/aidl-export",
Baligh Uddinb8b46fd2022-02-11 14:20:10 +0000330 "packages/modules/Media/apex/aidl/stable",
Leon Scroggins III73e06892022-01-31 15:47:34 -0500331 "hardware/interfaces/graphics/common/aidl",
Baligh Uddinf33ffa12021-05-17 04:07:33 +0000332 ],
Anton Hansson5954c6d2020-08-19 14:37:54 +0100333 },
334 dxflags: [
335 "--core-library",
336 "--multi-dex",
337 ],
Anton Hanssondffc59c2021-05-25 11:43:36 +0000338 jarjar_rules: ":framework-jarjar-rules",
Jiyong Park911cd4f2019-10-21 14:35:14 +0900339 javac_shard_size: 150,
Anton Hansson5954c6d2020-08-19 14:37:54 +0100340 plugins: [
341 "view-inspector-annotation-processor",
342 "staledataclass-annotation-processor",
343 "error_prone_android_framework",
344 ],
Sorin Basca73cb9bd2022-09-27 18:02:06 +0100345 // Exports needed for staledataclass-annotation-processor, see b/139342589.
346 javacflags: [
347 "-J--add-modules=jdk.compiler",
348 "-J--add-exports=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED",
349 "-J--add-exports=jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED",
350 "-J--add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED",
351 "-J--add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED",
352 ],
atrostaec9bc12019-08-16 18:14:09 +0100353 required: [
Marin Shalamanov11047252021-11-22 17:35:30 +0100354 // TODO(b/120066492): remove default_television.xml when the build system
355 // propagates "required" properly.
356 "default_television.xml",
atrostaec9bc12019-08-16 18:14:09 +0100357 "framework-platform-compat-config",
Marin Shalamanov11047252021-11-22 17:35:30 +0100358 // TODO(b/120066492): remove gps_debug and protolog.conf.json when the build
359 // system propagates "required" properly.
Anton Hansson5954c6d2020-08-19 14:37:54 +0100360 "gps_debug.conf",
Victor Changa4fae272020-10-30 12:14:34 +0000361 "icu4j-platform-compat-config",
Anton Hansson5954c6d2020-08-19 14:37:54 +0100362 "protolog.conf.json.gz",
atrost86895aa2019-08-19 16:51:15 +0100363 "services-platform-compat-config",
Rambo Wang05e55c92021-06-25 11:41:43 -0700364 "TeleService-platform-compat-config",
Ivan Chiang3cb1cbd2020-02-18 10:50:10 +0800365 "documents-ui-compat-config",
Varun Shahf952e66c12020-06-25 11:30:13 -0700366 "calendar-provider-compat-config",
Marcus Hagerott6c681052021-11-12 17:48:47 -0800367 "contacts-provider-platform-compat-config",
atrostaec9bc12019-08-16 18:14:09 +0100368 ],
Anton Hansson5954c6d2020-08-19 14:37:54 +0100369 libs: [
Jooyung Han41528cd2022-06-24 14:56:23 +0900370 "androidx.annotation_annotation",
Anton Hansson5954c6d2020-08-19 14:37:54 +0100371 "app-compat-annotations",
372 "ext",
373 "framework-updatable-stubs-module_libs_api",
374 "unsupportedappusage",
375 ],
376 sdk_version: "core_platform",
Tobias Thiererc0c06082019-11-22 16:33:18 +0000377 static_libs: [
Hongguang956e6352021-07-20 17:45:28 -0700378 "android.hardware.common.fmq-V1-java",
Daulet Zhanguzin59444d52021-01-25 19:43:53 +0000379 "bouncycastle-repackaged-unbundled",
Anton Hansson5954c6d2020-08-19 14:37:54 +0100380 "framework-internal-utils",
Tobias Thierer82968532019-11-29 19:39:45 +0000381 // If MimeMap ever becomes its own APEX, then this dependency would need to be removed
382 // in favor of an API stubs dependency in java_library "framework" below.
Tobias Thiererc0c06082019-11-22 16:33:18 +0000383 "mimemap",
Ytai Ben-Tsvic3cd3cd2020-10-30 12:34:51 -0700384 "av-types-aidl-java",
Amy Zhang39a3fa42020-12-21 16:56:03 -0800385 "tv_tuner_resource_manager_aidl_interface-java",
Ytai Ben-Tsvida7c21e2020-09-16 13:04:31 -0700386 "soundtrigger_middleware-aidl-java",
Hai Zhangf0960b32022-10-21 03:10:19 -0700387 "modules-utils-binary-xml",
Pedro Loureiro99d045222022-03-17 12:41:31 +0000388 "modules-utils-build",
Alexander Dorokhinec0bf81a2021-05-12 11:34:51 -0700389 "modules-utils-preconditions",
William Escandeee59c1e2021-11-16 16:01:35 +0100390 "modules-utils-statemachine",
William Escande33a14632021-12-16 16:07:55 +0100391 "modules-utils-synchronous-result-receiver",
Chiachang Wang6a555272020-11-02 16:51:24 +0800392 "modules-utils-os",
Corina61165032022-02-10 18:35:43 +0000393 "modules-utils-uieventlogger-interface",
Svet Ganov4bf102a2021-04-22 20:09:49 +0000394 "framework-permission-aidl-java",
Eric Laurent8500f6c2021-07-24 08:47:17 +0200395 "spatializer-aidl-java",
396 "audiopolicy-types-aidl-java",
Tobias Thiererc0c06082019-11-22 16:33:18 +0000397 ],
Ioana Stefan2f5c5452020-10-15 15:00:24 +0200398}
399
400java_library {
401 name: "framework-minus-apex",
402 defaults: ["framework-minus-apex-defaults"],
403 installable: true,
Jiyong Park911cd4f2019-10-21 14:35:14 +0900404 // For backwards compatibility.
405 stem: "framework",
Jiyong Park352f9e22019-12-09 14:45:07 +0900406 apex_available: ["//apex_available:platform"],
Jiyong Park212d2e82020-01-03 21:07:38 +0900407 visibility: [
408 "//frameworks/base",
Jiyong Park634819c2020-02-04 21:20:02 +0900409 // TODO(b/147128803) remove the below lines
Jiyong Park212d2e82020-01-03 21:07:38 +0900410 "//frameworks/base/apex/blobstore/framework",
411 "//frameworks/base/apex/jobscheduler/framework",
markchien2c153702020-02-06 19:23:26 +0800412 "//frameworks/base/packages/Tethering/tests/unit",
Baligh Uddinff8ff122020-10-29 02:11:55 +0000413 "//packages/modules/Connectivity/Tethering/tests/unit",
Jiyong Park212d2e82020-01-03 21:07:38 +0900414 ],
Bernardo Rufino2b7e5912021-11-29 10:22:15 +0000415 lint: {
416 extra_check_modules: ["AndroidFrameworkLintChecker"],
Rhed Jao25a44805e2022-03-25 10:55:00 +0800417 disabled_checks: ["ApiMightLeakAppVisibility"],
Azhara Assanova020ccc42021-07-01 17:00:06 +0000418 error_checks: [
419 "ClearIdentityCallNotFollowedByTryFinally",
420 "NestedClearCallingIdentityCalls",
421 "NonFinalTokenOfOriginalCallingIdentity",
422 "RestoreIdentityCallNotInFinallyBlock",
423 "ResultOfClearIdentityCallNotStoredInVariable",
424 "UnusedTokenOfOriginalCallingIdentity",
425 "UseOfCallerAwareMethodsWithClearedIdentity",
426 ],
Bernardo Rufino2b7e5912021-11-29 10:22:15 +0000427 },
Jeff Sharkey6c8ffbc2020-10-02 11:52:05 -0600428 errorprone: {
429 javacflags: [
430 "-Xep:AndroidFrameworkCompatChange:ERROR",
Jeff Sharkey9af4aea2020-10-02 12:00:59 -0600431 "-Xep:AndroidFrameworkUid:ERROR",
Jeff Sharkey6c8ffbc2020-10-02 11:52:05 -0600432 ],
433 },
Jiyong Park911cd4f2019-10-21 14:35:14 +0900434}
435
Ioana Stefan2f5c5452020-10-15 15:00:24 +0200436java_library {
437 name: "framework-minus-apex-intdefs",
438 defaults: ["framework-minus-apex-defaults"],
439 plugins: ["intdef-annotation-processor"],
Cole Faust584140c2022-08-15 15:03:05 -0700440
441 // Errorprone and android lint will already run on framework-minus-apex, don't rerun them on
442 // the intdefs version in order to speed up the build.
443 errorprone: {
444 enabled: false,
445 },
446 lint: {
447 enabled: false,
448 },
Ioana Stefan2f5c5452020-10-15 15:00:24 +0200449}
450
Jiyong Park911cd4f2019-10-21 14:35:14 +0900451// This "framework" module is NOT installed to the device. It's
452// "framework-minus-apex" that gets installed to the device. Note that
453// the filename is still framework.jar (via the stem property) for
454// compatibility reason. The purpose of this module is to provide
455// framework APIs (both public and private) for bundled apps.
456// "framework-minus-apex" can't be used for the purpose because 1)
457// many apps have already hardcoded the name "framework" and
458// 2) it lacks API symbols from updatable modules - as it's clear from
459// its suffix "-minus-apex".
460java_library {
461 name: "framework",
462 defaults: ["framework-aidl-export-defaults"],
463 installable: false, // this lib is a build-only library
464 static_libs: [
Malcolm Chenfbc5c362020-03-16 15:28:35 -0700465 "app-compat-annotations",
Jiyong Park911cd4f2019-10-21 14:35:14 +0900466 "framework-minus-apex",
Anton Hanssone996d432020-03-07 11:40:10 +0000467 "framework-updatable-stubs-module_libs_api",
Jiyong Park911cd4f2019-10-21 14:35:14 +0900468 ],
Makoto Onuki62242c42019-08-05 12:54:20 -0700469 sdk_version: "core_platform",
Jiyong Park352f9e22019-12-09 14:45:07 +0900470 apex_available: ["//apex_available:platform"],
Makoto Onuki62242c42019-08-05 12:54:20 -0700471}
472
atrostb9c34502019-08-05 12:22:18 +0100473platform_compat_config {
Songchun Fand4574b52021-03-02 20:05:57 +0000474 name: "framework-platform-compat-config",
475 src: ":framework-minus-apex",
Mathew Inwoodbad89e52018-06-28 14:12:10 +0100476}
477
Remi NGUYEN VAN77dd54d2019-01-25 08:54:08 +0900478filegroup {
evitayane22e47f2019-12-30 16:05:38 -0800479 name: "framework-ike-shared-srcs",
Baligh Uddinb7ec5bb2020-05-27 19:22:36 +0000480 visibility: ["//packages/modules/IPsec"],
evitayane22e47f2019-12-30 16:05:38 -0800481 srcs: [
evitayane9cc4942020-03-03 17:14:47 -0800482 "core/java/com/android/internal/util/HexDump.java",
Yan Yane7a360f2021-06-10 18:45:39 -0700483 "core/java/com/android/internal/util/WakeupMessage.java",
Yan Yana3e954f2020-11-09 00:09:39 -0800484 "services/core/java/com/android/server/vcn/util/PersistableBundleUtils.java",
evitayan996aa2a2019-12-30 11:19:47 -0800485 "telephony/java/android/telephony/Annotation.java",
evitayane22e47f2019-12-30 16:05:38 -0800486 ],
487}
488
489filegroup {
Remi NGUYEN VANe88516f2019-01-20 09:35:10 +0900490 name: "framework-networkstack-shared-srcs",
491 srcs: [
492 // TODO: remove these annotations as soon as we can use andoid.support.annotations.*
Chalard Jean95213512019-01-30 21:04:58 +0900493 ":framework-annotations",
Alexander Dorokhinec0bf81a2021-05-12 11:34:51 -0700494 ":modules-utils-preconditions-srcs",
Dmitri Plotnikovf800b702020-05-15 13:49:20 -0700495 "core/java/android/util/IndentingPrintWriter.java",
Remi NGUYEN VANe88516f2019-01-20 09:35:10 +0900496 "core/java/android/util/LocalLog.java",
Remi NGUYEN VAN77dd54d2019-01-25 08:54:08 +0900497 "core/java/com/android/internal/util/HexDump.java",
Remi NGUYEN VAN3ba6c0d2019-01-20 13:48:19 +0900498 "core/java/com/android/internal/util/IndentingPrintWriter.java",
Remi NGUYEN VAN77dd54d2019-01-25 08:54:08 +0900499 "core/java/com/android/internal/util/MessageUtils.java",
Remi NGUYEN VAN3ba6c0d2019-01-20 13:48:19 +0900500 "core/java/com/android/internal/util/RingBufferIndices.java",
Remi NGUYEN VAN77dd54d2019-01-25 08:54:08 +0900501 "core/java/com/android/internal/util/WakeupMessage.java",
johnson.yeh095b7a02019-12-19 20:30:34 +0800502 "core/java/com/android/internal/util/TokenBucket.java",
Tobias Thiererbc050342019-05-23 16:20:12 +0100503 ],
Remi NGUYEN VAN77dd54d2019-01-25 08:54:08 +0900504}
505
Colin Crossd8e02252017-10-02 17:14:22 -0700506// Build ext.jar
507// ============================================================
508java_library {
509 name: "ext",
Colin Crossa12c0f52018-06-27 11:00:11 -0700510 installable: true,
Paul Duffin8fcace42019-06-12 13:47:18 +0100511 sdk_version: "core_platform",
Colin Crossd8e02252017-10-02 17:14:22 -0700512 static_libs: [
513 "libphonenumber-platform",
Colin Crossd8e02252017-10-02 17:14:22 -0700514 "tagsoup",
Ricky Wai0d1bc332017-10-31 14:31:01 +0000515 "rappor",
Colin Crossd8e02252017-10-02 17:14:22 -0700516 ],
517 dxflags: ["--core-library"],
518}
519
David Su511a8142020-01-09 14:02:21 -0800520// utility classes statically linked into framework-wifi and dynamically linked
521// into wifi-service
522java_library {
523 name: "framework-wifi-util-lib",
David Sufd626db2020-11-09 14:31:45 -0800524 sdk_version: "module_current",
525 min_sdk_version: "30",
David Su511a8142020-01-09 14:02:21 -0800526 srcs: [
David Su511a8142020-01-09 14:02:21 -0800527 "core/java/com/android/internal/util/AsyncChannel.java",
528 "core/java/com/android/internal/util/AsyncService.java",
529 "core/java/com/android/internal/util/Protocol.java",
David Su369c9202020-01-09 18:09:56 -0800530 "telephony/java/android/telephony/Annotation.java",
David Su298cd362020-01-17 19:02:49 +0000531 ":net-utils-framework-wifi-common-srcs",
David Su511a8142020-01-09 14:02:21 -0800532 ],
533 libs: [
534 "framework-annotations-lib",
Remi NGUYEN VANf3114972021-03-24 22:59:50 +0900535 "framework-connectivity.stubs.module_lib",
David Su511a8142020-01-09 14:02:21 -0800536 "unsupportedappusage",
David Su511a8142020-01-09 14:02:21 -0800537 ],
David Su57bca312020-04-21 19:49:32 -0700538 visibility: [
539 "//frameworks/base/wifi",
540 "//frameworks/base/services/net",
Baligh Uddin09fdba42020-12-23 22:42:10 +0000541 "//packages/modules/Wifi/framework",
David Su57bca312020-04-21 19:49:32 -0700542 ],
David Su511a8142020-01-09 14:02:21 -0800543}
544
Jiyong Park0d7e86d2019-12-20 14:35:43 +0900545// TODO(b/145644363): move this to under StubLibraries.bp or ApiDocs.bp
Anton Hanssonf67ce742022-02-18 19:26:20 +0000546metalava_framework_docs_args = "" +
Aurimas Liutikas1f76a5a2019-11-20 17:51:42 -0800547 "--api-lint-ignore-prefix android.icu. " +
548 "--api-lint-ignore-prefix java. " +
549 "--api-lint-ignore-prefix junit. " +
Anton Hanssonf67ce742022-02-18 19:26:20 +0000550 "--api-lint-ignore-prefix org. " +
551 "--error NoSettingsProvider " +
552 "--error UnhiddenSystemApi " +
553 "--force-convert-to-warning-nullability-annotations +*:-android.*:+android.icu.*:-dalvik.* " +
554 "--hide BroadcastBehavior " +
555 "--hide CallbackInterface " +
556 "--hide DeprecationMismatch " +
557 "--hide HiddenSuperclass " +
558 "--hide HiddenTypeParameter " +
559 "--hide MissingPermission " +
560 "--hide-package android.audio.policy.configuration.V7_0 " +
561 "--hide-package com.android.server " +
562 "--hide RequiresPermission " +
563 "--hide SdkConstant " +
564 "--hide Todo " +
565 "--hide Typo " +
566 "--hide UnavailableSymbol " +
567 "--manifest $(location core/res/AndroidManifest.xml) "
Jiyong Park0d7e86d2019-12-20 14:35:43 +0900568
Anton Hansson76ac4cc2021-05-05 19:22:52 +0100569packages_to_document = [
570 "android",
571 "dalvik",
572 "java",
573 "javax",
574 "junit",
575 "org.apache.http",
576 "org.json",
577 "org.w3c.dom",
578 "org.xml.sax",
579 "org.xmlpull",
580]
581
Anton Hansson77ff72f2021-03-30 10:11:22 +0100582filegroup {
Anton Hansson867f94c2021-05-05 10:32:31 +0100583 name: "android-non-updatable-stub-sources",
Anton Hansson77ff72f2021-03-30 10:11:22 +0100584 srcs: [
Anton Hanssona08dc692021-03-30 10:31:15 +0100585 ":framework-mime-sources", // mimemap builds separately but has no separate droidstubs.
Anton Hansson77ff72f2021-03-30 10:11:22 +0100586 ":framework-non-updatable-sources",
587 ":opt-telephony-srcs",
588 ":opt-net-voip-srcs",
589 "core/java/**/*.logtags",
590 "**/package.html",
591 ],
592 visibility: ["//visibility:private"],
593}
594
Anton Hansson9dce8322022-01-24 14:14:33 +0000595// Defaults for all stubs that include the non-updatable framework. These defaults do not include
596// module symbols, so will not compile correctly on their own. Users must add module APIs to the
597// classpath (or sources) somehow.
Anton Hansson867f94c2021-05-05 10:32:31 +0100598stubs_defaults {
599 name: "android-non-updatable-stubs-defaults",
600 srcs: [":android-non-updatable-stub-sources"],
601 sdk_version: "none",
602 system_modules: "none",
603 java_version: "1.8",
604 arg_files: ["core/res/AndroidManifest.xml"],
Anton Hansson867f94c2021-05-05 10:32:31 +0100605 aidl: {
606 local_include_dirs: [
Anton Hansson867f94c2021-05-05 10:32:31 +0100607 "media/aidl",
Anton Hansson867f94c2021-05-05 10:32:31 +0100608 "telephony/java",
609 ],
Baligh Uddinf33ffa12021-05-17 04:07:33 +0000610 include_dirs: [
611 "frameworks/av/aidl",
Jeff Sharkey75d4f932021-07-26 15:41:01 -0600612 "frameworks/native/libs/permission/aidl",
William Escandec01e5522022-02-25 12:32:42 +0100613 "packages/modules/Bluetooth/framework/aidl-export",
Junyu Lai5bf27122022-01-12 09:33:53 +0000614 "packages/modules/Connectivity/framework/aidl-export",
Roopa Sattiraju293ed882022-02-03 09:07:17 -0800615 "packages/modules/Media/apex/aidl/stable",
Leon Scroggins III73e06892022-01-31 15:47:34 -0500616 "hardware/interfaces/graphics/common/aidl",
Baligh Uddinf33ffa12021-05-17 04:07:33 +0000617 ],
Anton Hansson867f94c2021-05-05 10:32:31 +0100618 },
619 // These are libs from framework-internal-utils that are required (i.e. being referenced)
620 // from framework-non-updatable-sources. Add more here when there's a need.
621 // DO NOT add the entire framework-internal-utils. It might cause unnecessary circular
622 // dependencies gets bigger.
623 libs: [
624 "android.hardware.cas-V1.2-java",
625 "android.hardware.health-V1.0-java-constants",
626 "android.hardware.radio-V1.5-java",
627 "android.hardware.radio-V1.6-java",
628 "android.hardware.thermal-V1.0-java-constants",
629 "android.hardware.thermal-V2.0-java",
630 "android.hardware.tv.input-V1.0-java-constants",
Anton Hansson867f94c2021-05-05 10:32:31 +0100631 "android.hardware.usb-V1.0-java-constants",
632 "android.hardware.usb-V1.1-java-constants",
633 "android.hardware.usb.gadget-V1.0-java",
634 "android.hardware.vibrator-V1.3-java",
635 "framework-protos",
Anton Hansson9dce8322022-01-24 14:14:33 +0000636 ],
637 filter_packages: packages_to_document,
638 high_mem: true, // Lots of sources => high memory use, see b/170701554
639 installable: false,
640 annotations_enabled: true,
641 previous_api: ":android.api.public.latest",
642 merge_annotations_dirs: ["metalava-manual"],
643 defaults_visibility: ["//visibility:private"],
644 visibility: ["//frameworks/base/api"],
645}
646
647// Defaults with module APIs in the classpath (mostly from prebuilts).
648// Suitable for compiling android-non-updatable.
649stubs_defaults {
650 name: "module-classpath-stubs-defaults",
651 aidl: {
Anton Hansson9dce8322022-01-24 14:14:33 +0000652 include_dirs: [
William Escandec01e5522022-02-25 12:32:42 +0100653 "packages/modules/Bluetooth/framework/aidl-export",
Anton Hansson9dce8322022-01-24 14:14:33 +0000654 "packages/modules/Connectivity/framework/aidl-export",
Baligh Uddinb8b46fd2022-02-11 14:20:10 +0000655 "packages/modules/Media/apex/aidl/stable",
Anton Hansson9dce8322022-01-24 14:14:33 +0000656 ],
657 },
658 libs: [
Anton Hansson4e86dca2021-05-07 16:32:10 +0100659 "art.module.public.api",
markchiencd813a32021-11-11 00:42:55 +0800660 "sdk_module-lib_current_framework-tethering",
paulhue074dd2e2022-02-08 21:23:06 +0800661 "sdk_module-lib_current_framework-connectivity-t",
Roopa Sattiraju8e305772022-01-20 10:05:19 -0800662 "sdk_public_current_framework-bluetooth",
Anton Hansson867f94c2021-05-05 10:32:31 +0100663 // There are a few classes from modules used by the core that
664 // need to be resolved by metalava. We use a prebuilt stub of the
665 // full sdk to ensure we can resolve them. If a new class gets added,
666 // the prebuilts/sdk/current needs to be updated.
667 "sdk_system_current_android",
668 // NOTE: The below can be removed once the prebuilt stub contains IKE.
669 "sdk_system_current_android.net.ipsec.ike",
670 ],
Anton Hansson867f94c2021-05-05 10:32:31 +0100671 defaults_visibility: ["//visibility:private"],
Anton Hansson867f94c2021-05-05 10:32:31 +0100672}
673
Jiyong Park0d7e86d2019-12-20 14:35:43 +0900674build = [
675 "StubLibraries.bp",
676 "ApiDocs.bp",
Anton Hansson31fb58b2021-04-12 18:03:12 +0100677 "ProtoLibraries.bp",
Harry Zhangd61699e2021-06-01 16:48:25 -0700678 "TestProtoLibraries.bp",
Jiyong Park0d7e86d2019-12-20 14:35:43 +0900679]