summaryrefslogtreecommitdiff
path: root/cpu_ref/rsCpuScriptGroup.cpp
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2013-07-03 17:27:38 -0700
committerStephen Hines <srhines@google.com>2013-07-10 18:29:06 -0700
commitb0934b67b95cc27e2358c2aa4db5f7c1067c8f9b (patch)
tree235e59c6a8b2e074095cd22ff615a17ed3fbff9f /cpu_ref/rsCpuScriptGroup.cpp
parent606e50048307530335b0885364ba888da436229b (diff)
Remove libutils and fix rsDebug for RS support library.
Bug: 9664050 Our bitcode runtime library translates vector rsDebug() calls into passing their parameters via pointers. The previous version of libRSSupport.so was being created with non-pointer versions of these routines accidentally. This change also fixes a missing permission issue for ImageProcessing2, so that the compatibility library can be verified. This change also removes the use of libutils by switching the implementation of String8/Vector in the compatibility library to internal types backed by libstlport_static. Change-Id: I20da75e8c19a82a42dc2bceaba1937d21372db84
Diffstat (limited to 'cpu_ref/rsCpuScriptGroup.cpp')
-rw-r--r--cpu_ref/rsCpuScriptGroup.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/cpu_ref/rsCpuScriptGroup.cpp b/cpu_ref/rsCpuScriptGroup.cpp
index b3b5bf98..91779b42 100644
--- a/cpu_ref/rsCpuScriptGroup.cpp
+++ b/cpu_ref/rsCpuScriptGroup.cpp
@@ -16,16 +16,6 @@
#include "rsCpuCore.h"
#include "rsCpuScript.h"
-#include "rsCpuScriptGroup.h"
-
-#ifndef RS_SERVER
-#include <bcc/BCCContext.h>
-#include <bcc/Renderscript/RSCompilerDriver.h>
-#include <bcc/Renderscript/RSExecutable.h>
-#include <bcc/Renderscript/RSInfo.h>
-#endif
-
-#include "rsScript.h"
#include "rsScriptGroup.h"
#include "rsCpuScriptGroup.h"
//#include "rsdBcc.h"