summaryrefslogtreecommitdiffstats
path: root/applypatch
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-13 03:00:57 +0100
committerBob Badour <bbadour@google.com>2021-02-14 19:37:20 +0100
commit29be3f6ef1b9f9884206cade2fc98b3f012ef27e (patch)
tree780fbca124716d20dd0ed8d89544cffafeead673 /applypatch
parentMerge "recovery: don't mount acct" (diff)
downloadandroid_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 'applypatch')
-rw-r--r--applypatch/Android.bp17
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",