aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-05 22:24:17 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-02-05 22:24:17 +0000
commitaf238dec1f6f9231dcd619b4a1dbc6ca40128c56 (patch)
tree868282331ac5f78edf5f8e6621f41c5795b459e6
parent559fb5ba33c4288d79545c7abdd6d7368c0a1ce0 (diff)
parent2606a9702689543b7aa8175128ab95ae99bb4e49 (diff)
downloadnvram-af238dec1f6f9231dcd619b4a1dbc6ca40128c56.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to system/nvram am: abe4fdd77e am: 60009096d7 am: 94623fb372 am: 2606a97026
Original change: https://android-review.googlesource.com/c/platform/system/nvram/+/1576277 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I88324deaffd624494d7791a8d08f736e664eb7b9
-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: [