blob: 847dbabdf4c08b04a3354c8822865eb6df2d3d3f [file] [log] [blame]
Colin Cross37d4c002019-03-28 22:31:35 -07001// Copyright 2007 The Android Open Source Project
2//
3
Bob Badour8a6a2bc2021-02-12 17:07:05 -08004package {
5 default_applicable_licenses: ["frameworks_base_cmds_pm_license"],
6}
7
8// Added automatically by a large-scale-change
9// See: http://go/android-license-faq
10license {
11 name: "frameworks_base_cmds_pm_license",
12 visibility: [":__subpackages__"],
13 license_kinds: [
14 "SPDX-license-identifier-Apache-2.0",
15 ],
16 license_text: [
17 "NOTICE",
18 ],
19}
20
Colin Cross37d4c002019-03-28 22:31:35 -070021sh_binary {
22 name: "pm",
23 src: "pm",
24}