Loading fs_mgr/libsnapshot/snapshot_test.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -2756,6 +2756,10 @@ bool IsDaemonRequired() { return false; } if (!IsCompressionEnabled()) { return false; } const std::string UNKNOWN = "unknown"; const std::string vendor_release = android::base::GetProperty("ro.vendor.build.version.release_or_codename", UNKNOWN); Loading Loading
fs_mgr/libsnapshot/snapshot_test.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -2756,6 +2756,10 @@ bool IsDaemonRequired() { return false; } if (!IsCompressionEnabled()) { return false; } const std::string UNKNOWN = "unknown"; const std::string vendor_release = android::base::GetProperty("ro.vendor.build.version.release_or_codename", UNKNOWN); Loading