Snap for 4585119 from d82e086aa1d55afcf269cb8024ccc38c655b9c72 to pi-release

Change-Id: Ia798aeff26e3e97647ca04d4d01f53ddf628022e
diff --git a/README.android b/README.android
index 8386674..8fa2b90 100644
--- a/README.android
+++ b/README.android
@@ -17,7 +17,7 @@
 3) Change the runtime to reduce dependencies on core libraries.
    Previously, Offline's static initializer would eagerly create an
    Agent, a process which has lots of dependencies. With this change,
-   Offline only eagerly creates an ExecutionDataStore, which is much
+   Offline only eagerly creates a Map<Long, ExecutionData>, which is much
    more lightweight. The Agent is only created when it's actually
    needed. This makes it possible to instrument a lot of more core
    libraries without creating a circular dependency at runtime.