[LSC] Add LOCAL_LICENSE_KINDS to packages/apps/Launcher3

Added SPDX-license-identifier-Apache-2.0 to:
  quickstep/Android.bp
  tests/Android.bp

Bug: 68860345
Bug: 151177513
Bug: 151953481

Test: m all

Exempt-From-Owner-Approval: janitorial work
Change-Id: Ib621df62192122b6c30137d1c0146d366b903466
This commit is contained in:
Bob Badour
2021-03-19 16:01:58 -07:00
parent 83e23a5f7f
commit b2b91c32e6
2 changed files with 18 additions and 0 deletions
+9
View File
@@ -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",
+9
View File
@@ -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"],