Commit 4ff581dd authored by jbudorick's avatar jbudorick Committed by Commit bot

[Android] Guard android_assets usage with enable_java_templates.

BUG=pdfium:38

Review-Url: https://codereview.chromium.org/2113413002
Cr-Commit-Position: refs/heads/master@{#37592}
parent b93c80a6
......@@ -515,7 +515,7 @@ action("d8_js2c") {
rebase_path(inputs, root_build_dir)
}
if (is_android) {
if (is_android && enable_java_templates) {
android_assets("v8_external_startup_data_assets") {
if (v8_use_external_startup_data) {
deps = [
......
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