From 37b8e22c2e14c1534850e6ec0ae9ed9598b1a571 Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Thu, 6 Oct 2022 13:32:35 -0700 Subject: [PATCH] [LSC] Add LOCAL_LICENSE_KINDS to device/google/gs-common Added SPDX-license-identifier-Apache-2.0 to: ramdump/Android.bp soc/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Change-Id: Id2b08f9edfdc7d9828f28739c28b23c318f352a2 --- ramdump/Android.bp | 4 ++++ soc/Android.bp | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/ramdump/Android.bp b/ramdump/Android.bp index 4fd8dbb..928a677 100644 --- a/ramdump/Android.bp +++ b/ramdump/Android.bp @@ -1,3 +1,7 @@ +package { + default_applicable_licenses: ["Android-Apache-2.0"], +} + cc_binary { name: "dump_ramdump", srcs: ["dump_ramdump.cpp"], diff --git a/soc/Android.bp b/soc/Android.bp index 4f31fb9..8cb3e65 100644 --- a/soc/Android.bp +++ b/soc/Android.bp @@ -1,3 +1,7 @@ +package { + default_applicable_licenses: ["Android-Apache-2.0"], +} + cc_binary { name: "dump_soc", srcs: ["dump_soc.cpp"],