| commit | 5caa3e9e1aea6aa11c38c72ac57810186b1e842f | [log] [tgz] |
|---|---|---|
| author | Vic Yang <victoryang@google.com> | Tue Aug 06 14:15:33 2019 -0700 |
| committer | Vic Yang <victoryang@google.com> | Tue Aug 06 14:15:33 2019 -0700 |
| tree | e8be32191c7d02ed153811ac48921872ae566a1e | |
| parent | 23a87716b57114e9b4f607042e3ec1af90d68c0a [diff] |
fs_mgr: Make kDefaultAndroidDtDir constexpr
Change its type from std::string to constexpr char[] so that it does
not need to be constructed at runtime, which pollutes the bss page
unnecessarily.
Bug: 138856262
Test: Along with another fix for libbootloader_message.so, see that bss
section for libbootloader_message.so is now clean on cuttlefish
for several processes.
Change-Id: I1c8ff9cfeb25164a352cef89cfa7be889b3d3387