summaryrefslogtreecommitdiffstats
path: root/updater_sample/Android.bp
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2021-02-16 19:48:18 +0100
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-02-16 19:48:18 +0100
commitd2b1584e7fa841dafde7b7a28f894b2bb4498e12 (patch)
treea4764ba5ab2b281f7274d635d3b5ef1ea0cea6da /updater_sample/Android.bp
parentMerge "recovery: don't mount acct" am: c136106159 am: ffa2392e12 (diff)
parentMerge "[LSC] Add LOCAL_LICENSE_KINDS to bootable/recovery" am: 1055a2f07a (diff)
downloadandroid_bootable_recovery-d2b1584e7fa841dafde7b7a28f894b2bb4498e12.tar
android_bootable_recovery-d2b1584e7fa841dafde7b7a28f894b2bb4498e12.tar.gz
android_bootable_recovery-d2b1584e7fa841dafde7b7a28f894b2bb4498e12.tar.bz2
android_bootable_recovery-d2b1584e7fa841dafde7b7a28f894b2bb4498e12.tar.lz
android_bootable_recovery-d2b1584e7fa841dafde7b7a28f894b2bb4498e12.tar.xz
android_bootable_recovery-d2b1584e7fa841dafde7b7a28f894b2bb4498e12.tar.zst
android_bootable_recovery-d2b1584e7fa841dafde7b7a28f894b2bb4498e12.zip
Diffstat (limited to 'updater_sample/Android.bp')
-rw-r--r--updater_sample/Android.bp9
1 files changed, 9 insertions, 0 deletions
diff --git a/updater_sample/Android.bp b/updater_sample/Android.bp
index a014248b0..9222d0631 100644
--- a/updater_sample/Android.bp
+++ b/updater_sample/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: "SystemUpdaterSample",
sdk_version: "system_current",