diff options
Diffstat (limited to 'applypatch/Android.bp')
-rw-r--r-- | applypatch/Android.bp | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/applypatch/Android.bp b/applypatch/Android.bp index a6662c460..0d6d23b90 100644 --- a/applypatch/Android.bp +++ b/applypatch/Android.bp @@ -12,6 +12,23 @@ // See the License for the specific language governing permissions and // limitations under the License. +package { + default_applicable_licenses: ["bootable_recovery_applypatch_license"], +} + +// Added automatically by a large-scale-change +// See: http://go/android-license-faq +license { + name: "bootable_recovery_applypatch_license", + visibility: [":__subpackages__"], + license_kinds: [ + "SPDX-license-identifier-Apache-2.0", + ], + license_text: [ + "NOTICE", + ], +} + cc_defaults { name: "applypatch_defaults", |