aboutsummaryrefslogtreecommitdiff
path: root/client/Android.bp
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 /client/Android.bp
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
Diffstat (limited to 'client/Android.bp')
-rw-r--r--client/Android.bp4
1 files changed, 4 insertions, 0 deletions
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"],