From 0bc044bc32b99cb28f169d7d1b8dc23c4743c943 Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Fri, 12 Feb 2021 18:10:32 -0800 Subject: [PATCH] [LSC] Add LOCAL_LICENSE_KINDS to system/memory/lmkd Added SPDX-license-identifier-Apache-2.0 to: Android.bp libpsi/Android.bp tests/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I5fed190764c763388c50c2fea58c5c421579bd30 --- Android.bp | 4 ++++ libpsi/Android.bp | 4 ++++ tests/Android.bp | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/Android.bp b/Android.bp index 9cd4f98..267cd48 100644 --- a/Android.bp +++ b/Android.bp @@ -1,3 +1,7 @@ +package { + default_applicable_licenses: ["Android-Apache-2.0"], +} + cc_defaults { name: "stats_defaults", cflags: [ diff --git a/libpsi/Android.bp b/libpsi/Android.bp index 0d8592a..eff9f38 100644 --- a/libpsi/Android.bp +++ b/libpsi/Android.bp @@ -1,3 +1,7 @@ +package { + default_applicable_licenses: ["Android-Apache-2.0"], +} + cc_library_headers { name: "libpsi_headers", export_include_dirs: ["include"], diff --git a/tests/Android.bp b/tests/Android.bp index 4e845fd..dfbe0c7 100644 --- a/tests/Android.bp +++ b/tests/Android.bp @@ -12,6 +12,10 @@ // See the License for the specific language governing permissions and // limitations under the License. +package { + default_applicable_licenses: ["Android-Apache-2.0"], +} + cc_test { name: "lmkd_unit_test",