[LSC] Add LOCAL_LICENSE_KINDS to packages/modules/common

Added SPDX-license-identifier-Apache-2.0 to:
  java/com/android/modules/annotation/Android.bp
  sdk/Android.bp

Bug: 68860345
Bug: 151177513
Bug: 151953481

Test: m all

Exempt-From-Owner-Approval: janitorial work

Change-Id: Ia45708593b339ddbc4e7643b9974bf60fd9a4e2d
Merged-in: I2934cb172c2a335a8fa0044219f362d80cb44a0e
This commit is contained in:
Bob Badour
2021-02-12 19:46:13 -08:00
parent bf85235779
commit f3aa76929d
2 changed files with 5 additions and 0 deletions

View File

@@ -14,6 +14,10 @@
* limitations under the License. * limitations under the License.
*/ */
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
java_library { java_library {
name: "modules-annotation-minsdk", name: "modules-annotation-minsdk",
host_supported: true, host_supported: true,

View File

@@ -14,6 +14,7 @@
package { package {
default_visibility: [":__subpackages__"], default_visibility: [":__subpackages__"],
default_applicable_licenses: ["Android-Apache-2.0"],
} }
mainline_stubs_args = mainline_stubs_args =