The rowboat build is violating the intention of the Android makefile system by
copying the build/core/root.mk file to Makefile since this Makefile does not
list droid as the first target.
This make the rest of the makefile system hard to deal with since the whole
AOSP makefile structure relies upon droid to be the first target.
Please see the comment on build/core/main.mk .....
-------------------------------------
# This is the default target. It must be the first declared target.
.PHONY: droid
DEFAULT_GOAL := droid
$(DEFAULT_GOAL):
-------------------------------------
I have attached a patch file that puts droid as the first target.
Original issue reported on code.google.com by andrewva...@gmail.com on 14 Jun 2013 at 3:37
Original issue reported on code.google.com by
andrewva...@gmail.com
on 14 Jun 2013 at 3:37Attachments: