aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 14:52:16 -0800
committerBob Badour <bbadour@google.com>2021-02-12 14:52:16 -0800
commit71638c286d1c17d021bcfc88c02a5542b6c6c081 (patch)
tree61775889817f39fb6d1bdeb88fb5fafaee2971da
parent3d8cf98c1eda63841ff35fd50c2e65eeb08e8362 (diff)
downloadcpuinfo-71638c286d1c17d021bcfc88c02a5542b6c6c081.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/cpuinfoandroid-s-preview-1
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
-rw-r--r--Android.bp17
-rw-r--r--deps/clog/Android.bp17
2 files changed, 34 insertions, 0 deletions
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"],