| commit | 9539d9f65a28b676e0a03322ad848b24786a515d | [log] [tgz] |
|---|---|---|
| author | Jamie Gennis <jgennis@google.com> | Thu Apr 28 16:19:45 2011 -0700 |
| committer | Jamie Gennis <jgennis@google.com> | Tue May 17 16:58:37 2011 -0700 |
| tree | 5a21ee7567f748fa171a1e566e689afb5dabe04d | |
| parent | 8318561e9a69f692531647fe28deecfee303a1dc [diff] [blame] |
libutils: add a binary blob cache implementation. This change adds an implementation of a cache that stores key/value pairs of unstructured binary blobs. Change-Id: Idd01fdabedfa3aed6d359a6efb0592967af52651
diff --git a/libs/utils/Android.mk b/libs/utils/Android.mk index e8d40ba..093189c 100644 --- a/libs/utils/Android.mk +++ b/libs/utils/Android.mk
@@ -21,6 +21,7 @@ Asset.cpp \ AssetDir.cpp \ AssetManager.cpp \ + BlobCache.cpp \ BufferedTextOutput.cpp \ CallStack.cpp \ Debug.cpp \