diff options
| author | 2012-02-01 17:09:12 -0800 | |
|---|---|---|
| committer | 2012-02-01 17:09:12 -0800 | |
| commit | bb3968fed8e7fb2b53ac32d40e26e0d21600a922 (patch) | |
| tree | ba4d6d09b6fa77444205bbb86fb5183cc6c6c989 | |
| parent | 88de70f3c5824acae7524a774f9d2e2a6d125eb9 (diff) | |
| parent | 07c12933e3859804a0da063c1111659285184bef (diff) | |
Merge "Remove wrapper version check assert."
| -rw-r--r-- | libs/rs/rsScriptC.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/rs/rsScriptC.cpp b/libs/rs/rsScriptC.cpp index afc8ba01129e..929dd683f306 100644 --- a/libs/rs/rsScriptC.cpp +++ b/libs/rs/rsScriptC.cpp @@ -206,7 +206,6 @@ bool ScriptC::runCompiler(Context *rsc, return false; } - rsAssert(bcWrapper.getHeaderVersion() == 0); if (bcWrapper.getBCFileType() == bcinfo::BC_WRAPPER) { sdkVersion = bcWrapper.getTargetAPI(); } |