Merge "Disable on-device linking" into honeycomb

This commit is contained in:
Shih-wei Liao
2011-01-13 02:06:17 -08:00
committed by Android (Google) Code Review

View File

@@ -428,7 +428,7 @@ void ScriptCState::runCompiler(Context *rsc,
// Handle Fatal Error
}
#if 1
#if 0
if (bccLinkBC(s->mBccScript,
rs_runtime_lib_bc,
rs_runtime_lib_bc_size) != 0) {