summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsScriptC.h
diff options
context:
space:
mode:
authorShih-wei Liao <sliao@google.com>2011-01-07 18:17:07 -0800
committerShih-wei Liao <sliao@google.com>2011-01-07 18:28:02 -0800
commit9d4024d54085acd14c9897a9f0db3231626fc6ac (patch)
treed2105aeef8886cf1027c09c6b6a94255e252c33c /libs/rs/rsScriptC.h
parentb5e18555d61a3a1ed0715230b8e0084daec9eba8 (diff)
downloadframeworks_base-9d4024d54085acd14c9897a9f0db3231626fc6ac.zip
frameworks_base-9d4024d54085acd14c9897a9f0db3231626fc6ac.tar.gz
frameworks_base-9d4024d54085acd14c9897a9f0db3231626fc6ac.tar.bz2
1. LOG 4 fatal error paths (TODO: These 4 places should signal Java exceptions.)
2. Prepare on-device linking. 3. Clean up code. Change-Id: Iac4148431dbe1c3c4044f7394eb51a1332f513f9
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 ce9358e..cd68546 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, long modWhen, long crc32, const char *resName, const char *cacheDir);
+ void runCompiler(Context *rsc, ScriptC *s, const char *resName, const char *cacheDir);
struct SymbolTable_t {
const char * mName;