Where can i find androidmk tool to convert Android.mk to Android.bp?
Clone the full android source and prepare for a build like usual, using . build/envsetup.sh
, then run make blueprint_tools
. Now you can simply run androidmk
and the command will be in your PATH.