aboutsummaryrefslogtreecommitdiff
path: root/apps/client/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'apps/client/Android.mk')
-rw-r--r--apps/client/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/client/Android.mk b/apps/client/Android.mk
index dfb6357..c2c8ba5 100644
--- a/apps/client/Android.mk
+++ b/apps/client/Android.mk
@@ -26,6 +26,8 @@ LOCAL_MODULE_TAGS := optional
# This is the target being built.
LOCAL_PACKAGE_NAME := PlatformLibraryClient
+LOCAL_LICENSE_KINDS := SPDX-license-identifier-Apache-2.0
+LOCAL_LICENSE_CONDITIONS := notice
# Only compile source java files in this apk.
LOCAL_SRC_FILES := $(call all-java-files-under, src)