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

Commit d8722531 authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

Merge "Make new ProcessState member const."

am: e5a794b0

Change-Id: I8251a5703e30d4dd7b9db6ad858c933b72bd11de
parents 44da37fa e5a794b0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -138,7 +138,7 @@ private:
            String8             mRootDir;
            bool                mThreadPoolStarted;
    volatile int32_t            mThreadPoolSeq;
            size_t              mMmapSize;
            const size_t        mMmapSize;

            CallRestriction     mCallRestriction;
};