Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f79ab4b3 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix typo in doc: code segment for container dot" am: 710813e8 am: 1dd148f7

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

Change-Id: Idc041eef65d8fad116f2b10274c63c0fac575b7e
parents 3c2b365e 1dd148f7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -70,6 +70,7 @@ strict digraph {

#### a pure aggregation `container.zip` that merely bundles files together

```dot
strict digraph {
	rankdir=LR;
	bin1 [label="bin/bin1.meta_lic"];
@@ -89,6 +90,7 @@ strict digraph {
	container -> libb [label="static"];
	{rank=same; container}
}
```

#### an apex file (more like an apk file) with some binaries and libraries