forked from uavana/android
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
33 lines (18 loc) · 828 Bytes
/
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
This is nobunobuta fork from CyanogenMod
Most of my modification is adding Japanese resoureces.
To initialize get started with Android/CyanogenMod (nobunobuta fork), you'll need to get
familiar with Git and Repo.
http://source.android.com/download/using-repo
To initialize your local repository using the CyanogenMod trees,
use a command like this:
repo init -u git://github.com/nobunobuta/android.git -b donut
Then to sync up:
repo sync
After checking out the repositories, you'll need to create a
buildspec.mk file with contents like this:
TARGET_PRODUCT:=cyanogen_dream_us
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