diff --git a/fs_mgr/fs_mgr_remount.cpp b/fs_mgr/fs_mgr_remount.cpp index 1f107f57d..a57b7373a 100644 --- a/fs_mgr/fs_mgr_remount.cpp +++ b/fs_mgr/fs_mgr_remount.cpp @@ -625,7 +625,7 @@ int main(int argc, char* argv[]) { // If somehow this executable is delivered on a "user" build, it can // not function, so providing a clear message to the caller rather than // letting if fall through and provide a lot of confusing failure messages. - if (!ALLOW_ADBD_DISABLE_VERITY || !android::base::GetBoolProperty("ro.debuggable", false)) { + if (!ALLOW_ADBD_DISABLE_VERITY) { LOG(ERROR) << "Device must be userdebug build"; return EXIT_FAILURE; }