Glossary
---
combined system - Android system which Droid Overlay is installed on
bootstrap system - GNU/Linux computer, running cross toolchain
Files placement
---
toolchain/* | Components, to be installed on
| bootstrap system only. Have all paths
| hardcoded. Should be built with
| system makepkg.
-------------------------------------------------------------------
core/* | Packages, to be installed on combined
| system. All paths in PKGBUILDs are
| prefixed with $ROOT. To be built with
| makepkg-archdroid.
Installation order
---
1. archdroid-pacman
1.1 # mkdir -p /fhs/var/lib/pacman
1.2 # cd /fhs; ln . fhs
2. linux-api-headers
3. glibc-headers
4. archdroid-binutils
5. archdroid-gcc-base
6. glibc-base
7. archdroid-gcc
8. glibc
9. gcc-libs (with --force)