summaryrefslogtreecommitdiff
path: root/tests/lldb/jni/BranchingFunCalls/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lldb/jni/BranchingFunCalls/Android.mk')
-rw-r--r--tests/lldb/jni/BranchingFunCalls/Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/lldb/jni/BranchingFunCalls/Android.mk b/tests/lldb/jni/BranchingFunCalls/Android.mk
index 5fdcdb31..a5ee3b42 100644
--- a/tests/lldb/jni/BranchingFunCalls/Android.mk
+++ b/tests/lldb/jni/BranchingFunCalls/Android.mk
@@ -7,6 +7,8 @@ LOCAL_SRC_FILES := $(call all-java-files-under, src) \
$(call all-renderscript-files-under, src)
LOCAL_PACKAGE_NAME := JNIBranchingFunCalls
+LOCAL_LICENSE_KINDS := SPDX-license-identifier-Apache-2.0
+LOCAL_LICENSE_CONDITIONS := notice
LOCAL_SDK_VERSION := current
LOCAL_JNI_SHARED_LIBRARIES := libjnibranchingfuncalls
@@ -15,4 +17,3 @@ LOCAL_RENDERSCRIPT_FLAGS := -g -O0 -target-api 0
include $(BUILD_PACKAGE)
include $(LOCAL_PATH)/jnibranchingfuncalls/Android.mk
-