DeprecatedBuildAndroid » History » Version 5
Denis 'GNUtoo' Carikli, 08/24/2009 02:19 PM
1 | 1 | Denis 'GNUtoo' Carikli | == Build system == |
---|---|---|---|
2 | Android use a custom Makefile based buildsystem |
||
3 | 5 | Denis 'GNUtoo' Carikli | * Patches can be find here [http://groups.fsf.org/wiki/Freest_hardware_comparisons/replicant] |
4 | Build process: |
||
5 | Let's say that our build directory is ~/replicant |
||
6 | * Add that file: |
||
7 | {{{ |
||
8 | TARGET_PRODUCT := htc_dream |
||
9 | }}} |
||
10 | To ~/replicant/buildspec.mk |
||
11 | * Then type |
||
12 | {{{ |
||
13 | cd ~/replicant |
||
14 | export ANDROID_JAVA_HOME=$JAVA_HOME |
||
15 | make |
||
16 | }}} |
||
17 | The files to flash are in ~/replicant/out/target/product/dream |
||
18 | |||
19 | 1 | Denis 'GNUtoo' Carikli | |
20 | |||
21 | |||
22 | == Status == |
||
23 | 4 | Denis 'GNUtoo' Carikli | * web browser crashes |
24 | * ril seem to work(I made some calls and received sms) |
||
25 | * no sound on the application cpu(the baseband cpu has sound) (that means the you can make calls but you can't play mp3 or ringtones) |