summaryrefslogtreecommitdiffstats
path: root/updater_sample/tests
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 /updater_sample/tests
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 'updater_sample/tests')
-rw-r--r--updater_sample/tests/Android.bp9
1 files changed, 9 insertions, 0 deletions
diff --git a/updater_sample/tests/Android.bp b/updater_sample/tests/Android.bp
index 806babd9e..4bdfe2cdf 100644
--- a/updater_sample/tests/Android.bp
+++ b/updater_sample/tests/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_test {
name: "SystemUpdaterSampleTests",
sdk_version: "system_current",