summaryrefslogtreecommitdiffstats
path: root/updater/Android.bp
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2021-02-16 20:41:13 +0100
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-02-16 20:41:13 +0100
commit39e0f59573ee854797081656797daa05b027b735 (patch)
tree542af715c826a5354c7a1e4cde60681dc69ae4fe /updater/Android.bp
parentMerge "recovery: don't mount acct" am: c136106159 am: ffa2392e12 am: 6bec01999a (diff)
parentMerge "[LSC] Add LOCAL_LICENSE_KINDS to bootable/recovery" am: 1055a2f07a am: d9a0aa10ba (diff)
downloadandroid_bootable_recovery-39e0f59573ee854797081656797daa05b027b735.tar
android_bootable_recovery-39e0f59573ee854797081656797daa05b027b735.tar.gz
android_bootable_recovery-39e0f59573ee854797081656797daa05b027b735.tar.bz2
android_bootable_recovery-39e0f59573ee854797081656797daa05b027b735.tar.lz
android_bootable_recovery-39e0f59573ee854797081656797daa05b027b735.tar.xz
android_bootable_recovery-39e0f59573ee854797081656797daa05b027b735.tar.zst
android_bootable_recovery-39e0f59573ee854797081656797daa05b027b735.zip
Diffstat (limited to 'updater/Android.bp')
-rw-r--r--updater/Android.bp9
1 files changed, 9 insertions, 0 deletions
diff --git a/updater/Android.bp b/updater/Android.bp
index f00a192b9..840e50ab9 100644
--- a/updater/Android.bp
+++ b/updater/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"],
+}
+
cc_defaults {
name: "libupdater_static_libs",