summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 20:44:23 -0800
committerBob Badour <bbadour@google.com>2021-02-12 20:44:23 -0800
commit33003d2c674806f1bce94b6ae228ab3e13128955 (patch)
tree7cce80e8e5423d4930a66b0cff33e83e1efe2f9b
parent984b70a27d9b8d7e89e24424e06f2dbea38b0f6f (diff)
downloadlibmemtrack-33003d2c674806f1bce94b6ae228ab3e13128955.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to system/memory/libmemtrackandroid-s-preview-1
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: If1d9cd310873bc53374d2fbf4e6e27cf61e2468e
-rw-r--r--Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index f15ca7e..4a90312 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,5 +1,9 @@
// Copyright 2013 The Android Open Source Project
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
cc_library_shared {
name: "libmemtrack",
vendor_available: true,