blob: 494d2ae37d53c25ca40dd875f74101b7c3103319 [file] [log] [blame]
Colin Cross45c0d712019-03-28 22:31:35 -07001// Copyright 2015 The Android Open Source Project
2//
3
Bob Badour051ef782021-02-12 17:07:05 -08004package {
5 default_applicable_licenses: ["frameworks_base_cmds_telecom_license"],
6}
7
8// Added automatically by a large-scale-change
9// See: http://go/android-license-faq
10license {
11 name: "frameworks_base_cmds_telecom_license",
12 visibility: [":__subpackages__"],
13 license_kinds: [
14 "SPDX-license-identifier-Apache-2.0",
15 ],
16 license_text: [
17 "NOTICE",
18 ],
19}
20
Colin Cross45c0d712019-03-28 22:31:35 -070021java_binary {
22 name: "telecom",
Cole Faust325fb3e2022-08-29 15:15:53 -070023 wrapper: "telecom.sh",
Brad Ebinger7a92b472024-02-27 22:55:34 -080024 srcs: [
25 ":telecom-shell-commands-src",
26 "**/*.java",
27 ],
Colin Cross45c0d712019-03-28 22:31:35 -070028}