summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2022-03-30 04:22:25 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2022-03-30 04:22:25 +0000
commit363ef1f45a7aa144cbf6cfcfa625127ebf0e75d0 (patch)
tree17bd26bc76063d93dd584f0e5eb730fe57bdf22d
parenteafcee5f847d684571520b6b98f2db86cc32d681 (diff)
parent5afc9194e4f6ce638254d854af7f9e0f87e4ddfc (diff)
downloadcts-363ef1f45a7aa144cbf6cfcfa625127ebf0e75d0.tar.gz
Merge "[RESTRICT AUTOMERGE] Updated CTS test for Android Security b/147309942" into rvc-dev
-rw-r--r--hostsidetests/securitybulletin/securityPatch/CVE-2020-0073/Android.bp7
1 files changed, 6 insertions, 1 deletions
diff --git a/hostsidetests/securitybulletin/securityPatch/CVE-2020-0073/Android.bp b/hostsidetests/securitybulletin/securityPatch/CVE-2020-0073/Android.bp
index cbe6a4e9f02..2a5682f8979 100644
--- a/hostsidetests/securitybulletin/securityPatch/CVE-2020-0073/Android.bp
+++ b/hostsidetests/securitybulletin/securityPatch/CVE-2020-0073/Android.bp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2021 The Android Open Source Project
+ * Copyright (C) 2022 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -14,6 +14,11 @@
* limitations under the License.
*
*/
+
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
cc_test {
name: "CVE-2020-0073",
defaults: ["cts_hostsidetests_securitybulletin_defaults"],