MTK Android 编译命令

一、Target 编译命令

usage: (makeMtk|mk) [options] project actions [moudles]

options:
      -t,-tcc                                                 :print log information to the standard output.
      -o,-opt=bypass_argument_to_make      :pass arguments to make
      -eabi[N]                                              :specify the version of eabi.
 
      -h,-help                                               :print this message and exit.
      -listp,-listproject                                   :list all available projects.
projects:
      one of available projects. 
actions:
      n,new                                                   :clean and compile.
      c,clean                                                 :clean the projects.
      bm_new                                                :keep going when some targets can't be made.
      bm_remake                                     

你可能感兴趣的:(Android,技术资料)