some launcher script tweaks
[android_pandora.git] / README
... / ...
CommitLineData
1
2
3Building from source
4--------------------
5
61. Set up the host system. Should be the same as most other Android
7 builds from source, see:
8 http://source.android.com/source/initializing.html
9 http://code.google.com/p/rowboat/wiki/Source
10
112. Download source using the repo tool:
12 cd some_empty_directory
13 repo init -u git://notaz.gp2x.de/~notaz/android_pandora.git \
14 -b manifest -m pandora-gingerbread.xml
15 repo sync
16 This will get all sources from upstream projects, except pandora support
17 that will come from it's own git.
18
193. Apply the pandora patches:
20 patch -p1 < device/openpandora/pandora/patches/all.patch
21
224. Build Android and create .pnd file:
23 make
24 ./make_pnd.sh
25
26
27License
28-------
29
30Remains the same as for core Android project, i.e. Apache Software License 2.0