[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: Ibcce51ccaa3a10cfe862531d3b924f14bdd40f0b
This commit is contained in:
Bob Badour
2021-02-22 16:14:12 -08:00
parent 906b819323
commit d31d716ab7
2 changed files with 5 additions and 0 deletions

View File

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