[devel] Build Android AOSP on Fedora 23
Hello everyone!
I am currently trying to build AOSP under Fedora 23.
I have followed the HOWTO...
https://fedoraproject.org/wiki/HOWTO_...
...but is is outdated righ now for Fedora 23. I have in the past build Cyanogenmod under Fedora 17 with success using the HOWTO, but right now I am testing F23 and AOSP 6.0
According to the official AOSP documentation...
https://source.android.com/source/ini...
...i need for development the Ubuntu packages named "git-core gnupg flex bison gperf build-essential \ zip curl zlib1g-dev gcc-multilib g++-multilib libc6-dev-i386 \ lib32ncurses5-dev x11proto-core-dev libx11-dev lib32z-dev ccache \ libgl1-mesa-dev libxml2-utils xsltproc unzip"
I have made a list, so far, of the equivalents under F23:
Ubuntu 14.04 Fedora 23
git-core git-core
gnupg gnupg
flex flex
bison bison
gperf gperf
build-essential make automake gcc gcc-c++ kernel-devel
zip zip
curl curl
zlib1g-dev zlib-devel
gcc-multilib glib-devel.i686
g++-multilib glibmm-devel.i686
libc6-dev-i386 glibc-devel.i686
lib32ncurses5-dev ncurses-devel.i686
x11proto-core-dev ?
libx11-dev ?
lib32z-dev ?
ccache ccache
libgl1-mesa-dev mesa-libGL-devel
libxml2-utils ?
xsltproc ?
unzip unzip
I am still filling the unknowns, any help would be welcomed!
I am specially doubtful about build-essensials, but I think that groupinstall is an overkill for this task, there should be a more sensitive option.
Thanks all!