I successfully created and launched the goldfish kernel version in the emulator. Now I want to include this in the platform source file. So that I can create and run the platform from scratch using my custom kernel.
I have always looked for help in replacing a kernel that already exists. I believe that I need to change the line "TARGET_PREBUILT_KERNEL =" in the assembly file, but I can not find the right place.
Any help would be greatly appreciated.
. . TARGET_PREBUILT_KERNEL="Path to my zImage", . , zImage mkbootimg .
TARGET_PREBUILT_KERNEL="Path to my zImage"
zImage
mkbootimg
, $(ANDROID_ROOT)/device/<my device>/device.mk.
$(ANDROID_ROOT)/device/<my device>/device.mk
, Galaxy Nexus, device/samsung/tuna/device.mk.
device/samsung/tuna/device.mk