织梦CMS - 轻松建站从此开始!

罗索

LOCAL_MODULE_TAGS 选项说明

jackyhwei 发布于 2011-08-22 12:14 点击:次 
LOCAL_MODULE_TAGS :=user eng tests optional。user: 指该模块只在user版本下才编译;eng: 指该模块只在eng版本下才编译;tests: 指该模块只在tests版本下才编译;optional:指该模块在所有版本下都编译
TAG:

LOCAL_MODULE_TAGS :=user eng tests optional

user: 指该模块只在user版本下才编译

eng: 指该模块只在eng版本下才编译

tests: 指该模块只在tests版本下才编译

optional:指该模块在所有版本下都编译

eng This is the default flavor. A plain "make" is the same as "make eng". droid is an alias for eng.
  * Installs modules tagged with: eng, debug, user, and/or development.
  * Installs non-APK modules that have no tags specified.
  * Installs APKs according to the product definition files, in addition to tagged APKs.
  * ro.secure=0
  * ro.debuggable=1
  * ro.kernel.android.checkjni=1
  * adb is enabled by default.  

user "make user"     This is the flavor intended to be the final release bits.
  * Installs modules tagged with user.
  * Installs non-APK modules that have no tags specified.
  * Installs APKs according to the product definition files; tags are ignored for APK modules.
  * ro.secure=1
  * ro.debuggable=0
  * adb is disabled by default.  

userdebug "make userdebug"     The same as user, except:
  * Also installs modules tagged with debug.
  * ro.debuggable=1
  * adb is enabled by default.

Build flavors/types

When building for a particular product, it's often useful to have minor variations on what is ultimately the final release build. These are the currently-defined "flavors" or "types" (we need to settle on a real name for these).

eng This is the default flavor. A plain "make " is the same as "make eng ". droid is an alias for eng .
  • Installs modules tagged with: eng , debug , user , and/or development .
  • Installs non-APK modules that have no tags specified.
  • Installs APKs according to the product definition files, in addition to tagged APKs.
  • ro.secure=0
  • ro.debuggable=1
  • ro.kernel.android.checkjni=1
  • adb is enabled by default.
user "make user "

This is the flavor intended to be the final release bits.

  • Installs modules tagged with user .
  • Installs non-APK modules that have no tags specified.
  • Installs APKs according to the product definition files; tags are ignored for APK modules.
  • ro.secure=1
  • ro.debuggable=0
  • adb is disabled by default.
userdebug "make userdebug "

The same as user , except:

  • Also installs modules tagged with debug .
  • ro.debuggable=1
  • adb is enabled by default.

If you build one flavor and then want to build another, you should run "make installclean " between the two makes to guarantee that you don't pick up files installed by the previous flavor. "make clean " will also suffice, but it takes a lot longer.

(evilcode)
本站文章除注明转载外,均为本站原创或编译欢迎任何形式的转载,但请务必注明出处,尊重他人劳动,同学习共成长。转载请注明:文章转载自:罗索实验室 [http://www.rosoo.net/a/201108/14878.html]
本文出处:blog.csdn.net/evilcode 作者:evilcode
顶一下
(4)
80%
踩一下
(1)
20%
------分隔线----------------------------
发表评论
请自觉遵守互联网相关的政策法规,严禁发布色情、暴力、反动的言论。
评价:
表情:
用户名: 验证码:点击我更换图片
栏目列表
将本文分享到微信
织梦二维码生成器
推荐内容