commit | 54148c0e572892284e7f72637581bf388c4e4a52 | [log] [tgz] |
---|---|---|
author | Adam Vartanian <flooey@google.com> | Thu Sep 20 15:15:56 2018 +0100 |
committer | Adam Vartanian <flooey@google.com> | Mon Sep 24 15:34:13 2018 +0100 |
tree | 923f85d0055a5b42930dd9d22625470846688b80 | |
parent | f7190b65ab20a153191638c8ab2527994a56872a [diff] |
Inline two short methods from Conscrypt We're trying to reduce unnecessary direct dependencies on Conscrypt. These two methods are simple and the implementations can't change, so they're good candidates for inlining directly instead of depending on the Conscrypt implementation. Bug: 110404540 Test: atest NetworkSecurityConfigTests (same failures pre/post) Change-Id: I303d955e3f49885326fe75f451c06a52af745053