aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-03 17:24:01 -0800
committerBob Badour <bbadour@google.com>2021-02-05 01:28:20 -0800
commitabe4fdd77ec723cafa829108a640be2b91d964f1 (patch)
tree868282331ac5f78edf5f8e6621f41c5795b459e6
parent559fb5ba33c4288d79545c7abdd6d7368c0a1ce0 (diff)
downloadnvram-abe4fdd77ec723cafa829108a640be2b91d964f1.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to system/nvramandroid-s-preview-1
Added SPDX-license-identifier-Apache-2.0 to: Android.bp client/Android.bp core/Android.bp core/tests/Android.bp hal/Android.bp hal/tests/Android.bp messages/Android.bp messages/tests/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I3ab932788026774985a642e38a4b823c6b3662e0
-rw-r--r--Android.bp4
-rw-r--r--client/Android.bp4
-rw-r--r--core/Android.bp4
-rw-r--r--core/tests/Android.bp4
-rw-r--r--hal/Android.bp4
-rw-r--r--hal/tests/Android.bp4
-rw-r--r--messages/Android.bp5
-rw-r--r--messages/tests/Android.bp4
8 files changed, 32 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 3d15039..57cf658 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,3 +1,7 @@
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
subdirs = [
"client",
"core",
diff --git a/client/Android.bp b/client/Android.bp
index c430efe..e114787 100644
--- a/client/Android.bp
+++ b/client/Android.bp
@@ -14,6 +14,10 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
cc_binary {
name: "nvram-client",
srcs: ["nvram_client.c"],
diff --git a/core/Android.bp b/core/Android.bp
index bf6d343..29c2505 100644
--- a/core/Android.bp
+++ b/core/Android.bp
@@ -14,6 +14,10 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
subdirs = [
"tests",
]
diff --git a/core/tests/Android.bp b/core/tests/Android.bp
index d31ffe7..cc1d3d1 100644
--- a/core/tests/Android.bp
+++ b/core/tests/Android.bp
@@ -14,6 +14,10 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
cc_test_host {
name: "libnvram-core-tests",
srcs: [
diff --git a/hal/Android.bp b/hal/Android.bp
index 4f47024..0a69943 100644
--- a/hal/Android.bp
+++ b/hal/Android.bp
@@ -14,6 +14,10 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
subdirs = [
"tests",
]
diff --git a/hal/tests/Android.bp b/hal/tests/Android.bp
index 28d9adf..79b67fd 100644
--- a/hal/tests/Android.bp
+++ b/hal/tests/Android.bp
@@ -14,6 +14,10 @@
// nvram_hal_test
// ========================================================
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
cc_test {
name: "nvram_hal_test",
diff --git a/messages/Android.bp b/messages/Android.bp
index 88aa842..49e787f 100644
--- a/messages/Android.bp
+++ b/messages/Android.bp
@@ -14,6 +14,10 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
subdirs = [
"tests",
]
@@ -36,4 +40,3 @@ cc_library_shared {
export_include_dirs: ["include"],
static_libs: ["libbase"],
}
-
diff --git a/messages/tests/Android.bp b/messages/tests/Android.bp
index a65300f..6ada96c 100644
--- a/messages/tests/Android.bp
+++ b/messages/tests/Android.bp
@@ -14,6 +14,10 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
cc_test_host {
name: "libnvram-messages-tests",
srcs: [