summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsScriptC.cpp
diff options
context:
space:
mode:
authorShih-wei Liao <sliao@google.com>2011-01-19 02:18:45 -0800
committerShih-wei Liao <sliao@google.com>2011-01-19 02:18:45 -0800
commit1ad9612e9928728d0938c013f11374157fb31fed (patch)
tree44465e3089d653920491de57b6ba0b96db97be49 /libs/rs/rsScriptC.cpp
parent9d30f75468b143724238e2cf00fcc7a2eeb2ba3f (diff)
downloadframeworks_base-1ad9612e9928728d0938c013f11374157fb31fed.zip
frameworks_base-1ad9612e9928728d0938c013f11374157fb31fed.tar.gz
frameworks_base-1ad9612e9928728d0938c013f11374157fb31fed.tar.bz2
1. fp_mad.rs: Pass C99 check.
2. Include C99 header (Will be fixed later at build.git.) Change-Id: I2864e081b2635dfc4fc0c85f746f6d0ce0b01af5
Diffstat (limited to 'libs/rs/rsScriptC.cpp')
-rw-r--r--libs/rs/rsScriptC.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/rs/rsScriptC.cpp b/libs/rs/rsScriptC.cpp
index 1b879bd..9f730bf 100644
--- a/libs/rs/rsScriptC.cpp
+++ b/libs/rs/rsScriptC.cpp
@@ -485,7 +485,7 @@ void ScriptCState::runCompiler(Context *rsc,
// Handle Fatal Error
}
-#if 0
+#if 1
if (bccLinkBC(s->mBccScript,
resName,
NULL /*rs_runtime_lib_bc*/,