I have tried to make a customized android image as described in the porting guide (http://source.android.com/porting/index.html).
I did a few modifications as I couldn't build - I had problems with sound and camera so I added this two lines in the AndroidBoard.mk # TARGET_NO_BOOTLOADER := false # TARGET_CPU_ABI := armeabi BOARD_USES_ALSA_AUDIO := true USE_CAMERA_STUB := true The problem with camera and sound are gone and now my build always ends up with make: *** No rule to make target `out/target/product/myboard/ kernel',needed by `out/target/product/myboard/boot.img'. Stop. Does anyone have any idea what might be wrong? FYI, I have the latest code (synced an hour ago, at most). -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
