From eeca435dc6134a285b9bbb832cd6a1a88f34e85f Mon Sep 17 00:00:00 2001 From: Shih-wei Liao Date: Mon, 20 Dec 2010 20:45:56 +0800 Subject: Stale cache management to address a P1 bug # 3296131. Change-Id: I593f35a91c4a14c055828f8989fe01b9e7790039 --- libs/rs/rsScriptC.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/rs/rsScriptC.h') 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; -- cgit v1.2.3-59-g8ed1b