aboutsummaryrefslogtreecommitdiff
path: root/apps/upgrade/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'apps/upgrade/Android.mk')
-rw-r--r--apps/upgrade/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/upgrade/Android.mk b/apps/upgrade/Android.mk
index 01ec440..e67fc16 100644
--- a/apps/upgrade/Android.mk
+++ b/apps/upgrade/Android.mk
@@ -23,6 +23,8 @@ LOCAL_MODULE_TAGS := optional
# This is the target being built.
LOCAL_PACKAGE_NAME := UpgradeExample
+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)