blob: 7cefa77d58a0ffcc1ce2dfee43e057325f25392a [file] [log] [blame]
include_rules = [
# This code cannot depend on anything from //base, except for the current
# directory.
"-base",
"+base/android/linker",
]
# Allow using //base in unittests. These unittests are included in targets that
# already depend on //base.
specific_include_rules = {
".*_unittest\.cc": [
"+base",
],
}