blob: ee5db70b3ce139c3ad182991f0ea81f125013e9c [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
Neha Pattan403eb572021-12-14 02:58:57 +000028// TODO(b/21090328): Remove filter after we are ready to.
29soong_config_module_type {
30 name: "java_library_with_nonpublic_deps",
31 module_type: "java_library",
32 config_namespace: "ANDROID",
33 bool_variables: ["include_nonpublic_framework_api"],
34 properties: [
35 "static_libs",
36 "libs",
37 ],
38}
39
Bob Badour8a6a2bc2021-02-12 17:07:05 -080040package {
41 default_applicable_licenses: ["frameworks_base_license"],
42}
43
44// Added automatically by a large-scale-change that took the approach of
45// 'apply every license found to every target'. While this makes sure we respect
46// every license restriction, it may not be entirely correct.
47//
48// e.g. GPL in an MIT project might only apply to the contrib/ directory.
49//
50// Please consider splitting the single license below into multiple licenses,
51// taking care not to lose any license_kind information, and overriding the
52// default license using the 'licenses: [...]' property on targets as needed.
53//
54// For unused files, consider creating a 'fileGroup' with "//visibility:private"
55// to attach the license to, and including a comment whether the files may be
56// used in the current project.
57// See: http://go/android-license-faq
58license {
59 name: "frameworks_base_license",
60 visibility: [":__subpackages__"],
61 license_kinds: [
62 "SPDX-license-identifier-Apache-2.0",
63 "SPDX-license-identifier-BSD",
64 "SPDX-license-identifier-CC-BY",
Bob Badour8a6a2bc2021-02-12 17:07:05 -080065 "SPDX-license-identifier-MIT",
66 "SPDX-license-identifier-Unicode-DFS",
Bob Badour8a6a2bc2021-02-12 17:07:05 -080067 "legacy_unencumbered",
68 ],
69 license_text: [
70 "NOTICE",
71 ],
72}
73
Artur Satayev3cc3fa42019-08-02 16:42:07 +010074filegroup {
Jiyong Parkae9972b2019-09-15 20:19:02 +090075 name: "framework-non-updatable-sources",
Jiyong Park20426532019-08-19 15:24:49 +090076 srcs: [
77 // Java/AIDL sources under frameworks/base
Chris Wailes68f38b22021-03-31 16:10:29 -070078 ":framework-annotations",
Sudheer Shankaf5b36962019-10-04 16:16:13 -070079 ":framework-blobstore-sources",
Junyu Laid82296c2021-12-07 08:25:31 +000080 ":framework-connectivity-tiramisu-sources",
Jiyong Park20426532019-08-19 15:24:49 +090081 ":framework-core-sources",
82 ":framework-drm-sources",
Alec Mourief37c242020-03-02 21:38:09 +000083 ":framework-graphics-nonupdatable-sources",
Jiyong Park48cc3722019-10-21 14:01:06 +090084 ":framework-jobscheduler-sources", // jobscheduler is not a module for R
Jiyong Park20426532019-08-19 15:24:49 +090085 ":framework-keystore-sources",
David Zeuthen045b6de2019-10-29 15:15:18 -040086 ":framework-identity-sources",
Jiyong Park20426532019-08-19 15:24:49 +090087 ":framework-location-sources",
88 ":framework-lowpan-sources",
Jiyong Park20426532019-08-19 15:24:49 +090089 ":framework-mca-effect-sources",
90 ":framework-mca-filterfw-sources",
91 ":framework-mca-filterpacks-sources",
Anton Hansson3b6477f2022-01-17 10:17:15 +000092 ":framework-media-non-updatable-sources",
Amit Mahajan6237a6b2019-10-07 17:41:26 -070093 ":framework-mms-sources",
Rajesh Nyamagoud4fe64fb2021-09-14 05:34:11 +000094 ":framework-omapi-sources",
Jiyong Park20426532019-08-19 15:24:49 +090095 ":framework-opengl-sources",
96 ":framework-rs-sources",
97 ":framework-sax-sources",
98 ":framework-telecomm-sources",
Amit Mahajand3551532019-09-23 17:59:57 -070099 ":framework-telephony-common-sources",
Malcolm Chenfbc5c362020-03-16 15:28:35 -0700100 ":framework-telephony-sources",
Benedict Wong26497362020-08-10 17:54:33 -0700101 ":framework-vcn-util-sources",
David Su130441b2019-12-14 21:37:20 -0800102 ":framework-wifi-annotations",
David Su6f646ef2019-12-10 13:33:06 -0800103 ":framework-wifi-non-updatable-sources",
Jiyong Park20426532019-08-19 15:24:49 +0900104 ":PacProcessor-aidl-sources",
105 ":ProxyHandler-aidl-sources",
Aaron Huangc4081b22020-01-13 15:03:35 +0800106 ":net-utils-framework-common-srcs",
Jiyong Parkb3609312019-08-16 21:17:14 +0900107
atrost87488352019-10-10 19:27:31 +0100108 // AIDL from frameworks/base/native/
109 ":platform-compat-native-aidl",
110
Jiyong Park20426532019-08-19 15:24:49 +0900111 // AIDL sources from external directories
Leon Scroggins III73e06892022-01-31 15:47:34 -0500112 ":android.hardware.graphics.common-V3-java-source",
Janis Danisevskis23902672021-03-17 11:02:19 -0700113 ":android.hardware.security.keymint-V1-java-source",
114 ":android.hardware.security.secureclock-V1-java-source",
Hongguang956e6352021-07-20 17:45:28 -0700115 ":android.hardware.tv.tuner-V1-java-source",
Janis Danisevskis23902672021-03-17 11:02:19 -0700116 ":android.security.apc-java-source",
117 ":android.security.authorization-java-source",
Janis Danisevskis191b2062021-06-14 14:33:10 -0700118 ":android.security.legacykeystore-java-source",
Janis Danisevskis23902672021-03-17 11:02:19 -0700119 ":android.security.maintenance-java-source",
Tej Singh932f8702021-06-14 23:40:22 -0700120 ":android.security.metrics-java-source",
Janis Danisevskis23902672021-03-17 11:02:19 -0700121 ":android.system.keystore2-V1-java-source",
David Zeuthen045b6de2019-10-29 15:15:18 -0400122 ":credstore_aidl",
Jiyong Park20426532019-08-19 15:24:49 +0900123 ":dumpstate_aidl",
124 ":framework_native_aidl",
125 ":gatekeeper_aidl",
126 ":gsiservice_aidl",
chaviw9d438f92021-05-20 11:18:06 -0500127 ":guiconstants_aidl",
Ryan Mitchellfebbc332021-02-12 09:21:52 -0800128 ":idmap2_aidl",
Ryan Mitchell6a2ca782021-01-19 13:51:15 -0800129 ":idmap2_core_aidl",
Jiyong Park20426532019-08-19 15:24:49 +0900130 ":incidentcompanion_aidl",
Bernardo Rufino64bbd4b2020-08-19 14:45:30 +0100131 ":inputconstants_aidl",
Jiyong Park20426532019-08-19 15:24:49 +0900132 ":installd_aidl",
Jiyong Park20426532019-08-19 15:24:49 +0900133 ":libaudioclient_aidl",
134 ":libbinder_aidl",
135 ":libbluetooth-binder-aidl",
136 ":libcamera_client_aidl",
137 ":libcamera_client_framework_aidl",
138 ":libupdate_engine_aidl",
Wenhao Wang256519a2022-01-11 22:29:18 -0800139 ":logd_aidl",
Amy Zhangccdbc4d2020-06-08 21:29:59 -0700140 ":resourcemanager_aidl",
Jiyong Park20426532019-08-19 15:24:49 +0900141 ":storaged_aidl",
142 ":vold_aidl",
Kriti Dangaf977732021-02-25 18:07:34 +0100143 ":deviceproductinfoconstants_aidl",
Jiyong Park1cc95662019-08-07 22:45:07 +0900144
Jiyong Park20426532019-08-19 15:24:49 +0900145 // For the generated R.java and Manifest.java
146 ":framework-res{.aapt.srcjar}",
147
148 // etc.
149 ":framework-javastream-protos",
Muhammad Qureshi04ec2522020-01-27 16:36:45 -0800150 ":statslog-framework-java-gen", // FrameworkStatsLog.java
Hayden Gomes24b336f2020-11-05 16:28:21 -0800151 ":audio_policy_configuration_V7_0",
Jiyong Park20426532019-08-19 15:24:49 +0900152 ],
153}
Jiyong Park1cc95662019-08-07 22:45:07 +0900154
Neha Pattan403eb572021-12-14 02:58:57 +0000155java_library_with_nonpublic_deps {
Anton Hansson2d6c4272020-08-18 12:52:44 +0100156 name: "framework-all",
157 installable: false,
158 static_libs: [
Anton Hansson23274ee2022-01-28 11:31:50 +0000159 "all-framework-module-impl",
Anton Hansson2d6c4272020-08-18 12:52:44 +0100160 "framework-minus-apex",
Anton Hansson2d6c4272020-08-18 12:52:44 +0100161 ],
162 apex_available: ["//apex_available:platform"],
163 sdk_version: "core_platform",
164 visibility: [
165 // DO NOT ADD ANY MORE ENTRIES TO THIS LIST
166 "//external/robolectric-shadows:__subpackages__",
167 "//frameworks/layoutlib:__subpackages__",
168 ],
Anton Hanssone996d432020-03-07 11:40:10 +0000169}
170
Jiyong Park392729f2020-01-17 16:32:53 +0900171// AIDL files under these paths are mixture of public and private ones.
172// They shouldn't be exported across module boundaries.
Mathew Inwoodbad89e52018-06-28 14:12:10 +0100173java_defaults {
Makoto Onuki62242c42019-08-05 12:54:20 -0700174 name: "framework-aidl-export-defaults",
Makoto Onuki62242c42019-08-05 12:54:20 -0700175 aidl: {
Jiyong Parkb3609312019-08-16 21:17:14 +0900176 export_include_dirs: [
177 "core/java",
178 "drm/java",
179 "graphics/java",
David Zeuthen045b6de2019-10-29 15:15:18 -0400180 "identity/java",
Jiyong Parkb3609312019-08-16 21:17:14 +0900181 "keystore/java",
182 "location/java",
183 "lowpan/java",
184 "media/java",
Jiyong Parkb3609312019-08-16 21:17:14 +0900185 "media/mca/effect/java",
186 "media/mca/filterfw/java",
187 "media/mca/filterpacks/java",
Amit Mahajan6237a6b2019-10-07 17:41:26 -0700188 "mms/java",
Jiyong Parkb3609312019-08-16 21:17:14 +0900189 "opengl/java",
190 "rs/java",
191 "sax/java",
192 "telecomm/java",
Anton Hanssone996d432020-03-07 11:40:10 +0000193
Sungsoo Lim895f4f62020-04-08 11:21:36 +0900194 "apex/media/aidl/stable",
Anton Hanssone996d432020-03-07 11:40:10 +0000195 // TODO(b/147699819): remove this
196 "telephony/java",
Jiyong Parkb3609312019-08-16 21:17:14 +0900197 ],
Makoto Onuki62242c42019-08-05 12:54:20 -0700198 },
199}
200
Jiyong Park20426532019-08-19 15:24:49 +0900201// Collection of classes that are generated from non-Java files that are not listed in
202// framework_srcs. These have no or very limited dependency to the framework.
203java_library {
204 name: "framework-internal-utils",
Colin Crosscf3a0b52017-11-16 00:15:28 -0800205 static_libs: [
Dario Frenid8bf22e2018-08-31 14:18:04 +0100206 "apex_aidl_interface-java",
Samiul Islame4561272021-08-26 11:41:37 +0100207 "packagemanager_aidl-java",
Colin Crosscf3a0b52017-11-16 00:15:28 -0800208 "framework-protos",
Peiyong Linb967a4c2020-07-27 22:16:13 -0700209 "updatable-driver-protos",
Kelvin Zhanga48c18e2021-04-12 17:23:51 -0400210 "ota_metadata_proto_java",
Colin Crosscf3a0b52017-11-16 00:15:28 -0800211 "android.hidl.base-V1.0-java",
212 "android.hardware.cas-V1.0-java",
Henry Fang43cab922019-12-27 16:50:20 -0800213 "android.hardware.cas-V1.1-java",
214 "android.hardware.cas-V1.2-java",
Colin Crosscf3a0b52017-11-16 00:15:28 -0800215 "android.hardware.contexthub-V1.0-java",
Anthony Stange521a9052020-02-07 18:45:47 -0500216 "android.hardware.contexthub-V1.1-java",
Arthur Ishiguro8368e942020-10-14 13:39:09 -0700217 "android.hardware.contexthub-V1.2-java",
Arthur Ishiguro7fe2ba52021-08-26 09:30:02 -0700218 "android.hardware.contexthub-V1-java",
Yu-Han Yang9fe06dd2019-11-18 16:23:31 -0800219 "android.hardware.gnss-V1.0-java",
Yu-Han Yangad03c472020-01-14 15:31:01 -0800220 "android.hardware.gnss-V2.1-java",
Colin Crosscf3a0b52017-11-16 00:15:28 -0800221 "android.hardware.health-V1.0-java-constants",
Steven Morelande0dde652019-01-24 12:03:26 -0800222 "android.hardware.radio-V1.0-java",
223 "android.hardware.radio-V1.1-java",
224 "android.hardware.radio-V1.2-java",
225 "android.hardware.radio-V1.3-java",
226 "android.hardware.radio-V1.4-java",
Sarah Chin21e9c632019-11-05 13:30:10 -0800227 "android.hardware.radio-V1.5-java",
Daniel Bright8b4502e2020-09-02 17:10:54 -0700228 "android.hardware.radio-V1.6-java",
Sarah Chin3101c0b2021-09-29 12:13:27 -0700229 "android.hardware.radio.data-V1-java",
230 "android.hardware.radio.messaging-V1-java",
231 "android.hardware.radio.modem-V1-java",
232 "android.hardware.radio.network-V1-java",
233 "android.hardware.radio.sim-V1-java",
234 "android.hardware.radio.voice-V1-java",
Colin Crosscf3a0b52017-11-16 00:15:28 -0800235 "android.hardware.thermal-V1.0-java-constants",
Wei Wangfb21bd82019-01-10 14:16:23 -0800236 "android.hardware.thermal-V1.0-java",
Wei Wangbad7c202018-11-01 11:57:39 -0700237 "android.hardware.thermal-V1.1-java",
238 "android.hardware.thermal-V2.0-java",
Colin Crosscf3a0b52017-11-16 00:15:28 -0800239 "android.hardware.tv.input-V1.0-java-constants",
240 "android.hardware.usb-V1.0-java-constants",
241 "android.hardware.usb-V1.1-java-constants",
Badhri Jagan Sridharane966a382018-12-09 14:49:38 -0800242 "android.hardware.usb-V1.2-java-constants",
Steven Morelande0dde652019-01-24 12:03:26 -0800243 "android.hardware.usb.gadget-V1.0-java",
raychi88254a22020-09-30 19:04:08 +0800244 "android.hardware.usb.gadget-V1.1-java",
245 "android.hardware.usb.gadget-V1.2-java",
Michael Wrightf268bf52018-02-07 23:23:34 +0000246 "android.hardware.vibrator-V1.0-java",
247 "android.hardware.vibrator-V1.1-java",
248 "android.hardware.vibrator-V1.2-java",
Harpreet "Eli" Sanghaa456f082018-12-14 12:06:10 +0900249 "android.hardware.vibrator-V1.3-java",
Lais Andradeb847d632021-02-23 10:35:27 +0000250 "android.hardware.vibrator-V2-java",
Rajesh Nyamagoud4fe64fb2021-09-14 05:34:11 +0000251 "android.se.omapi-V1-java",
Michael Sund5237962020-11-06 03:28:14 +0000252 "android.system.suspend.control.internal-java",
arangelov1ab61492018-11-22 13:56:50 +0000253 "devicepolicyprotosnano",
Inseob Kim4fe9f0f2019-07-30 18:23:26 +0900254
255 "com.android.sysprop.apex",
Nikita Ioffe779d6be2020-02-06 23:17:17 +0000256 "com.android.sysprop.init",
Alexander Mishkovets77f6bc82020-07-14 19:14:10 +0200257 "com.android.sysprop.localization",
Inseob Kim4fe9f0f2019-07-30 18:23:26 +0900258 "PlatformProperties",
Colin Crosscf3a0b52017-11-16 00:15:28 -0800259 ],
Jiyong Park20426532019-08-19 15:24:49 +0900260 sdk_version: "core_platform",
261 installable: false,
262}
263
Anton Hansson524bf242021-05-25 12:48:58 +0100264// NOTE: This filegroup is exposed for vendor libraries to depend on and is referenced in
265// documentation. Do not remove without consulting the treble/hidl teams.
Anton Hanssondffc59c2021-05-25 11:43:36 +0000266filegroup {
267 name: "framework-jarjar-rules",
268 srcs: ["framework-jarjar-rules.txt"],
Anton Hansson524bf242021-05-25 12:48:58 +0100269 visibility: ["//visibility:public"],
Anton Hanssondffc59c2021-05-25 11:43:36 +0000270}
271
Ioana Stefan2f5c5452020-10-15 15:00:24 +0200272java_defaults {
273 name: "framework-minus-apex-defaults",
Anton Hansson5954c6d2020-08-19 14:37:54 +0100274 defaults: ["framework-aidl-export-defaults"],
275 srcs: [
276 ":framework-non-updatable-sources",
Roopa Sattiraju8e305772022-01-20 10:05:19 -0800277 ":framework-bluetooth-sources", // TODO(b/214988855) : Remove once framework-bluetooth jar is ready
Anton Hansson5954c6d2020-08-19 14:37:54 +0100278 "core/java/**/*.logtags",
Daniel Norman66ebced2021-09-21 13:47:36 -0700279 ":apex-info-list",
Anton Hansson5954c6d2020-08-19 14:37:54 +0100280 ],
Anton Hansson5954c6d2020-08-19 14:37:54 +0100281 aidl: {
282 generate_get_transaction_name: true,
Remi NGUYEN VAN7b6b0062021-03-19 10:15:06 +0000283 local_include_dirs: [
284 "media/aidl",
Remi NGUYEN VAN7b6b0062021-03-19 10:15:06 +0000285 ],
Baligh Uddinf33ffa12021-05-17 04:07:33 +0000286 include_dirs: [
287 "frameworks/av/aidl",
Jeff Sharkey75d4f932021-07-26 15:41:01 -0600288 "frameworks/native/libs/permission/aidl",
Junyu Lai5bf27122022-01-12 09:33:53 +0000289 // TODO: remove when moved to the below package
290 "frameworks/base/packages/ConnectivityT/framework-t/aidl-export",
Baligh Uddinf33ffa12021-05-17 04:07:33 +0000291 "packages/modules/Connectivity/framework/aidl-export",
Leon Scroggins III73e06892022-01-31 15:47:34 -0500292 "hardware/interfaces/graphics/common/aidl",
Baligh Uddinf33ffa12021-05-17 04:07:33 +0000293 ],
Anton Hansson5954c6d2020-08-19 14:37:54 +0100294 },
295 dxflags: [
296 "--core-library",
297 "--multi-dex",
298 ],
Anton Hanssondffc59c2021-05-25 11:43:36 +0000299 jarjar_rules: ":framework-jarjar-rules",
Jiyong Park911cd4f2019-10-21 14:35:14 +0900300 javac_shard_size: 150,
Anton Hansson5954c6d2020-08-19 14:37:54 +0100301 plugins: [
302 "view-inspector-annotation-processor",
303 "staledataclass-annotation-processor",
304 "error_prone_android_framework",
305 ],
atrostaec9bc12019-08-16 18:14:09 +0100306 required: [
Marin Shalamanov11047252021-11-22 17:35:30 +0100307 // TODO(b/120066492): remove default_television.xml when the build system
308 // propagates "required" properly.
309 "default_television.xml",
atrostaec9bc12019-08-16 18:14:09 +0100310 "framework-platform-compat-config",
Marin Shalamanov11047252021-11-22 17:35:30 +0100311 // TODO(b/120066492): remove gps_debug and protolog.conf.json when the build
312 // system propagates "required" properly.
Anton Hansson5954c6d2020-08-19 14:37:54 +0100313 "gps_debug.conf",
Victor Changa4fae272020-10-30 12:14:34 +0000314 "icu4j-platform-compat-config",
Anton Hansson5954c6d2020-08-19 14:37:54 +0100315 "protolog.conf.json.gz",
atrost86895aa2019-08-19 16:51:15 +0100316 "services-platform-compat-config",
Rambo Wang05e55c92021-06-25 11:41:43 -0700317 "TeleService-platform-compat-config",
Ivan Chiang3cb1cbd2020-02-18 10:50:10 +0800318 "documents-ui-compat-config",
Varun Shahf952e66c12020-06-25 11:30:13 -0700319 "calendar-provider-compat-config",
Marcus Hagerott6c681052021-11-12 17:48:47 -0800320 "contacts-provider-platform-compat-config",
atrostaec9bc12019-08-16 18:14:09 +0100321 ],
Anton Hansson5954c6d2020-08-19 14:37:54 +0100322 libs: [
323 "app-compat-annotations",
324 "ext",
325 "framework-updatable-stubs-module_libs_api",
326 "unsupportedappusage",
327 ],
328 sdk_version: "core_platform",
Tobias Thiererc0c06082019-11-22 16:33:18 +0000329 static_libs: [
Hongguang956e6352021-07-20 17:45:28 -0700330 "android.hardware.common.fmq-V1-java",
Ytai Ben-Tsvi128df2a2021-03-18 09:43:27 -0700331 // TODO(b/184162091)
332 "android.hardware.soundtrigger3-V1-java",
Daulet Zhanguzin59444d52021-01-25 19:43:53 +0000333 "bouncycastle-repackaged-unbundled",
Anton Hansson5954c6d2020-08-19 14:37:54 +0100334 "framework-internal-utils",
Tobias Thierer82968532019-11-29 19:39:45 +0000335 // If MimeMap ever becomes its own APEX, then this dependency would need to be removed
336 // in favor of an API stubs dependency in java_library "framework" below.
Tobias Thiererc0c06082019-11-22 16:33:18 +0000337 "mimemap",
Ytai Ben-Tsvic3cd3cd2020-10-30 12:34:51 -0700338 "av-types-aidl-java",
Amy Zhang39a3fa42020-12-21 16:56:03 -0800339 "tv_tuner_resource_manager_aidl_interface-java",
Ytai Ben-Tsvida7c21e2020-09-16 13:04:31 -0700340 "soundtrigger_middleware-aidl-java",
Alexander Dorokhinec0bf81a2021-05-12 11:34:51 -0700341 "modules-utils-preconditions",
William Escande33a14632021-12-16 16:07:55 +0100342 "modules-utils-synchronous-result-receiver",
Chiachang Wang6a555272020-11-02 16:51:24 +0800343 "modules-utils-os",
Svet Ganov4bf102a2021-04-22 20:09:49 +0000344 "framework-permission-aidl-java",
Eric Laurent8500f6c2021-07-24 08:47:17 +0200345 "spatializer-aidl-java",
346 "audiopolicy-types-aidl-java",
Tobias Thiererc0c06082019-11-22 16:33:18 +0000347 ],
Ioana Stefan2f5c5452020-10-15 15:00:24 +0200348}
349
350java_library {
351 name: "framework-minus-apex",
352 defaults: ["framework-minus-apex-defaults"],
353 installable: true,
Jiyong Park911cd4f2019-10-21 14:35:14 +0900354 // For backwards compatibility.
355 stem: "framework",
Jiyong Park352f9e22019-12-09 14:45:07 +0900356 apex_available: ["//apex_available:platform"],
Jiyong Park212d2e82020-01-03 21:07:38 +0900357 visibility: [
358 "//frameworks/base",
Jiyong Park634819c2020-02-04 21:20:02 +0900359 // TODO(b/147128803) remove the below lines
Jiyong Park212d2e82020-01-03 21:07:38 +0900360 "//frameworks/base/apex/appsearch/framework",
361 "//frameworks/base/apex/blobstore/framework",
362 "//frameworks/base/apex/jobscheduler/framework",
markchien2c153702020-02-06 19:23:26 +0800363 "//frameworks/base/packages/Tethering/tests/unit",
Baligh Uddinff8ff122020-10-29 02:11:55 +0000364 "//packages/modules/Connectivity/Tethering/tests/unit",
Jiyong Park212d2e82020-01-03 21:07:38 +0900365 ],
Bernardo Rufino2b7e5912021-11-29 10:22:15 +0000366 lint: {
367 extra_check_modules: ["AndroidFrameworkLintChecker"],
368 },
Jeff Sharkey6c8ffbc2020-10-02 11:52:05 -0600369 errorprone: {
370 javacflags: [
Jeff Sharkey7cdc3bf2020-10-06 14:55:37 -0600371 "-Xep:AndroidFrameworkBinderIdentity:ERROR",
Jeff Sharkey6c8ffbc2020-10-02 11:52:05 -0600372 "-Xep:AndroidFrameworkCompatChange:ERROR",
Jeff Sharkey9af4aea2020-10-02 12:00:59 -0600373 "-Xep:AndroidFrameworkUid:ERROR",
Jeff Sharkey6c8ffbc2020-10-02 11:52:05 -0600374 ],
375 },
Jiyong Park911cd4f2019-10-21 14:35:14 +0900376}
377
Ioana Stefan2f5c5452020-10-15 15:00:24 +0200378java_library {
379 name: "framework-minus-apex-intdefs",
380 defaults: ["framework-minus-apex-defaults"],
381 plugins: ["intdef-annotation-processor"],
382}
383
Jiyong Park911cd4f2019-10-21 14:35:14 +0900384// This "framework" module is NOT installed to the device. It's
385// "framework-minus-apex" that gets installed to the device. Note that
386// the filename is still framework.jar (via the stem property) for
387// compatibility reason. The purpose of this module is to provide
388// framework APIs (both public and private) for bundled apps.
389// "framework-minus-apex" can't be used for the purpose because 1)
390// many apps have already hardcoded the name "framework" and
391// 2) it lacks API symbols from updatable modules - as it's clear from
392// its suffix "-minus-apex".
393java_library {
394 name: "framework",
395 defaults: ["framework-aidl-export-defaults"],
396 installable: false, // this lib is a build-only library
397 static_libs: [
Malcolm Chenfbc5c362020-03-16 15:28:35 -0700398 "app-compat-annotations",
Jiyong Park911cd4f2019-10-21 14:35:14 +0900399 "framework-minus-apex",
Anton Hanssone996d432020-03-07 11:40:10 +0000400 "framework-updatable-stubs-module_libs_api",
Jiyong Park911cd4f2019-10-21 14:35:14 +0900401 ],
Makoto Onuki62242c42019-08-05 12:54:20 -0700402 sdk_version: "core_platform",
Jiyong Park352f9e22019-12-09 14:45:07 +0900403 apex_available: ["//apex_available:platform"],
Makoto Onuki62242c42019-08-05 12:54:20 -0700404}
405
atrostb9c34502019-08-05 12:22:18 +0100406platform_compat_config {
Songchun Fand4574b52021-03-02 20:05:57 +0000407 name: "framework-platform-compat-config",
408 src: ":framework-minus-apex",
Mathew Inwoodbad89e52018-06-28 14:12:10 +0100409}
410
Remi NGUYEN VAN77dd54d2019-01-25 08:54:08 +0900411filegroup {
evitayane22e47f2019-12-30 16:05:38 -0800412 name: "framework-ike-shared-srcs",
Baligh Uddinb7ec5bb2020-05-27 19:22:36 +0000413 visibility: ["//packages/modules/IPsec"],
evitayane22e47f2019-12-30 16:05:38 -0800414 srcs: [
evitayane9cc4942020-03-03 17:14:47 -0800415 "core/java/com/android/internal/util/HexDump.java",
Yan Yane7a360f2021-06-10 18:45:39 -0700416 "core/java/com/android/internal/util/WakeupMessage.java",
Yan Yana3e954f2020-11-09 00:09:39 -0800417 "services/core/java/com/android/server/vcn/util/PersistableBundleUtils.java",
evitayan996aa2a2019-12-30 11:19:47 -0800418 "telephony/java/android/telephony/Annotation.java",
evitayane22e47f2019-12-30 16:05:38 -0800419 ],
420}
421
422filegroup {
Remi NGUYEN VANe88516f2019-01-20 09:35:10 +0900423 name: "framework-networkstack-shared-srcs",
424 srcs: [
425 // TODO: remove these annotations as soon as we can use andoid.support.annotations.*
Chalard Jean95213512019-01-30 21:04:58 +0900426 ":framework-annotations",
Alexander Dorokhinec0bf81a2021-05-12 11:34:51 -0700427 ":modules-utils-preconditions-srcs",
Dmitri Plotnikovf800b702020-05-15 13:49:20 -0700428 "core/java/android/util/IndentingPrintWriter.java",
Remi NGUYEN VANe88516f2019-01-20 09:35:10 +0900429 "core/java/android/util/LocalLog.java",
Remi NGUYEN VAN77dd54d2019-01-25 08:54:08 +0900430 "core/java/com/android/internal/util/HexDump.java",
Remi NGUYEN VAN3ba6c0d2019-01-20 13:48:19 +0900431 "core/java/com/android/internal/util/IndentingPrintWriter.java",
Remi NGUYEN VAN77dd54d2019-01-25 08:54:08 +0900432 "core/java/com/android/internal/util/MessageUtils.java",
Remi NGUYEN VAN3ba6c0d2019-01-20 13:48:19 +0900433 "core/java/com/android/internal/util/RingBufferIndices.java",
Remi NGUYEN VAN77dd54d2019-01-25 08:54:08 +0900434 "core/java/com/android/internal/util/WakeupMessage.java",
johnson.yeh095b7a02019-12-19 20:30:34 +0800435 "core/java/com/android/internal/util/TokenBucket.java",
Tobias Thiererbc050342019-05-23 16:20:12 +0100436 ],
Remi NGUYEN VAN77dd54d2019-01-25 08:54:08 +0900437}
438
Colin Crossd8e02252017-10-02 17:14:22 -0700439// Build ext.jar
440// ============================================================
441java_library {
442 name: "ext",
Colin Crossa12c0f52018-06-27 11:00:11 -0700443 installable: true,
Paul Duffin8fcace42019-06-12 13:47:18 +0100444 sdk_version: "core_platform",
Colin Crossd8e02252017-10-02 17:14:22 -0700445 static_libs: [
446 "libphonenumber-platform",
Colin Crossd8e02252017-10-02 17:14:22 -0700447 "tagsoup",
Ricky Wai0d1bc332017-10-31 14:31:01 +0000448 "rappor",
Colin Crossd8e02252017-10-02 17:14:22 -0700449 ],
450 dxflags: ["--core-library"],
451}
452
David Su511a8142020-01-09 14:02:21 -0800453// utility classes statically linked into framework-wifi and dynamically linked
454// into wifi-service
455java_library {
456 name: "framework-wifi-util-lib",
David Sufd626db2020-11-09 14:31:45 -0800457 sdk_version: "module_current",
458 min_sdk_version: "30",
David Su511a8142020-01-09 14:02:21 -0800459 srcs: [
David Su511a8142020-01-09 14:02:21 -0800460 "core/java/com/android/internal/util/AsyncChannel.java",
461 "core/java/com/android/internal/util/AsyncService.java",
462 "core/java/com/android/internal/util/Protocol.java",
David Su369c9202020-01-09 18:09:56 -0800463 "telephony/java/android/telephony/Annotation.java",
David Su298cd362020-01-17 19:02:49 +0000464 ":net-utils-framework-wifi-common-srcs",
David Su511a8142020-01-09 14:02:21 -0800465 ],
466 libs: [
467 "framework-annotations-lib",
Remi NGUYEN VANf3114972021-03-24 22:59:50 +0900468 "framework-connectivity.stubs.module_lib",
David Su511a8142020-01-09 14:02:21 -0800469 "unsupportedappusage",
David Su511a8142020-01-09 14:02:21 -0800470 ],
David Su57bca312020-04-21 19:49:32 -0700471 visibility: [
472 "//frameworks/base/wifi",
473 "//frameworks/base/services/net",
Baligh Uddin09fdba42020-12-23 22:42:10 +0000474 "//packages/modules/Wifi/framework",
David Su57bca312020-04-21 19:49:32 -0700475 ],
David Su511a8142020-01-09 14:02:21 -0800476}
477
Jiyong Park0d7e86d2019-12-20 14:35:43 +0900478// TODO(b/145644363): move this to under StubLibraries.bp or ApiDocs.bp
479metalava_framework_docs_args = "--manifest $(location core/res/AndroidManifest.xml) " +
Jiyong Park0d7e86d2019-12-20 14:35:43 +0900480 "--hide-package com.android.server " +
Hayden Gomes24b336f2020-11-05 16:28:21 -0800481 "--hide-package android.audio.policy.configuration.V7_0 " +
Jiyong Park0d7e86d2019-12-20 14:35:43 +0900482 "--error UnhiddenSystemApi " +
483 "--hide RequiresPermission " +
484 "--hide CallbackInterface " +
485 "--hide MissingPermission --hide BroadcastBehavior " +
486 "--hide HiddenSuperclass --hide DeprecationMismatch --hide UnavailableSymbol " +
487 "--hide SdkConstant --hide HiddenTypeParameter --hide Todo --hide Typo " +
Makoto Onuki451da1c2020-05-26 10:55:53 -0700488 "--error NoSettingsProvider " +
Aurimas Liutikas1f76a5a2019-11-20 17:51:42 -0800489 "--force-convert-to-warning-nullability-annotations +*:-android.*:+android.icu.*:-dalvik.* " +
490 "--api-lint-ignore-prefix android.icu. " +
491 "--api-lint-ignore-prefix java. " +
492 "--api-lint-ignore-prefix junit. " +
493 "--api-lint-ignore-prefix org. "
Jiyong Park0d7e86d2019-12-20 14:35:43 +0900494
Anton Hansson76ac4cc2021-05-05 19:22:52 +0100495packages_to_document = [
496 "android",
497 "dalvik",
498 "java",
499 "javax",
500 "junit",
501 "org.apache.http",
502 "org.json",
503 "org.w3c.dom",
504 "org.xml.sax",
505 "org.xmlpull",
506]
507
Anton Hansson77ff72f2021-03-30 10:11:22 +0100508filegroup {
Anton Hansson867f94c2021-05-05 10:32:31 +0100509 name: "android-non-updatable-stub-sources",
Anton Hansson77ff72f2021-03-30 10:11:22 +0100510 srcs: [
Anton Hanssona08dc692021-03-30 10:31:15 +0100511 ":framework-mime-sources", // mimemap builds separately but has no separate droidstubs.
Anton Hansson77ff72f2021-03-30 10:11:22 +0100512 ":framework-non-updatable-sources",
513 ":opt-telephony-srcs",
514 ":opt-net-voip-srcs",
515 "core/java/**/*.logtags",
516 "**/package.html",
517 ],
518 visibility: ["//visibility:private"],
519}
520
Anton Hansson9dce8322022-01-24 14:14:33 +0000521// Defaults for all stubs that include the non-updatable framework. These defaults do not include
522// module symbols, so will not compile correctly on their own. Users must add module APIs to the
523// classpath (or sources) somehow.
Anton Hansson867f94c2021-05-05 10:32:31 +0100524stubs_defaults {
525 name: "android-non-updatable-stubs-defaults",
526 srcs: [":android-non-updatable-stub-sources"],
527 sdk_version: "none",
528 system_modules: "none",
529 java_version: "1.8",
530 arg_files: ["core/res/AndroidManifest.xml"],
Anton Hansson867f94c2021-05-05 10:32:31 +0100531 aidl: {
532 local_include_dirs: [
Anton Hansson867f94c2021-05-05 10:32:31 +0100533 "media/aidl",
Anton Hansson867f94c2021-05-05 10:32:31 +0100534 "telephony/java",
535 ],
Baligh Uddinf33ffa12021-05-17 04:07:33 +0000536 include_dirs: [
537 "frameworks/av/aidl",
Jeff Sharkey75d4f932021-07-26 15:41:01 -0600538 "frameworks/native/libs/permission/aidl",
Junyu Lai5bf27122022-01-12 09:33:53 +0000539 // TODO: remove when moved to the below package
540 "frameworks/base/packages/ConnectivityT/framework-t/aidl-export",
541 "packages/modules/Connectivity/framework/aidl-export",
Leon Scroggins III73e06892022-01-31 15:47:34 -0500542 "hardware/interfaces/graphics/common/aidl",
Baligh Uddinf33ffa12021-05-17 04:07:33 +0000543 ],
Anton Hansson867f94c2021-05-05 10:32:31 +0100544 },
545 // These are libs from framework-internal-utils that are required (i.e. being referenced)
546 // from framework-non-updatable-sources. Add more here when there's a need.
547 // DO NOT add the entire framework-internal-utils. It might cause unnecessary circular
548 // dependencies gets bigger.
549 libs: [
550 "android.hardware.cas-V1.2-java",
551 "android.hardware.health-V1.0-java-constants",
552 "android.hardware.radio-V1.5-java",
553 "android.hardware.radio-V1.6-java",
554 "android.hardware.thermal-V1.0-java-constants",
555 "android.hardware.thermal-V2.0-java",
556 "android.hardware.tv.input-V1.0-java-constants",
Anton Hansson867f94c2021-05-05 10:32:31 +0100557 "android.hardware.usb-V1.0-java-constants",
558 "android.hardware.usb-V1.1-java-constants",
559 "android.hardware.usb.gadget-V1.0-java",
560 "android.hardware.vibrator-V1.3-java",
561 "framework-protos",
Anton Hansson9dce8322022-01-24 14:14:33 +0000562 ],
563 filter_packages: packages_to_document,
564 high_mem: true, // Lots of sources => high memory use, see b/170701554
565 installable: false,
566 annotations_enabled: true,
567 previous_api: ":android.api.public.latest",
568 merge_annotations_dirs: ["metalava-manual"],
569 defaults_visibility: ["//visibility:private"],
570 visibility: ["//frameworks/base/api"],
571}
572
573// Defaults with module APIs in the classpath (mostly from prebuilts).
574// Suitable for compiling android-non-updatable.
575stubs_defaults {
576 name: "module-classpath-stubs-defaults",
577 aidl: {
578 local_include_dirs: [
579 "apex/media/aidl/stable",
580 ],
581 include_dirs: [
582 "packages/modules/Connectivity/framework/aidl-export",
583 ],
584 },
585 libs: [
Anton Hansson4e86dca2021-05-07 16:32:10 +0100586 "art.module.public.api",
markchiencd813a32021-11-11 00:42:55 +0800587 "sdk_module-lib_current_framework-tethering",
Junyu Laia8f1f762022-01-26 09:00:41 +0000588 "sdk_module-lib_current_framework-connectivity-tiramisu",
Roopa Sattiraju8e305772022-01-20 10:05:19 -0800589 "sdk_public_current_framework-bluetooth",
Anton Hansson867f94c2021-05-05 10:32:31 +0100590 // There are a few classes from modules used by the core that
591 // need to be resolved by metalava. We use a prebuilt stub of the
592 // full sdk to ensure we can resolve them. If a new class gets added,
593 // the prebuilts/sdk/current needs to be updated.
594 "sdk_system_current_android",
595 // NOTE: The below can be removed once the prebuilt stub contains IKE.
596 "sdk_system_current_android.net.ipsec.ike",
597 ],
Anton Hansson867f94c2021-05-05 10:32:31 +0100598 defaults_visibility: ["//visibility:private"],
Anton Hansson867f94c2021-05-05 10:32:31 +0100599}
600
Jiyong Park0d7e86d2019-12-20 14:35:43 +0900601build = [
602 "StubLibraries.bp",
603 "ApiDocs.bp",
Anton Hansson31fb58b2021-04-12 18:03:12 +0100604 "ProtoLibraries.bp",
Harry Zhangd61699e2021-06-01 16:48:25 -0700605 "TestProtoLibraries.bp",
Jiyong Park0d7e86d2019-12-20 14:35:43 +0900606]