Merge "Limit existing usages of nav bar button alpha to two button mode" into sc-dev am: d7d65aa697
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/13841869
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: I127918dc8cc15bc967779261af5b0d8361c2086a
diff --git a/robolectric_tests/Android.bp b/robolectric_tests/Android.bp
index c738df9..672ad47 100644
--- a/robolectric_tests/Android.bp
+++ b/robolectric_tests/Android.bp
@@ -16,6 +16,15 @@
// Launcher Robolectric test target.
//
// "robolectric_android-all-stub", not needed, we write our own stubs
+package {
+ // See: http://go/android-license-faq
+ // A large-scale-change added 'default_applicable_licenses' to import
+ // all of the 'license_kinds' from "packages_apps_Launcher3_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ default_applicable_licenses: ["packages_apps_Launcher3_license"],
+}
+
android_robolectric_test {
name: "LauncherRoboTests",
srcs: [
@@ -43,4 +52,3 @@
timeout: 36000,
},
}
-