commit | 1ea0b9567d543eac4642eef4289fe2ddf5fb7a34 | [log] [tgz] |
---|---|---|
author | Bob Badour <bbadour@google.com> | Thu Feb 17 05:37:27 2022 -0800 |
committer | Bob Badour <bbadour@google.com> | Thu Feb 17 05:37:27 2022 -0800 |
tree | 8df9c284ba8f83c4cdcd4c848a965a59eb35c90b | |
parent | ceb2bbfca6a7b48277c23df5bb336868b414001b [diff] |
[LSC] Add LOCAL_LICENSE_KINDS to cts Added SPDX-license-identifier-Apache-2.0 to: hostsidetests/securitybulletin/test-apps/CVE-2021-0642/Android.bp hostsidetests/securitybulletin/test-apps/CVE-2021-39702/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Change-Id: I15afc8b7323c67a77d36d0d11e47a8d097d2344c
diff --git a/hostsidetests/securitybulletin/test-apps/CVE-2021-0642/Android.bp b/hostsidetests/securitybulletin/test-apps/CVE-2021-0642/Android.bp index 770b5a2..50acd29 100644 --- a/hostsidetests/securitybulletin/test-apps/CVE-2021-0642/Android.bp +++ b/hostsidetests/securitybulletin/test-apps/CVE-2021-0642/Android.bp
@@ -15,6 +15,10 @@ * */ +package { + default_applicable_licenses: ["Android-Apache-2.0"], +} + android_test_helper_app { name: "CVE-2021-0642", defaults: [
diff --git a/hostsidetests/securitybulletin/test-apps/CVE-2021-39702/Android.bp b/hostsidetests/securitybulletin/test-apps/CVE-2021-39702/Android.bp index 8c5b251..fa45e78 100644 --- a/hostsidetests/securitybulletin/test-apps/CVE-2021-39702/Android.bp +++ b/hostsidetests/securitybulletin/test-apps/CVE-2021-39702/Android.bp
@@ -15,6 +15,10 @@ * */ +package { + default_applicable_licenses: ["Android-Apache-2.0"], +} + android_test_helper_app { name: "CVE-2021-39702", defaults: ["cts_support_defaults"],