Commit 29ebf872 authored by Yngve N. Pettersen's avatar Yngve N. Pettersen Committed by Commit Bot

Forward GN variable enable_lint if specified for a

chrome_public_apk_or_module_tmpl template instantiation for an Android
target

Change-Id: Ie38eaabdcf6a5bc17e39f76cfc06545a3c5f8398
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2385397
Commit-Queue: Andrew Grieve <agrieve@chromium.org>
Reviewed-by: default avatarAndrew Grieve <agrieve@chromium.org>
Cr-Commit-Position: refs/heads/master@{#803331}
parent 3ab52bd5
...@@ -1934,6 +1934,7 @@ template("chrome_public_apk_or_module_tmpl") { ...@@ -1934,6 +1934,7 @@ template("chrome_public_apk_or_module_tmpl") {
"is_base_module", "is_base_module",
"jni_registration_header", "jni_registration_header",
"target_type", "target_type",
"enable_lint",
"enable_multidex", "enable_multidex",
"lint_suppressions_dep", "lint_suppressions_dep",
"lint_suppressions_file", "lint_suppressions_file",
......
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