Merge "Fix typo in doc: code segment for container dot" am: 710813e871 am: 1dd148f737 am: f79ab4b3a3

Original change: https://android-review.googlesource.com/c/platform/build/+/1946012

Change-Id: I116e98e94d842b47218f8d90cdb4e0c147aa0a38
This commit is contained in:
Treehugger Robot
2022-01-12 23:14:25 +00:00
committed by Automerger Merge Worker

View File

@@ -70,6 +70,7 @@ strict digraph {
#### a pure aggregation `container.zip` that merely bundles files together #### a pure aggregation `container.zip` that merely bundles files together
```dot
strict digraph { strict digraph {
rankdir=LR; rankdir=LR;
bin1 [label="bin/bin1.meta_lic"]; bin1 [label="bin/bin1.meta_lic"];
@@ -89,6 +90,7 @@ strict digraph {
container -> libb [label="static"]; container -> libb [label="static"];
{rank=same; container} {rank=same; container}
} }
```
#### an apex file (more like an apk file) with some binaries and libraries #### an apex file (more like an apk file) with some binaries and libraries