summaryrefslogtreecommitdiff
path: root/tests/latency/latency.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/latency/latency.cpp')
-rw-r--r--tests/latency/latency.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/latency/latency.cpp b/tests/latency/latency.cpp
index bea9237e..05337be7 100644
--- a/tests/latency/latency.cpp
+++ b/tests/latency/latency.cpp
@@ -57,7 +57,7 @@ int main(int argc, char** argv)
if (forceCpu) flags |= RS_INIT_LOW_LATENCY;
if (synchronous) flags |= RS_INIT_SYNCHRONOUS;
- bool r = rs->init(flags);
+ bool r = rs->init("/system/bin", flags);
sp<const Element> e = Element::U32(rs);