Loading quickstep/Android.bp +9 −0 Original line number Diff line number Diff line Loading @@ -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 "packages_apps_Launcher3_license" // to get the below license kinds: // SPDX-license-identifier-Apache-2.0 default_applicable_licenses: ["packages_apps_Launcher3_license"], } filegroup { name: "launcher3-quickstep-robolectric-src", path: "robolectric_tests", Loading robolectric_tests/Android.bp +9 −1 Original line number Diff line number Diff line Loading @@ -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"], } filegroup { name: "launcher3-robolectric-resources", path: "resources", Loading Loading @@ -47,4 +56,3 @@ android_robolectric_test { timeout: 36000, }, } tests/Android.bp +9 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,15 @@ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // 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 "packages_apps_Launcher3_license" // to get the below license kinds: // SPDX-license-identifier-Apache-2.0 default_applicable_licenses: ["packages_apps_Launcher3_license"], } filegroup { name: "launcher3-test-src-common", srcs: ["src_common/**/*.java"], Loading Loading
quickstep/Android.bp +9 −0 Original line number Diff line number Diff line Loading @@ -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 "packages_apps_Launcher3_license" // to get the below license kinds: // SPDX-license-identifier-Apache-2.0 default_applicable_licenses: ["packages_apps_Launcher3_license"], } filegroup { name: "launcher3-quickstep-robolectric-src", path: "robolectric_tests", Loading
robolectric_tests/Android.bp +9 −1 Original line number Diff line number Diff line Loading @@ -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"], } filegroup { name: "launcher3-robolectric-resources", path: "resources", Loading Loading @@ -47,4 +56,3 @@ android_robolectric_test { timeout: 36000, }, }
tests/Android.bp +9 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,15 @@ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // 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 "packages_apps_Launcher3_license" // to get the below license kinds: // SPDX-license-identifier-Apache-2.0 default_applicable_licenses: ["packages_apps_Launcher3_license"], } filegroup { name: "launcher3-test-src-common", srcs: ["src_common/**/*.java"], Loading