[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
diff --git a/android/ultimate/get_modification_time/jni/Android.mk b/android/ultimate/get_modification_time/jni/Android.mk
index d2083e4..27daa70 100644
--- a/android/ultimate/get_modification_time/jni/Android.mk
+++ b/android/ultimate/get_modification_time/jni/Android.mk
@@ -3,6 +3,8 @@
 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)