aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-prod (mdb) <android-build-team-robot@google.com>2021-03-04 00:42:40 +0000
committerandroid-build-prod (mdb) <android-build-team-robot@google.com>2021-03-04 00:42:40 +0000
commitdae37925f51a6764cf1f26d92deb8314092d1b8c (patch)
tree868282331ac5f78edf5f8e6621f41c5795b459e6
parentd36934d222e927487c6a693f1335dfc6bbab40c8 (diff)
parent60009096d779460e06ca22b5cb35890cb2b3b408 (diff)
downloadnvram-dae37925f51a6764cf1f26d92deb8314092d1b8c.tar.gz
Snap for 7183507 from 60009096d779460e06ca22b5cb35890cb2b3b408 to sdk-releaseplatform-tools-31.0.3platform-tools-31.0.2platform-tools-31.0.1
Change-Id: Ieced42acc50ff6fe91b4a082f50e64561f3fa818
-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: [