commit | 053419e86a486aead52da265848c3791377aa5a8 | [log] [tgz] |
---|---|---|
author | Lee Shombert <shombert@google.com> | Fri Oct 25 12:44:33 2024 -0700 |
committer | Lee Shombert <shombert@google.com> | Mon Oct 28 23:12:40 2024 +0000 |
tree | 6921ddb9c215c36ec67d77ca13df1554b4e6ab57 | |
parent | 7c04f065a631f33b0b3b0e924b7100599898c805 [diff] |
Make the PIC stringblock local The shared memory string block can be ephemeral in the Java layer. This change uses the persistent copy in the native layer. This saves 8Kb for every process in the system. Flag: android.app.pic_uses_shared_memory Bug: 360897450 Test: atest * FrameworksCoreTests:PropertyInvalidatedCacheTests * FrameworksCoreTests:IpcDataCacheTest * CtsOsTestCases:IpcDataCacheTest Change-Id: I7913507a5428a0d32afe2d41f026f104fccf4a88