summaryrefslogtreecommitdiff
path: root/keystore
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-11-04 11:00:55 -0700
committerBob Badour <bbadour@google.com>2021-11-04 11:00:55 -0700
commit181857fec1a328d7923e9e903ab54a685d54bebf (patch)
treeadf2776e997dc7b74fb8c55a3fe59cc06b40c26b /keystore
parent012b3ec88da345ce29f025e82f919a9ef3477bc4 (diff)
downloadsecurity-181857fec1a328d7923e9e903ab54a685d54bebf.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to system/security
Added SPDX-license-identifier-Apache-2.0 to: keystore/tests/fuzzer/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Change-Id: If7701aa8e0125aa6829c42a7dedb0efd1832ace4
Diffstat (limited to 'keystore')
-rw-r--r--keystore/tests/fuzzer/Android.bp9
1 files changed, 9 insertions, 0 deletions
diff --git a/keystore/tests/fuzzer/Android.bp b/keystore/tests/fuzzer/Android.bp
index 194d3973..589cef7a 100644
--- a/keystore/tests/fuzzer/Android.bp
+++ b/keystore/tests/fuzzer/Android.bp
@@ -14,6 +14,15 @@
* limitations under the License.
*/
+package {
+ // See: http://go/android-license-faq
+ // A large-scale-change added 'default_applicable_licenses' to import
+ // all of the 'license_kinds' from "system_security_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ default_applicable_licenses: ["system_security_license"],
+}
+
cc_fuzz {
name: "keystoreGetWifiHidl_fuzzer",
vendor: true,