最終更新:2015-08-09 (日) 16:31:11 (3183d)  

Android/ビルドタイプ/user

  • limited access; suited for production
  • 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.
  • メモリリークを調査するモジュールがインストールされない。 - AOSP/bionic/libc/Android.mk?
    • libc_malloc_debug_leak.so?
    • libc_malloc_debug_qemu.so?
  • ProGuardが有効化
    • LOCAL_PROGUARD_ENABLED?=full; - AOSP/build/core/package.mk?