Skip to content

Commit 07c1293

Browse files
committed
Remove wrapper version check assert.
This really shouldn't have been here to begin with, since the wrapper version should be meaningless to libRS. Change-Id: I329446ed96d1a70197247735e267b8539a8c83a2
1 parent c97992b commit 07c1293

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libs/rs/rsScriptC.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ bool ScriptC::runCompiler(Context *rsc,
206206
return false;
207207
}
208208

209-
rsAssert(bcWrapper.getHeaderVersion() == 0);
210209
if (bcWrapper.getBCFileType() == bcinfo::BC_WRAPPER) {
211210
sdkVersion = bcWrapper.getTargetAPI();
212211
}

0 commit comments

Comments
 (0)