diff options
| author | 2021-02-16 14:50:57 +0000 | |
|---|---|---|
| committer | 2021-02-16 14:50:57 +0000 | |
| commit | fcf6560011fe4455f8d2c9ec332bf04f591f2765 (patch) | |
| tree | ebd5fbfccb70f90707a553bd4825a91e6cb9566f /tests/DynamicCodeLoggerIntegrationTests | |
| parent | 6916f91f55ff44530635e7298a37f3422ed4ee12 (diff) | |
| parent | 051ef786ace7a5177874fd9c2f654f0c8f041cfe (diff) | |
Merge "[LSC] Add LOCAL_LICENSE_KINDS to frameworks/base"
Diffstat (limited to 'tests/DynamicCodeLoggerIntegrationTests')
| -rw-r--r-- | tests/DynamicCodeLoggerIntegrationTests/Android.mk | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/DynamicCodeLoggerIntegrationTests/Android.mk b/tests/DynamicCodeLoggerIntegrationTests/Android.mk index 2d58ce8baddc..bfb5b076237a 100644 --- a/tests/DynamicCodeLoggerIntegrationTests/Android.mk +++ b/tests/DynamicCodeLoggerIntegrationTests/Android.mk @@ -22,6 +22,9 @@ include $(CLEAR_VARS) LOCAL_MODULE_TAGS := tests LOCAL_MODULE := DynamicCodeLoggerTestLibrary +LOCAL_LICENSE_KINDS := SPDX-license-identifier-Apache-2.0 +LOCAL_LICENSE_CONDITIONS := notice +LOCAL_NOTICE_FILE := $(LOCAL_PATH)/../../NOTICE LOCAL_SRC_FILES := $(call all-java-files-under, src/com/android/dcl) include $(BUILD_JAVA_LIBRARY) @@ -35,6 +38,9 @@ include $(CLEAR_VARS) LOCAL_MODULE_TAGS := tests LOCAL_MODULE := DynamicCodeLoggerNativeTestLibrary +LOCAL_LICENSE_KINDS := SPDX-license-identifier-Apache-2.0 +LOCAL_LICENSE_CONDITIONS := notice +LOCAL_NOTICE_FILE := $(LOCAL_PATH)/../../NOTICE LOCAL_SRC_FILES := src/cpp/com_android_dcl_Jni.cpp LOCAL_HEADER_LIBRARIES := jni_headers LOCAL_SDK_VERSION := 28 @@ -48,6 +54,9 @@ include $(CLEAR_VARS) LOCAL_MODULE_TAGS := tests LOCAL_MODULE := DynamicCodeLoggerNativeExecutable +LOCAL_LICENSE_KINDS := SPDX-license-identifier-Apache-2.0 +LOCAL_LICENSE_CONDITIONS := notice +LOCAL_NOTICE_FILE := $(LOCAL_PATH)/../../NOTICE LOCAL_SRC_FILES := src/cpp/test_executable.cpp include $(BUILD_EXECUTABLE) |