2016년 8월 24일 수요일

Android 7.0 Nougat 소스인출

Android 7.0 Nougat source 코드가 올라왔다.

Branch 확인하고 소스인출까지 1시간 30분 정도 소요된 듯..
- https://android.googlesource.com/platform/manifest

$ curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
$ chmod +x ~/bin/repo 

$ mkdir android-7.0.0_r1
$ cd android-7.0.0_r1/

$ git config --global user.name "Wonseok.Choi"
$ git config --global user.emali "soma.wschoi@gmail.com"

$ repo init -u https://android.googlesource.com/platform/manifest
$ repo init -u https://android.googlesource.com/platform/manifest -b android-7.0.0_r1
$ repo sync

#android #nougat #repo

댓글 없음:

댓글 쓰기