OpenEclair Source Code For G1

OpenEclair2.1 For Dream 项目的源代码,准备回家自己研究一下。

 

http://github.com/openeclair/repositories

 

其中下划线代码目录“/”

比如

android_hardware_msm7k

对应的Android代码是 android/hardware/msm7k

 

理论上从google 那拿Eclair2.1 Tag的代码,然后将 openeclair 的source放到 Eclair2.1 的代码中编译出来的就是 Dream的FW。

 

另外github是可以follow的,可以及时得到Repositories更新信息!

 

****      THIS IS THE MASTER BRANCH      ****
**** ALL CHANGES ARE CONSIDERED UNSTABLE ****

To initialize get started with OpenEclair, you'll need to get
familiar with Git and Repo. 

http://source.android.com/download/using-repo

To initialize your local repository using the OpenEclair trees, 
use a command like this:

repo init -u git://github.com/openeclair/xxx.git

Then to sync up:

repo sync


After checking out the repositories, you'll need to create a
buildspec.mk file with contents like this:

TARGET_PRODUCT:=openeclair_dream_sapphire_us
TARGET_BUILD_VARIANT:=eng
TARGET_BUILD_TYPE:=release


For additional instructions on getting the necessary proprietary
files into your build, and to get things going from here:

http://source.android.com/documentation/building-for-dream

你可能感兴趣的:(OpenEclair Source Code For G1)