commit | b1c8e161a1f216f48e28c8bcd5a6b26752c7e2a0 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Mon May 18 19:04:42 2020 +0900 |
committer | Treehugger Robot <treehugger-gerrit@google.com> | Tue May 19 00:58:00 2020 +0000 |
tree | 5f97c683540e440d3a33948b06c267dccbe1b7b6 | |
parent | daee51f893902526b191b3a3c5dd179b1964a352 [diff] |
Dynamically link to libz libz will be a stub providing library, which means it has stable API surface that Mainline modules can depend on. APEXes including the runtime APEX don't need to statically link to it; it will just increase the size of the APEX. With ag/11420260 this is even prohibited. This change changes the static linkings to libz to dynamic linkings. Bug: 155456180 Test: m Change-Id: Ic6a38909241c8f851bf299130542bc323a0ff2ef