summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2019-12-11 18:32:34 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2019-12-11 18:32:34 +0100
commit4441e05c3a4b5735edcd5f27eb9f5f993cf79b6f (patch)
tree92567cfc85f7bd7e106bbb9b86e80d7edf7fdf2e
parent153283d8d21d6b688233539a59d2fb0dd4bef760 (diff)
downloadbuildsystem-presentation-4441e05c3a4b5735edcd5f27eb9f5f993cf79b6f.tar.gz
buildsystem-presentation-4441e05c3a4b5735edcd5f27eb9f5f993cf79b6f.tar.bz2
buildsystem-presentation-4441e05c3a4b5735edcd5f27eb9f5f993cf79b6f.zip
Add WIP FAQGNUtoo/faq-wip
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--faq.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/faq.txt b/faq.txt
new file mode 100644
index 0000000..54489fa
--- /dev/null
+++ b/faq.txt
@@ -0,0 +1,10 @@
+# What about Android's APKs?
+- No License field in the Manifest:
+ https://developer.android.com/guide/topics/manifest/manifest-intro
+- The APK (which is a zip file )also ends up as-is in the build system
+ => We're unsure if it can be used for building system components
+ as having them wrapped in a zip file might prevent using it for system
+ libs.
+- No wrapping of the build system
+=> Because of all the issues above f-droid has a package definition
+ (which has a License field) and also wraps the application build system.