README.txt
1
2---- build configuration ----
3
4You can configure to build for HTC Dream (aka T-Mobile G1) by putting
5the following in your buildspec.mk file at the root of the source tree:
6
7TARGET_PRODUCT := htc_dream
8
9If you wish to override the included prebuilt kernel image, add:
10
11TARGET_PREBUILD_KERNEL := /path/to/kernel/arch/arm/boot/zImage
12
13---- proprietary files ----
14
15The HTC Dream device includes a small number of proprietary binary
16files that are necessary for Android to work correctly on it.
17
18They can be obtained from your Dream device by running the
19extract-files.sh script in this directory. It will create the
20proprietary subdirectory, and use adb (which will need to be in
21your path) to copy the files from your device. You will need to
22enable USB Debugging (under Settings/Applications/Development)
23for this to work.
24
25