Do not initialize SSLSocketFactory too early DO NOT MERGE

During Zygote initialization, the class may be preloaded. However we do
not want the default instances of SSLSocketFactory initialized, so move
those into a holder class so they are only initialized when used.

(cherry picked from commit 72017834153711733905dfcf4bfe7b802062692b)

Bug: 9984058
Change-Id: I245d3d075c8c3476e9f76579ef7141e447f92011
1 file changed
tree: 8ad2449ee581d15a30db66a19fa8bb8f6a20af55
  1. src/
  2. Android.mk
  3. CleanSpec.mk
  4. MODULE_LICENSE_APACHE2
  5. NOTICE