blob: 6c1c602b42a6ab8bd09af222ac22a213f8288b02 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
specific_include_rules = {
"custom_neteq_factory\.h": [
"+system_wrappers/include/clock.h",
],
"default_neteq_factory\.h": [
"+system_wrappers/include/clock.h",
],
"neteq_controller\.h": [
"+system_wrappers/include/clock.h",
],
"neteq_factory\.h": [
"+system_wrappers/include/clock.h",
],
}
|