diff options
| author | Shih-wei Liao <sliao@google.com> | 2010-12-20 20:45:56 +0800 |
|---|---|---|
| committer | Shih-wei Liao <sliao@google.com> | 2010-12-20 21:02:32 +0800 |
| commit | eeca435dc6134a285b9bbb832cd6a1a88f34e85f (patch) | |
| tree | 0c7650ef80ade830a7892e867afe777a64187780 /libs/rs/rsScriptC.h | |
| parent | b70c82dc45f62a1c257a80e7aa9e0ecfe063c1be (diff) | |
| download | frameworks_base-eeca435dc6134a285b9bbb832cd6a1a88f34e85f.zip frameworks_base-eeca435dc6134a285b9bbb832cd6a1a88f34e85f.tar.gz frameworks_base-eeca435dc6134a285b9bbb832cd6a1a88f34e85f.tar.bz2 | |
Stale cache management to address a P1 bug # 3296131.
Change-Id: I593f35a91c4a14c055828f8989fe01b9e7790039
Diffstat (limited to 'libs/rs/rsScriptC.h')
| -rw-r--r-- | libs/rs/rsScriptC.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/rs/rsScriptC.h b/libs/rs/rsScriptC.h index a714132..4cb5ade 100644 --- a/libs/rs/rsScriptC.h +++ b/libs/rs/rsScriptC.h @@ -83,7 +83,7 @@ public: void init(Context *rsc); void clear(Context *rsc); - void runCompiler(Context *rsc, ScriptC *s, const char *resName, const char *cacheDir); + void runCompiler(Context *rsc, ScriptC *s, long modWhen, long crc32, const char *resName, const char *cacheDir); struct SymbolTable_t { const char * mName; |
