summaryrefslogtreecommitdiffstats
path: root/37c3/Replicant_struggle/unfinished-latex-version/dot/framework.dot
diff options
context:
space:
mode:
Diffstat (limited to '37c3/Replicant_struggle/unfinished-latex-version/dot/framework.dot')
-rw-r--r--37c3/Replicant_struggle/unfinished-latex-version/dot/framework.dot4
1 files changed, 4 insertions, 0 deletions
diff --git a/37c3/Replicant_struggle/unfinished-latex-version/dot/framework.dot b/37c3/Replicant_struggle/unfinished-latex-version/dot/framework.dot
new file mode 100644
index 0000000..c1cab54
--- /dev/null
+++ b/37c3/Replicant_struggle/unfinished-latex-version/dot/framework.dot
@@ -0,0 +1,4 @@
+digraph "" {
+ # bgcolor="#ffffff00" # Transparent background
+ "Android applications" -> "Android framework" -> "HALs" -> "(modified) kernel";
+}