OSDN Git Service

Evan JIANG: Fix build bug when "make sdk"
authorEvan JIANG <firstfan@gmail.com>
Wed, 22 Oct 2008 16:12:40 +0000 (00:12 +0800)
committerEvan JIANG <firstfan@gmail.com>
Wed, 22 Oct 2008 16:12:40 +0000 (00:12 +0800)
If you run "make sdk" under the root path, there would be an error:
development/build/sdk.atree:122: couldn't locate source file:
development/emulator/prebuilt/android-arm/kernel-qemu
make: *** [out/host/darwin-x86/sdk/android-sdk_eng.Evan_mac-x86.zip]
Error 44

I guess the kernel-qemu path is wrong in the sdk.atree file.
With this patch, "make sdk" works ok.

build/sdk.atree

index 113210e..c3a6ec3 100644 (file)
@@ -119,7 +119,7 @@ system.img tools/lib/images/system.img
 ramdisk.img tools/lib/images/ramdisk.img
 userdata.img tools/lib/images/userdata.img
 userdata.img tools/lib/images/userdata.img
-development/emulator/prebuilt/android-arm/kernel-qemu tools/lib/images/kernel-qemu
+prebuilt/android-arm/kernel/kernel-qemu tools/lib/images/kernel-qemu
 
 # emulator skins
 development/emulator/skins/HVGA   tools/lib/images/skins/HVGA