recreate rootfs on ver change, link gralloc
[android_pandora.git] / README
CommitLineData
74428690 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 rowboat project, except pandora support
17 that will come from it's own git.
18
a22e4567 193. Apply the pandora patches:
74428690 20 patch -p1 < device/openpandora/pandora/patches/all.patch
a22e4567 21 patch -p1 < device/openpandora/pandora/patches/external_custom.patch
74428690 22
234. Build Android and create .pnd file:
24 make
25 ./make_pnd.sh
26
27
28License
29-------
30
31Remains the same as for core Android project, i.e. Apache Software License 2.0