HI,i am newbie on android, so if I asked some silly question, please forgive me T_T
my question is : which branch is "LATEST-STABLE" of 2.2 code ? "froyo- release" or "master"? .......................................................................................................................................................................................................... today I repo code from git://android.git.kernel.org/platform/manifest.git mkdir mydroid cd mydroid repo init -u git://android.git.kernel.org/platform/manifest.git repo sync make ============================================ PLATFORM_VERSION_CODENAME=AOSP PLATFORM_VERSION=AOSP TARGET_PRODUCT=generic TARGET_BUILD_VARIANT=eng TARGET_SIMULATOR= TARGET_BUILD_TYPE=release TARGET_BUILD_APPS= TARGET_ARCH=arm HOST_ARCH=x86 HOST_OS=linux HOST_BUILD_TYPE=release BUILD_ID=OPENMASTER ============================================ i notice this banch of code need jdk 1.6 not 1.5, and must build on x86_64 later I notice there are "* [new branch] froyo-release -> korg/froyo- release" during sync process so I cancel make, remove code, repo code again with "-b froyo-release" mkdir mydroid cd mydroid repo init -u git://android.git.kernel.org/platform/manifest.git -b froyo-release repo sync make r...@client:~/src# make ============================================ PLATFORM_VERSION_CODENAME=REL PLATFORM_VERSION=2.2 TARGET_PRODUCT=generic TARGET_BUILD_VARIANT=eng TARGET_SIMULATOR= TARGET_BUILD_TYPE=release TARGET_BUILD_APPS= TARGET_ARCH=arm HOST_ARCH=x86 HOST_OS=linux HOST_BUILD_TYPE=release BUILD_ID=MASTER ============================================ NOTE: "froyo-release" just need jdk 1.5 -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

