mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
17 lines
367 B
Python
17 lines
367 B
Python
include_rules = [
|
|
"+jni",
|
|
"+third_party/ashmem",
|
|
"+third_party/apple_apsl",
|
|
"+third_party/libevent",
|
|
"+third_party/dmg_fp",
|
|
"+third_party/mach_override",
|
|
"+third_party/tcmalloc",
|
|
|
|
# These are implicitly brought in from the root, and we don't want them.
|
|
"-ipc",
|
|
"-url",
|
|
|
|
# ICU dependendencies must be separate from the rest of base.
|
|
"-i18n",
|
|
]
|