summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicardo 'Grim' Cabrita <grimkriegor@krutt.org>2019-12-02 00:30:21 +0000
committerRicardo 'Grim' Cabrita <grimkriegor@krutt.org>2019-12-02 00:30:21 +0000
commit8ed1bc3ba72423d51dcfc16e5994d43f53dc56ac (patch)
treee878281b9609c90c9719bd677b54ed9b99ea80ab
parent707ec98167056d820df6845156c919f928252936 (diff)
downloadbuildsystem-presentation-8ed1bc3ba72423d51dcfc16e5994d43f53dc56ac.tar.gz
buildsystem-presentation-8ed1bc3ba72423d51dcfc16e5994d43f53dc56ac.tar.bz2
buildsystem-presentation-8ed1bc3ba72423d51dcfc16e5994d43f53dc56ac.zip
Replace title
-rw-r--r--full-description.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/full-description.md b/full-description.md
index 5602645..d5e7c30 100644
--- a/full-description.md
+++ b/full-description.md
@@ -1,4 +1,4 @@
-# Android's build system isn't as cool as your distro's
+# Android's build system is messier than your distro's
The first step in the development of an Android distribution is coming to terms
with the Android Open Source Project (AOSP) peculiar build system. Despite
modular, AOSP's build system is quite complex and unlike those used in most
@@ -67,7 +67,7 @@ Supporting Blueprint could be advantageous for Replicant, due to its faster
build times, selective recompilation when source files change on disk and
ability to support multiple Android versions without convoluted conditional
cases. However it would be preferable if Android supported some form of packages
-similarly to GNU/Linux distributions. Adding and maintaining Blueprint support
+similarly to GNU/Linux distributions. Adding and maintaining Blueprint support
in all external software components can be incredibly time consuming and could
even be unsustainable.