summaryrefslogtreecommitdiff
path: root/cpp/RenderScript.cpp
diff options
context:
space:
mode:
authorTim Murray <timmurray@google.com>2013-09-09 15:03:50 -0700
committerTim Murray <timmurray@google.com>2013-09-09 15:03:50 -0700
commiteeaf7142d7e06efb3e0ddc7ef542884ab1d527dc (patch)
tree079a0330ccaf2bcba1c9e40f97850a716afd6902 /cpp/RenderScript.cpp
parente918375be0045b082128d7f958ce685062aaefb2 (diff)
Fix build/dependency issue.
bug 10427951 Change-Id: I798a0014f299b22c26bea3205823fcbb64f7ec70
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 6ab22404..fb72738f 100644
--- a/cpp/RenderScript.cpp
+++ b/cpp/RenderScript.cpp
@@ -20,6 +20,7 @@
#include "RenderScript.h"
#include "rsCppStructs.h"
+#include "rsCppInternal.h"
#include <dlfcn.h>
@@ -27,9 +28,6 @@
#include <cutils/properties.h>
#endif
-#define LOG_NDEBUG 0
-#define LOG_TAG "rsC++"
-
using namespace android;
using namespace RSC;