1digraph {
2graph [ ratio=.5 ]
3node [ shape=box style=filled fillcolor=white colorscheme=svg fontcolor=black ]
4"ap2a" [ label="ap2a" ]
5"ap3a" [ label="ap3a" ]
6"ap4a" -> "ap3a"
7"ap4a" [ label="ap4a\ninherits: ap3a\nother names: aosp_current" ]
8"bp1a" -> "ap4a"
9"bp1a" [ label="bp1a\ninherits: ap4a" fillcolor="#d2e3fc" ]
10"eng" [ label="eng" ]
11"trunk" -> "ap3a" [ style=dashed color="#81c995" ]
12"trunk_staging" [ label="trunk_staging" fillcolor="#ceead6" ]
13"user" [ label="user" ]
14"userdebug" [ label="userdebug" ]
15}