From 576104304d80cef22efc5cc2c461c75d6b414ec8 Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Wed, 17 Mar 2021 12:59:19 -0700 Subject: [PATCH] [LSC] Add LOCAL_LICENSE_KINDS to system/core Added SPDX-license-identifier-Apache-2.0 to: libstats/pull_lazy/Android.bp libstats/socket_lazy/Android.bp trusty/utils/acvp/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I33005150521238b61d1a8c923749b17d36bba693 --- libstats/pull_lazy/Android.bp | 6 +++++- libstats/socket_lazy/Android.bp | 6 +++++- trusty/utils/acvp/Android.bp | 4 ++++ 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/libstats/pull_lazy/Android.bp b/libstats/pull_lazy/Android.bp index b1d098b9a..65dce26a0 100644 --- a/libstats/pull_lazy/Android.bp +++ b/libstats/pull_lazy/Android.bp @@ -1,6 +1,10 @@ // Lazy loading version of libstatspull that can be used by code // that is running before the statsd APEX is mounted and // libstatspull.so is available. +package { + default_applicable_licenses: ["Android-Apache-2.0"], +} + cc_library_static { name: "libstatspull_lazy", header_libs: [ @@ -41,4 +45,4 @@ cc_test { suffix: "32", }, }, -} \ No newline at end of file +} diff --git a/libstats/socket_lazy/Android.bp b/libstats/socket_lazy/Android.bp index ad6b4e003..b2cd7b26b 100644 --- a/libstats/socket_lazy/Android.bp +++ b/libstats/socket_lazy/Android.bp @@ -1,6 +1,10 @@ // Lazy loading version of libstatssocket that can be used by code // that is running before the statsd APEX is mounted and // libstatssocket.so is available. +package { + default_applicable_licenses: ["Android-Apache-2.0"], +} + cc_library_static { name: "libstatssocket_lazy", header_libs: [ @@ -37,4 +41,4 @@ cc_test { suffix: "32", }, }, -} \ No newline at end of file +} diff --git a/trusty/utils/acvp/Android.bp b/trusty/utils/acvp/Android.bp index 6fe193e5f..b851e39c4 100644 --- a/trusty/utils/acvp/Android.bp +++ b/trusty/utils/acvp/Android.bp @@ -11,6 +11,10 @@ // See the License for the specific language governing permissions and // limitations under the License. +package { + default_applicable_licenses: ["Android-Apache-2.0"], +} + cc_binary { name: "trusty_acvp_modulewrapper", vendor: true,