summaryrefslogtreecommitdiff
path: root/libs/rs/rsScriptC.h
diff options
context:
space:
mode:
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
commiteeca435dc6134a285b9bbb832cd6a1a88f34e85f (patch)
tree0c7650ef80ade830a7892e867afe777a64187780 /libs/rs/rsScriptC.h
parentb70c82dc45f62a1c257a80e7aa9e0ecfe063c1be (diff)
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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/rs/rsScriptC.h b/libs/rs/rsScriptC.h
index a71413294394..4cb5ade98c28 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;