summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 20:33:36 -0800
committerBob Badour <bbadour@google.com>2021-02-12 20:33:36 -0800
commit6b5cbe478dd809e258c85ac73b85989a96082523 (patch)
treebf969fbfd3244e103a8ac4993ea243e3a9cf17ac
parentbf1809986ae60824667f54ce4dcd1df868612578 (diff)
downloadidea-6b5cbe478dd809e258c85ac73b85989a96082523.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to tools/adt/idea
Added SPDX-license-identifier-Apache-2.0 to: android/ultimate/get_modification_time/jni/Android.mk Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: Iea212b2d510196f06bb396c9461de92812b84049
-rw-r--r--android/ultimate/get_modification_time/jni/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/android/ultimate/get_modification_time/jni/Android.mk b/android/ultimate/get_modification_time/jni/Android.mk
index d2083e43e43..27daa70f5f2 100644
--- a/android/ultimate/get_modification_time/jni/Android.mk
+++ b/android/ultimate/get_modification_time/jni/Android.mk
@@ -3,6 +3,8 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := get_modification_time
+LOCAL_LICENSE_KINDS := SPDX-license-identifier-Apache-2.0
+LOCAL_LICENSE_CONDITIONS := notice
LOCAL_SRC_FILES := get_modification_time.c
include $(BUILD_EXECUTABLE)