Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 355141f9 authored by Akilesh Kailash's avatar Akilesh Kailash Committed by Automerger Merge Worker
Browse files

libsnapshot: Fix vts_libsnapshot_test.SnapshotUpdateTest#FullUpdateFlow am:...

libsnapshot: Fix vts_libsnapshot_test.SnapshotUpdateTest#FullUpdateFlow am: 29971711 am: 43272903

Original change: https://googleplex-android-review.googlesource.com/c/platform/system/core/+/19263115



Change-Id: Ie0f8bf637ebfbedce589c96d7ed6916423eefa4b
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents f4c4bc7b 43272903
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2755,6 +2755,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);