Android tools in Debian
Description of the project: The Android platform is free software, including the tools used for developing apps for Android. Debian-derivatives are already the preferred platform for most Android developers, and some Android tools are included in Debian as part of the Android Tools Team. This project is about working towards the goal of having the entire Android toolchain and SDK in Debian so that Android apps can be developed using only free software from easy-to-use packages.
There are many chunks of work to be done:
- finish packaging all of the core development tools (aidl, gradle, etc.)
update android-tools package to follow Android Tools team package structure
update existing packages to the latest upstream version
update androidsdk-tools to the Android Tools Team style, and update to latest upstream version
- package new parts of the Android upstream source, including the NDK, target platforms, compilers, etc.
- make all Android Tools packages build reproducibly
Since this project is a large one, more that one student could work on it simultaneously. You can find relevant documentation in READMEs in each git repo and source package. There is also this wiki section: https://wiki.debian.org/AndroidTools
The Debian Android Tools Team works with git and git-buildpackage: https://wiki.debian.org/PackagingWithGit
Confirmed Mentor: Hans-Christoph Steiner
How to contact the mentor: hans@at.or.at and _hc on IRC
Confirmed co-mentors: Markus Koschany <apo@gambaru.de>
Deliverables of the project: The deliverables of this project will mostly be finished packages submitted to Debian sid, both for new packages and updated packages. Whenever possible, we should also try to get patches submitted and merged upstream in the Android sources.
Desirable skills: Building and packaging C and Java code, Android development, an understanding of git and git-buildpackage.
What the student will learn: Students will learn to figure out large scale projects like Android, and how to organize their own work within such projects. They will also learn about building and packaging C and Java, as well as some of the guts of Android itself.
Related projects: There are two projects that are project is somewhat related: Integrate Debian with Android since it deals with Debian and Android together; and Move forward reproducible builds since the Android Tools should also build reproducibly.
