summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-04-26 12:42:45 -0700
committerBob Badour <bbadour@google.com>2021-04-26 12:42:45 -0700
commit6b3ffd27ab928cfc4526e3e82fd1ea2266ad5e88 (patch)
tree31479eb2588271fe5e28386e4402e85f9c9fad95
parent8d75fd0d023b37ec2cec372a97c39a2561586d9c (diff)
[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
-rw-r--r--tests/DynamicCodeLoggerIntegrationTests/Android.mk3
1 files changed, 3 insertions, 0 deletions
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)