summaryrefslogtreecommitdiffstats
path: root/37c3/Replicant_struggle/unfinished-latex-version/dot/android.dot
diff options
context:
space:
mode:
Diffstat (limited to '37c3/Replicant_struggle/unfinished-latex-version/dot/android.dot')
-rw-r--r--37c3/Replicant_struggle/unfinished-latex-version/dot/android.dot7
1 files changed, 7 insertions, 0 deletions
diff --git a/37c3/Replicant_struggle/unfinished-latex-version/dot/android.dot b/37c3/Replicant_struggle/unfinished-latex-version/dot/android.dot
new file mode 100644
index 0000000..a2f2d22
--- /dev/null
+++ b/37c3/Replicant_struggle/unfinished-latex-version/dot/android.dot
@@ -0,0 +1,7 @@
+digraph "" {
+ # bgcolor="#ffffff00" # Transparent background
+ "AOSP" -> "Samsung Android" ;
+ "Google Play" -> "Samsung Android" ;
+ "AOSP" -> "LineageOS" -> "Replicant 6.0";
+ "AOSP" -> "Replicant 11";
+}