xref: /aosp_15_r20/external/cronet/base/android/linker/DEPS (revision 6777b5387eb2ff775bb5750e3f5d96f37fb7352b)
1include_rules = [
2  # This code cannot depend on anything from //base, except for the current
3  # directory.
4  "-base",
5  "+base/android/linker",
6  "+third_party/jni_zero/jni_export.h",
7]
8
9# Allow using //base in unittests. These unittests are included in targets that
10# already depend on //base.
11specific_include_rules = {
12  ".*_unittest\.cc": [
13    "+base",
14  ],
15}
16