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

Commit 4ddce4cb authored by android-build-team Robot's avatar android-build-team Robot
Browse files

release-request-849a3dc3-db53-4e70-9b7a-92295133ddeb-for-git_pi-release-434674...

release-request-849a3dc3-db53-4e70-9b7a-92295133ddeb-for-git_pi-release-4346747 snap-temp-L27900000104043986

Change-Id: I4ecc4a9691b6cce540007c018cdf216cab720454
parents ca7ab975 a3861b21
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1068,7 +1068,7 @@ int prepare_app_cache_dir(const std::string& parent, const char* name, mode_t ta
    } else {
        // Mismatched GID/mode is recoverable; fall through to update
        LOG(DEBUG) << "Mismatched cache GID/mode at " << path << ": found " << st.st_gid
                << " but expected " << gid;
                << "/" << actual_mode << " but expected " << gid << "/" << target_mode;
    }

    // Directory is owned correctly, but GID or mode mismatch means it's
+2 −0
Original line number Diff line number Diff line
@@ -179,6 +179,8 @@ SurfaceFlinger::SurfaceFlinger()
    maxFrameBufferAcquiredBuffers = getInt64< ISurfaceFlingerConfigs,
            &ISurfaceFlingerConfigs::maxFrameBufferAcquiredBuffers>(2);

    mPrimaryDispSync.init(hasSyncFramework, dispSyncPresentTimeOffset);

    char value[PROPERTY_VALUE_MAX];

    property_get("ro.bq.gpu_to_cpu_unsupported", value, "0");