blob: 2bfdd0a7c819b836156e8331451b7b364ca1c71d [file] [log] [blame]
Bob Badoure539dba2021-02-12 17:07:05 -08001package {
2 // See: http://go/android-license-faq
3 // A large-scale-change added 'default_applicable_licenses' to import
4 // all of the 'license_kinds' from "frameworks_base_license"
5 // to get the below license kinds:
6 // SPDX-license-identifier-Apache-2.0
7 default_applicable_licenses: ["frameworks_base_license"],
8}
9
Jiyong Parkbae2e902019-11-17 13:11:19 +090010filegroup {
11 name: "services.companion-sources",
Guojing Yuanf1196ee2021-09-27 20:06:58 +000012 srcs: [
13 "java/**/*.java",
Guojing Yuanf1196ee2021-09-27 20:06:58 +000014 ],
Jiyong Parkbae2e902019-11-17 13:11:19 +090015 path: "java",
16 visibility: ["//frameworks/base/services"],
17}
18
Colin Crosse0b2ee52017-12-05 09:46:29 -080019java_library_static {
20 name: "services.companion",
Jeff Sharkeyd23b5372020-10-23 14:30:42 -060021 defaults: ["platform_service_defaults"],
Vadim Caen21416c92023-06-27 10:57:30 +020022 srcs: [
23 ":services.companion-sources",
Vadim Caen21416c92023-06-27 10:57:30 +020024 ],
Chilun473d7092021-11-10 23:58:10 +080025 libs: [
26 "app-compat-annotations",
27 "services.core",
28 ],
Raphael Kim82701132023-02-15 22:40:07 -080029 static_libs: [
30 "ukey2_jni",
Marvin Raminfc3624a2023-08-18 14:46:52 +020031 "virtualdevice_flags_lib",
Vadim Caen325b6672023-10-30 22:46:53 +010032 "virtual_camera_service_aidl-java",
Raphael Kim82701132023-02-15 22:40:07 -080033 ],
Cole Faust5479e812023-12-20 11:57:03 -080034 lint: {
35 baseline_filename: "lint-baseline.xml",
36 },
Colin Crosse0b2ee52017-12-05 09:46:29 -080037}