summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-02-16 02:09:48 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-02-16 02:09:48 +0000
commit16182ab9bbe028585c0f850d26a751335ebf73bc (patch)
treebf969fbfd3244e103a8ac4993ea243e3a9cf17ac
parentbf1809986ae60824667f54ce4dcd1df868612578 (diff)
parent29aa94d12528701b7008e241e6acc2e5d1d6a127 (diff)
downloadidea-android12L-gsi.tar.gz
Change-Id: Ide016ab27ad8cf8f8ae7886058bcb47a38be2798
-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)