From 07c12933e3859804a0da063c1111659285184bef Mon Sep 17 00:00:00 2001 From: Stephen Hines Date: Wed, 1 Feb 2012 16:56:03 -0800 Subject: 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 --- libs/rs/rsScriptC.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'libs/rs/rsScriptC.cpp') 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(); } -- cgit v1.2.3-59-g8ed1b