diff options
author | Bob Badour <bbadour@google.com> | 2021-02-13 03:00:57 +0100 |
---|---|---|
committer | Bob Badour <bbadour@google.com> | 2021-02-14 19:37:20 +0100 |
commit | 29be3f6ef1b9f9884206cade2fc98b3f012ef27e (patch) | |
tree | 780fbca124716d20dd0ed8d89544cffafeead673 /applypatch/Android.bp | |
parent | Merge "recovery: don't mount acct" (diff) | |
download | android_bootable_recovery-29be3f6ef1b9f9884206cade2fc98b3f012ef27e.tar android_bootable_recovery-29be3f6ef1b9f9884206cade2fc98b3f012ef27e.tar.gz android_bootable_recovery-29be3f6ef1b9f9884206cade2fc98b3f012ef27e.tar.bz2 android_bootable_recovery-29be3f6ef1b9f9884206cade2fc98b3f012ef27e.tar.lz android_bootable_recovery-29be3f6ef1b9f9884206cade2fc98b3f012ef27e.tar.xz android_bootable_recovery-29be3f6ef1b9f9884206cade2fc98b3f012ef27e.tar.zst android_bootable_recovery-29be3f6ef1b9f9884206cade2fc98b3f012ef27e.zip |
Diffstat (limited to '')
-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", |