summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 15:07:22 -0800
committerBob Badour <bbadour@google.com>2021-02-12 15:07:22 -0800
commit5f8c94e5fa4cd599c29666bbc6b085240fee6bfa (patch)
tree5c485cdf0ac7292435461d783def104340464202
parentbf198f3182e53f3d1dc9d061f558656e59f5d4c8 (diff)
downloadModuleMetadata-5f8c94e5fa4cd599c29666bbc6b085240fee6bfa.tar.gz
[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
-rw-r--r--Android.bp4
1 files changed, 4 insertions, 0 deletions
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",