1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
{ "algorithm":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["algorithm"]
, "stage": ["absl", "algorithm"]
, "hdrs": ["algorithm.h"]
, "deps": [["absl/base", "config"]]
}
, "container":
{ "type": "export"
, "target": "container_internal"
, "flexible_config":
[ "ADD_CFLAGS"
, "ADD_CXXFLAGS"
, "AR"
, "ARCH"
, "CC"
, "CFLAGS"
, "CXX"
, "CXXFLAGS"
, "DEBUG"
, "ENV"
, "HOST_ARCH"
, "OS"
, "TARGET_ARCH"
, "TOOLCHAIN_CONFIG"
]
}
, "container_internal":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["container"]
, "stage": ["absl", "algorithm"]
, "hdrs": ["container.h"]
, "deps":
["algorithm", ["absl/base", "core_headers"], ["absl/meta", "type_traits"]]
}
}
|