OSDN Git Service

Add a file describing how to rebuild the emulator kernel
authorDave Bort <dbort@android.com>
Wed, 22 Oct 2008 00:37:07 +0000 (17:37 -0700)
committerDave Bort <dbort@android.com>
Wed, 22 Oct 2008 00:37:07 +0000 (17:37 -0700)
android-arm/kernel/PREBUILT [new file with mode: 0644]

diff --git a/android-arm/kernel/PREBUILT b/android-arm/kernel/PREBUILT
new file mode 100644 (file)
index 0000000..9cf236b
--- /dev/null
@@ -0,0 +1,11 @@
+To rebuild the emulator kernel:
+
+% git clone git://android.kernel.org/kernel/common.git kernel
+% cd kernel
+% export ARCH=arm
+% export CROSS_COMPILE=arm-eabi-
+% make goldfish_defconfig
+% make
+
+If kernel/common.git is mapped into your repo client, you can
+just built it from there instead of re-cloning it.