最終更新:2015-09-14 (月) 15:51:03 (3145d)  

Android/ビルドタイプ/eng

development configuration with additional debugging tools

  • 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.

メモ

  • tags_to_install := debug eng

メモ

  • root化済み