summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2021-02-16 00:31:34 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-02-16 00:31:34 +0000
commitb8a96c8025e79e0564b8aea6e1627d3516bda705 (patch)
treebf969fbfd3244e103a8ac4993ea243e3a9cf17ac
parentbf1809986ae60824667f54ce4dcd1df868612578 (diff)
parent7fad978edc5dded0129bd0fae40636e47abd92e7 (diff)
downloadidea-b8a96c8025e79e0564b8aea6e1627d3516bda705.tar.gz
Merge "[LSC] Add LOCAL_LICENSE_KINDS to tools/adt/idea" am: 7ff97853e8 am: 7fad978edc
Original change: https://android-review.googlesource.com/c/platform/tools/adt/idea/+/1589112 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I0cb81f91385a0d8dfea677be98a6961ec7838640
-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)