aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2021-04-21 18:21:21 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-04-21 18:21:21 +0000
commit7d23920f2b4a671795f7a795e58e3221d789b2ea (patch)
treee4f835acc875df5e5ae05f29591ed1e8669faec6
parentad509e0e1d60e05b690e16651890e0e525ff7d71 (diff)
parent22e148622be7a8e03c5035af4730e66700290008 (diff)
downloadandroid-7d23920f2b4a671795f7a795e58e3221d789b2ea.tar.gz
Merge "[LSC] Add LOCAL_LICENSE_KINDS to developers/samples/android"
-rw-r--r--security/FingerprintDialog/Application/src/main/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/FingerprintDialog/Application/src/main/Android.mk b/security/FingerprintDialog/Application/src/main/Android.mk
index 54ec850e..796e182f 100644
--- a/security/FingerprintDialog/Application/src/main/Android.mk
+++ b/security/FingerprintDialog/Application/src/main/Android.mk
@@ -22,6 +22,8 @@ LOCAL_STATIC_ANDROID_LIBRARIES := \
LOCAL_MODULE_TAGS := samples
LOCAL_SRC_FILES := $(call all-subdir-java-files)
LOCAL_PACKAGE_NAME := FingerprintDialog
+LOCAL_LICENSE_KINDS := SPDX-license-identifier-Apache-2.0
+LOCAL_LICENSE_CONDITIONS := notice
LOCAL_SDK_VERSION := current
LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res \
prebuilts/sdk/current/support/v7/appcompat/res