forked from uavana/android
-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
39 lines (24 loc) · 1.03 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
To initialize get started with Android, you'll need to get familiar
with Git and Repo.
http://source.android.com/download/using-repo
To initialize your local repository use a command like this:
- cyanogen eclair tree (CyanogenMod)
repo init -u git://github.com/cyanogen/android.git -b eclair
- snowfix eclair tree:
repo init -u git://github.com/snowfix/android.git -b eclair
- main android eclair tree:
repo init -u git://android.git.kernel.org/platform/manifest.git -b eclair
Then to sync up:
repo sync
After checking out the repositories, you'll need to create a
buildspec.mk file with contents like this (for dream/sapphire):
TARGET_PRODUCT:=cyanogen_dream_us
TARGET_BUILD_VARIANT:=eng
TARGET_BUILD_TYPE:=release
If you are building for the HTC Passion/Nexus One:
TARGET_PRODUCT:=cyanogen_passion
TARGET_BUILD_VARIANT:=eng
TARGET_BUILD_TYPE:=release
For additional instructions on getting the necessary proprietary
files into your build, and to get things going from here:
http://source.android.com/documentation/building-for-dream