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

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

Merge "Make new ProcessState member const." am: e5a794b0

am: d8722531

Change-Id: I3a0802e09b662ad64fe1f5baaed418439b7eed28
parents 4b049855 d8722531
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;
};