commit | 0b575de8ed0b628d84d256f5846500b0385979bd | [log] [tgz] |
---|---|---|
author | Tim Murray <timmurray@google.com> | Fri Mar 15 15:56:43 2013 -0700 |
committer | Tim Murray <timmurray@google.com> | Tue Mar 19 15:08:44 2013 -0700 |
tree | 255a20e02100f2c53cfaa05b29fb905b38aa6202 | |
parent | 2487bb71ac56dea46ed382739c37f136e67b2062 [diff] [blame] |
Add x86 server support. Change-Id: I674acaf15b67afa48bc736f72942a11e2e38e940
diff --git a/cpp/RenderScript.cpp b/cpp/RenderScript.cpp index 886e1d4..503798b 100644 --- a/cpp/RenderScript.cpp +++ b/cpp/RenderScript.cpp
@@ -14,15 +14,13 @@ * limitations under the License. */ -#define LOG_TAG "libRS_cpp" - -#include <utils/Log.h> #include <malloc.h> #include <string.h> #include <pthread.h> #include "RenderScript.h" #include "rs.h" +#include "rsUtils.h" using namespace android; using namespace RSC;