commit | 54440a01a97144efb6a3106fc8e63152f47e97f9 | [log] [tgz] |
---|---|---|
author | Jason Sams <rjsams@android.com> | Thu Jul 16 15:08:06 2009 -0700 |
committer | Jason Sams <rjsams@android.com> | Thu Jul 16 15:08:06 2009 -0700 |
tree | e47c05656efb942ceddfdcc964fa3bd778f3a214 | |
parent | 4a967dabc3c610e93cfc9cc1f8811e72f54d1797 [diff] [blame] |
Update rollo and renderscript to the new ACC compiler interface.
diff --git a/libs/rs/rsScriptC.h b/libs/rs/rsScriptC.h index c46901b1..9d9ec49 100644 --- a/libs/rs/rsScriptC.h +++ b/libs/rs/rsScriptC.h
@@ -69,6 +69,14 @@ void clear(); void runCompiler(Context *rsc); + + struct SymbolTable_t { + const char * mName; + void * mPtr; + const char * mDecl; + }; + static SymbolTable_t gSyms[]; + static const SymbolTable_t * lookupSymbol(const char *); };