[LSC] Add LOCAL_LICENSE_KINDS to packages/modules/ModuleMetadata
Added SPDX-license-identifier-Apache-2.0 to:
Android.bp
Bug: 68860345
Bug: 151177513
Bug: 151953481
Test: m all
Exempt-From-Owner-Approval: janitorial work
Change-Id: Ic8ab555affa8f7557a0282b622803112181e32eb
diff --git a/Android.bp b/Android.bp
index e8084b3..00708b4 100644
--- a/Android.bp
+++ b/Android.bp
@@ -14,6 +14,10 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
android_app {
name: "ModuleMetadata",
sdk_version: "28",