2010年7月9日
Android OS(Froyo) build2日目
昨日失敗したAndroid OSのビルドの2日目。今日はこちらのタグを指定してダウンロード。repo init -u git://android.git.kernel.org/platform/manifest.git -b android-2.2_r1.1
どのバージョンのAndroidをビルドするのかの質問が出てくる。
hoge@Ubuntu904:~/android-froyo$ lunch
You’re building on Linux
Lunch menu… pick a combo:
1. generic-eng
2. simulator
3. full_dream-userdebug
4. full_passion-userdebug
5. full_sapphire-userdebug
Which would you like? [generic-eng]
ここでは1. generiic-engでいいと言うことなのでそのままenter (return)
でビルド
make 2>&1 |tee make.log