platform_system_core/fs_mgr
Bowgo Tsai 744361fc57 fs_mgr: removing is_device_secure()
Previously there is no vboot 1.0 metadata for ENG builds. It relies on
is_device_secure() to query "ro.secure" and skip setting up dm-verity
if the value is 0 (meaning ENG build).

This change will be submitted together with other changes to add vboot
1.0 metadata for ENG builds with a "disable magic". The resulting
metadata will be the same as triggering an "adb disable-verity" on an
USERDEBUG image.

Bug: 63056044
Test: boot sailfish eng/userdebug builds

Change-Id: I35eef771e1b30bfc6d01b8ed76b40c942fe7b783
2017-10-13 06:34:12 +08:00
..
include fs_mgr: removing __BEGIN_DECLS and __END_DECLS 2017-10-10 18:17:29 +08:00
include_fstab/fstab fs_mgr: removing __BEGIN_DECLS and __END_DECLS 2017-10-10 18:17:29 +08:00
.clang-format Fix-up coding style 2017-02-18 12:33:36 +08:00
Android.bp fs_mgr: removing is_device_secure() 2017-10-13 06:34:12 +08:00
Android.mk fs_mgr: replace make_ext4 api with e2fsprogs 2017-09-11 18:34:32 +00:00
fs_mgr.cpp fs_mgr: removing is_device_secure() 2017-10-13 06:34:12 +08:00
fs_mgr_avb.cpp Merge "fs_mgr: Adding logs when failing to wait for a device file" 2017-07-06 04:19:00 +00:00
fs_mgr_avb_ops.cpp fs_mgr: Adding logs when failing to wait for a device file 2017-07-06 09:51:02 +08:00
fs_mgr_boot_config.cpp Allow the use of a custom Android DT directory 2017-07-28 11:10:48 +08:00
fs_mgr_dm_ioctl.cpp Fix-up coding style 2017-02-18 12:33:36 +08:00
fs_mgr_format.cpp fs_mgr: replace make_ext4 api with e2fsprogs 2017-09-11 18:34:32 +00:00
fs_mgr_fstab.cpp fs_mgr_fstab: removing fs_mgr_get_entry_for_mount_point_after() 2017-09-28 15:28:59 +08:00
fs_mgr_main.cpp fs_mgr: Switch to LOG()/PLOG() defined in <android-base/logging.h> 2017-01-26 21:47:55 +08:00
fs_mgr_priv.h fs_mgr: removing is_device_secure() 2017-10-13 06:34:12 +08:00
fs_mgr_priv_avb_ops.h first stage mount: removing the requirement of by-name prefix for AVB 2017-05-15 16:49:37 +08:00
fs_mgr_priv_boot_config.h Allow the use of a custom Android DT directory 2017-07-28 11:10:48 +08:00
fs_mgr_priv_dm_ioctl.h Fix-up coding style 2017-02-18 12:33:36 +08:00
fs_mgr_priv_sha.h fs_mgr_avb: refactors how vbmeta is loaded 2017-04-14 21:50:55 +08:00
fs_mgr_slotselect.cpp Reland "Remove comments and code about ro.boot.slot" 2017-09-25 16:04:30 +00:00
fs_mgr_verity.cpp fs_mgr: removing is_device_secure() 2017-10-13 06:34:12 +08:00