Commits

Kenny Root authored b2278dc1853
Don't cache return of getService in Environment There is already a cache of all non-null return values for calls to getService(), so don't bother caching it in Environment. This caused some problems when Environment was called too early in the boot process and getService() returned null. Change-Id: I66739d01dab7e422f660d26b370ecce110dcc808