blob: 4d00f175211d4ffb4bb29738ed08dc648e7f7369 [file] [log] [blame]
Colin Cross45c0d712019-03-28 22:31:35 -07001// Copyright 2013 The Android Open Source Project
2//
3
Bob Badour051ef782021-02-12 17:07:05 -08004package {
5 default_applicable_licenses: ["frameworks_base_cmds_wm_license"],
6}
7
8// Added automatically by a large-scale-change
9// See: http://go/android-license-faq
10license {
11 name: "frameworks_base_cmds_wm_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 -070021sh_binary {
22 name: "wm",
Cole Faust325fb3e2022-08-29 15:15:53 -070023 src: "wm.sh",
Colin Cross45c0d712019-03-28 22:31:35 -070024}