recreate rootfs on ver change, link gralloc
[android_pandora.git] / README
1
2
3 Building from source
4 --------------------
5
6 1. 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   
11 2. 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
19 3. Apply the pandora patches:
20      patch -p1 < device/openpandora/pandora/patches/all.patch
21      patch -p1 < device/openpandora/pandora/patches/external_custom.patch
22
23 4. Build Android and create .pnd file:
24      make
25      ./make_pnd.sh
26
27
28 License
29 -------
30
31 Remains the same as for core Android project, i.e. Apache Software License 2.0