aboutsummaryrefslogtreecommitdiff
path: root/client/Android.bp
diff options
context:
space:
mode:
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"],