aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-07-15 01:35:27 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-07-15 01:35:27 +0000
commit5f779c98bec6dbfbb81065284ea334f937579b37 (patch)
tree0e3b5815af1721855e158545a7b83536f826ba1f
parentd215878a4cc9c769ad0d1ad4f153ec1970c817b3 (diff)
parent436187edb12bc82f09b78c86f2c81484f71f1c3a (diff)
downloadwalt-5f779c98bec6dbfbb81065284ea334f937579b37.tar.gz
Snap for 7550844 from 436187edb12bc82f09b78c86f2c81484f71f1c3a to mainline-os-statsd-releaseandroid-mainline-12.0.0_r84android-mainline-12.0.0_r58android12-mainline-statsd-release
Change-Id: I130743a3f6667c3f76f105c7168987f5d39a63f5
-rw-r--r--android/WALT/app/src/main/jni/Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/android/WALT/app/src/main/jni/Android.mk b/android/WALT/app/src/main/jni/Android.mk
index edf1ddf..d01947c 100644
--- a/android/WALT/app/src/main/jni/Android.mk
+++ b/android/WALT/app/src/main/jni/Android.mk
@@ -18,6 +18,9 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := sync_clock_jni
+LOCAL_LICENSE_KINDS := SPDX-license-identifier-Apache-2.0
+LOCAL_LICENSE_CONDITIONS := notice
+LOCAL_NOTICE_FILE := $(LOCAL_PATH)/../../../../../../LICENSE
LOCAL_SRC_FILES := sync_clock_jni.c sync_clock.c player.c
LOCAL_CFLAGS := -g -DUSE_LIBLOG -Werror -Wno-deprecated-declarations