From: http://www.armfans.net/redirect.php? Tid = 1838 & goto = lastpost
Google has released the android2.0-eclair source code on git. Download the code as soon as possible.
When downloading source code with Repo, do not forget to add the option "-B eclair"
If you use the default download:
Repo init-u git: // android.git.kernel.org/platform/manifest.git
It doesn't matter. After downloading it, update it to eclair after Synchronization Detection:
Repo init-u git: // android.git.kernel.org/platform/manifest.git-B eclair
========================================================== ====================================
I cannot see any version information after the download. How can I confirm that the version is eclair?
It doesn't matter. Check the output information during compilation:
[Kyon @ sep4020 android2.0] $ make-J8
========================================================== ====
Platform_version_codename = eclair
Platform_version = eclair
Target_product = generic
Target_build_variant = ENG
Target_simulator =
Target_build_type = release
Target_arch = arm
Host_arch = x86
Host_ OS = Linux
Host_build_type = release
Build_id = eclair
========================================================== ====
OK. The program is compiled and runs successfully. You can view the fireware version number in the system information menu.