commit | db6150ad9ea31a129f933a533562e642859e842e | [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 | e97dffcb60e2d6aa2a67d88a0db6618bcc6de148 [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