| commit | ac4d45ae2999c0dbecbc31da3edbbc61d6ac6d61 | [log] [tgz] |
|---|---|---|
| author | Ian Rogers <irogers@google.com> | Thu Feb 15 11:19:01 2018 -0800 |
| committer | Ian Rogers <irogers@google.com> | Thu Feb 15 19:37:05 2018 +0000 |
| tree | 73bad107232ca0eebec509039845d12bc42331c5 | |
| parent | d1652d14fbf477b3091eec3764b9890f2c072055 [diff] |
Reduce the scope of CheckJNI. CheckJNI wasn't anonymous so that it could friend JniEnvExt. Add accessors for the CheckJNI parts of JniEnvExt and make CheckJNI and related classes anonymous. This is equivalent to making functions within the scope of a file static and preferred now by cppstyle. Make the force_copy_ field that could be const, const. Test: m -j32; booted emulator. Change-Id: I7e740d3b9bf4a3fedd30c4f44a852af67898d2f0