From 71638c286d1c17d021bcfc88c02a5542b6c6c081 Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Fri, 12 Feb 2021 14:52:16 -0800 Subject: [LSC] Add LOCAL_LICENSE_KINDS to external/cpuinfo Added SPDX-license-identifier-BSD to: Android.bp deps/clog/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: Ia71206069835e5ce068d90605bbefb77f758aa1c --- Android.bp | 17 +++++++++++++++++ deps/clog/Android.bp | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/Android.bp b/Android.bp index dcec23e..79a901d 100644 --- a/Android.bp +++ b/Android.bp @@ -12,6 +12,23 @@ // See the License for the specific language governing permissions and // limitations under the License. +package { + default_applicable_licenses: ["external_cpuinfo_license"], +} + +// Added automatically by a large-scale-change +// See: http://go/android-license-faq +license { + name: "external_cpuinfo_license", + visibility: [":__subpackages__"], + license_kinds: [ + "SPDX-license-identifier-BSD", + ], + license_text: [ + "LICENSE", + ], +} + cpuinfo_arm_common_src_files = [ "src/arm/uarch.c", "src/arm/cache.c", diff --git a/deps/clog/Android.bp b/deps/clog/Android.bp index 31cab00..cac1230 100644 --- a/deps/clog/Android.bp +++ b/deps/clog/Android.bp @@ -12,6 +12,23 @@ // See the License for the specific language governing permissions and // limitations under the License. +package { + default_applicable_licenses: ["external_cpuinfo_deps_clog_license"], +} + +// Added automatically by a large-scale-change +// See: http://go/android-license-faq +license { + name: "external_cpuinfo_deps_clog_license", + visibility: [":__subpackages__"], + license_kinds: [ + "SPDX-license-identifier-BSD", + ], + license_text: [ + "LICENSE", + ], +} + cc_library_static { name: "libclog", export_include_dirs: ["include"], -- cgit v1.2.3