Commit 4e00032d authored by John Budorick's avatar John Budorick Committed by Commit Bot

android: make generate_jni_impl depend on logging_buildflags.

Tbr: agrieve@chromium.org
Bug: 1007403a
Change-Id: I07cf5852dfcebbe2b0615cf361141ab2f4ea7eaa
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1822507
Commit-Queue: John Budorick <jbudorick@chromium.org>
Auto-Submit: John Budorick <jbudorick@chromium.org>
Reviewed-by: default avatarTrent Apted <tapted@chromium.org>
Cr-Commit-Position: refs/heads/master@{#699575}
parent a5fe5bb5
......@@ -192,11 +192,12 @@ if (enable_java_templates) {
"//base/android/jni_generator/jni_generator_helper.h"
_jni_generator_include_deps = [
# Using //base/android/jni_generator/jni_generator_helper.h introduces
# a dependency on debugging_buildflags indirectly through
# a dependency on buildflags targets indirectly through
# base/android/jni_android.h, which is part of the //base target.
# This can't depend directly on //base without causing a dependency
# cycle, though.
"//base:debugging_buildflags",
"//base:logging_buildflags",
]
}
......
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