summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2021-02-16 19:18:34 +0100
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-02-16 19:18:34 +0100
commitd9a0aa10ba4e9a429b450267aa93a02c5235b0c6 (patch)
tree780fbca124716d20dd0ed8d89544cffafeead673 /tools
parentMerge "recovery: don't mount acct" am: c136106159 (diff)
parentMerge "[LSC] Add LOCAL_LICENSE_KINDS to bootable/recovery" (diff)
downloadandroid_bootable_recovery-d9a0aa10ba4e9a429b450267aa93a02c5235b0c6.tar
android_bootable_recovery-d9a0aa10ba4e9a429b450267aa93a02c5235b0c6.tar.gz
android_bootable_recovery-d9a0aa10ba4e9a429b450267aa93a02c5235b0c6.tar.bz2
android_bootable_recovery-d9a0aa10ba4e9a429b450267aa93a02c5235b0c6.tar.lz
android_bootable_recovery-d9a0aa10ba4e9a429b450267aa93a02c5235b0c6.tar.xz
android_bootable_recovery-d9a0aa10ba4e9a429b450267aa93a02c5235b0c6.tar.zst
android_bootable_recovery-d9a0aa10ba4e9a429b450267aa93a02c5235b0c6.zip
Diffstat (limited to 'tools')
-rw-r--r--tools/image_generator/Android.bp9
-rw-r--r--tools/recovery_l10n/Android.bp9
2 files changed, 18 insertions, 0 deletions
diff --git a/tools/image_generator/Android.bp b/tools/image_generator/Android.bp
index 83000407c..c9748fade 100644
--- a/tools/image_generator/Android.bp
+++ b/tools/image_generator/Android.bp
@@ -12,6 +12,15 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ // See: http://go/android-license-faq
+ // A large-scale-change added 'default_applicable_licenses' to import
+ // all of the 'license_kinds' from "bootable_recovery_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ default_applicable_licenses: ["bootable_recovery_license"],
+}
+
java_library_host {
name: "RecoveryImageGenerator",
diff --git a/tools/recovery_l10n/Android.bp b/tools/recovery_l10n/Android.bp
index d0a6d4b47..ac08e1a5b 100644
--- a/tools/recovery_l10n/Android.bp
+++ b/tools/recovery_l10n/Android.bp
@@ -12,6 +12,15 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ // See: http://go/android-license-faq
+ // A large-scale-change added 'default_applicable_licenses' to import
+ // all of the 'license_kinds' from "bootable_recovery_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ default_applicable_licenses: ["bootable_recovery_license"],
+}
+
android_app {
name: "RecoveryLocalizer",