summaryrefslogtreecommitdiffstats
path: root/applypatch
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2021-02-16 18:44:06 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-02-16 18:44:06 +0100
commit1055a2f07a92ae268ac95899e25cba7473de0f3b (patch)
tree780fbca124716d20dd0ed8d89544cffafeead673 /applypatch
parentMerge "recovery: don't mount acct" (diff)
parent[LSC] Add LOCAL_LICENSE_KINDS to bootable/recovery (diff)
downloadandroid_bootable_recovery-1055a2f07a92ae268ac95899e25cba7473de0f3b.tar
android_bootable_recovery-1055a2f07a92ae268ac95899e25cba7473de0f3b.tar.gz
android_bootable_recovery-1055a2f07a92ae268ac95899e25cba7473de0f3b.tar.bz2
android_bootable_recovery-1055a2f07a92ae268ac95899e25cba7473de0f3b.tar.lz
android_bootable_recovery-1055a2f07a92ae268ac95899e25cba7473de0f3b.tar.xz
android_bootable_recovery-1055a2f07a92ae268ac95899e25cba7473de0f3b.tar.zst
android_bootable_recovery-1055a2f07a92ae268ac95899e25cba7473de0f3b.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",