[LSC] Add LOCAL_LICENSE_KINDS to packages/apps/Messaging am: 019fc1f23a am: 3ca1a1a297 am: bb332a23ff am: a7ba2de9b4

Original change: https://android-review.googlesource.com/c/platform/packages/apps/Messaging/+/1682068

Change-Id: Ieac27381cb5555af9aa15cb990ffd4ddb64b7f94
This commit is contained in:
Bob Badour
2021-04-21 20:19:45 +00:00
committed by Automerger Merge Worker
2 changed files with 4 additions and 0 deletions

View File

@@ -67,6 +67,8 @@ else
endif
LOCAL_PACKAGE_NAME := messaging
LOCAL_LICENSE_KINDS := SPDX-license-identifier-Apache-2.0 SPDX-license-identifier-BSD SPDX-license-identifier-MIT
LOCAL_LICENSE_CONDITIONS := notice
LOCAL_CERTIFICATE := platform

View File

@@ -21,6 +21,8 @@ LOCAL_MODULE_TAGS := tests
LOCAL_SRC_FILES := $(call all-java-files-under, src)
LOCAL_PACKAGE_NAME := messagingtests
LOCAL_LICENSE_KINDS := SPDX-license-identifier-Apache-2.0
LOCAL_LICENSE_CONDITIONS := notice
LOCAL_INSTRUMENTATION_FOR := messaging