BuildType specifies the intended use (security restrictions)

* user

· Intended to be the final release

· Installs modules tagged as user

· Installs non-APK modules that have no tags specified

· Installs APKs according to the product definition files (tags are ignored for APK modules)

· Sets ro.secure=1

· Sets ro.debuggable=0

· adbd is disabled by default (i.e. has to be enabled via Settings ! Applications ! Development ! USB Debugging)

 

* userdebug - the same as user, except:

· Intended for limited debugging

· Installs modules tagged with debug

· Sets ro.debuggable=1

· adbd is enabled by default

 

* eng

· Intended for platform-level debugging

· 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

· Sets ro.secure=1

· Sets ro.debuggable=0

· Sets ro.kernel.android.checkjni=1

· adbd is enabled by default

相关文章:

  • 2021-04-24
  • 2022-12-23
  • 2021-12-12
  • 2022-03-03
  • 2021-11-06
  • 2022-01-21
  • 2021-05-17
猜你喜欢
  • 2021-12-12
  • 2022-12-23
  • 2021-07-16
  • 2022-12-23
  • 2022-12-23
  • 2021-10-18
相关资源
相似解决方案