summaryrefslogtreecommitdiff
path: root/hifi/debug-hifi/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'hifi/debug-hifi/Android.mk')
-rw-r--r--hifi/debug-hifi/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/hifi/debug-hifi/Android.mk b/hifi/debug-hifi/Android.mk
index 8e55d9ae..eefcaa58 100644
--- a/hifi/debug-hifi/Android.mk
+++ b/hifi/debug-hifi/Android.mk
@@ -16,6 +16,8 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := debug-hifi
+LOCAL_LICENSE_KINDS := SPDX-license-identifier-Apache-2.0
+LOCAL_LICENSE_CONDITIONS := notice
LOCAL_SHARED_LIBRARIES := liblog libcutils
LOCAL_SRC_FILES := debug-hifi.c
include $(BUILD_EXECUTABLE)