Replace the previously created kernel in Android Platform Source

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.

+5
source share
1 answer

. . TARGET_PREBUILT_KERNEL="Path to my zImage", . , zImage mkbootimg .

, $(ANDROID_ROOT)/device/<my device>/device.mk.

, Galaxy Nexus, device/samsung/tuna/device.mk.

+9

All Articles