Chinaunix首页 | 论坛 | 博客
  • 博客访问: 479995
  • 博文数量: 153
  • 博客积分: 3010
  • 博客等级: 中校
  • 技术积分: 1724
  • 用 户 组: 普通用户
  • 注册时间: 2008-12-08 11:55
文章分类

全部博文(153)

文章存档

2011年(1)

2010年(55)

2009年(88)

2008年(9)

我的朋友

分类: LINUX

2009-02-22 12:05:01


1. Repo installation, initialization & configuration
(supposed we are on the /home/my_name/Android_space/
  a. get repo
         mkdir bin
         export $PATH to append /home/my_name/Android_space/bin
         curl > ./bin/repo
         chmod a+x ./bin/repo
  b. init repo for Android 'cupcake' branch
         make cupcake;
         cd cupcake
         repo init -u git://android.git.kernel.org/platform/manifest.git -b cupcake
         repo
      (during this period, you will be prompted to add repo user_name and E-mail address and then sync the local and remote repo repository)

2. Setup Build Environment
        . ./build/envsetup.sh
        lunch 1
        make V=1
阅读(635) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~