How to compile / build android on a new platform?

I would like to recompile android aapt for the debian amd64 platform . We may have git source code , but I don’t understand how to compile it. There is a simili makefile (Android.mk) which does not seem to be complete and depends on others.

There is a Makefile in build.git / core . Do I need to recompile all the Android source code only aapt? I would prefer to just recompile this tool, but if I need to compile the full sdk, tell me. Any help would be appreciated.

thank

+3
source share
2 answers

. , , : - android, . build/envsetup.sh

$lunch full-eng

$make

, . , sdk, sdk, , , amd64 ', - linux32, , , - , win32\win64\mac\linux64, win32\mac .

0

All Articles