Commit 5ad48177 authored by Nicolas Dossou-gbete's avatar Nicolas Dossou-gbete Committed by Commit Bot

🔧 Mark android_deps READMEs security critical for APK dependencies

Bug: 787005
Change-Id: I3ca8398b856a610a17f2d2c9a03901b58dbb5f65
Reviewed-on: https://chromium-review.googlesource.com/941445Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Commit-Queue: Nicolas Dossou-Gbété <dgn@chromium.org>
Cr-Commit-Position: refs/heads/master@{#539864}
parent ce450a9c
...@@ -196,7 +196,7 @@ class BuildConfigGenerator extends DefaultTask { ...@@ -196,7 +196,7 @@ class BuildConfigGenerator extends DefaultTask {
Version: ${dependency.version} Version: ${dependency.version}
License: ${licenseString} License: ${licenseString}
License File: ${dependency.supportsAndroid ? "LICENSE" : "NOT_SHIPPED"} License File: ${dependency.supportsAndroid ? "LICENSE" : "NOT_SHIPPED"}
Security Critical: no Security Critical: ${dependency.supportsAndroid ? "yes" : "no"}
Description: Description:
${dependency.description} ${dependency.description}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment