From 6b3ffd27ab928cfc4526e3e82fd1ea2266ad5e88 Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Mon, 26 Apr 2021 12:42:45 -0700 Subject: [LSC] Add LOCAL_LICENSE_KINDS to frameworks/base Added SPDX-license-identifier-Apache-2.0 to: location/tests/Android.bp services/tests/servicestests/test-apps/PackageParsingTestManifests/Android.bp tests/DynamicCodeLoggerIntegrationTests/Android.mk tests/FlickerTests/test-apps/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: If81cb09cb5da063fe7cc00a70d46ce6d4ce5b10e --- tests/DynamicCodeLoggerIntegrationTests/Android.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/DynamicCodeLoggerIntegrationTests') diff --git a/tests/DynamicCodeLoggerIntegrationTests/Android.mk b/tests/DynamicCodeLoggerIntegrationTests/Android.mk index bfb5b076237a..dab83046c28f 100644 --- a/tests/DynamicCodeLoggerIntegrationTests/Android.mk +++ b/tests/DynamicCodeLoggerIntegrationTests/Android.mk @@ -89,4 +89,7 @@ LOCAL_JAVA_RESOURCE_FILES := \ $(dynamiccodeloggertest_jar) \ $(dynamiccodeloggertest_executable) \ +LOCAL_LICENSE_KINDS := SPDX-license-identifier-Apache-2.0 +LOCAL_LICENSE_CONDITIONS := notice +LOCAL_NOTICE_FILE := $(LOCAL_PATH)/../../NOTICE include $(BUILD_PACKAGE) -- cgit v1.2.3-59-g8ed1b