summaryrefslogtreecommitdiff
path: root/cpp/RenderScript.cpp
diff options
context:
space:
mode:
authorTim Murray <timmurray@google.com>2013-03-19 22:15:04 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-03-19 22:15:04 +0000
commit962e720b3d1c27bcfec90374ff393584b99577b3 (patch)
tree4d90d578b67fd0178c978c302175695710ac9257 /cpp/RenderScript.cpp
parent0813d780637f08c7591d32939143d6ac790f8936 (diff)
parent0b575de8ed0b628d84d256f5846500b0385979bd (diff)
Merge "Add x86 server support." into jb-mr2-dev
Diffstat (limited to 'cpp/RenderScript.cpp')
-rw-r--r--cpp/RenderScript.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/cpp/RenderScript.cpp b/cpp/RenderScript.cpp
index 886e1d4a..503798b6 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;