diff options
| author | Tim Murray <timmurray@google.com> | 2013-09-11 14:45:20 -0700 |
|---|---|---|
| committer | Tim Murray <timmurray@google.com> | 2013-10-04 15:52:19 -0700 |
| commit | 75e877d157f9429eb6d8fb1b09c75c5472db161a (patch) | |
| tree | 944553f89210250d3d2279593991fb9f91bf91fe /cpp/RenderScript.cpp | |
| parent | 4a1495f3404b939459aa817f06ea9325ca1a4625 (diff) | |
Add docs to C++ API.
bug 10427951
Change-Id: I51805b6fb43781c57dfbbdc5b3e77f200af19ed8
Diffstat (limited to 'cpp/RenderScript.cpp')
| -rw-r--r-- | cpp/RenderScript.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/RenderScript.cpp b/cpp/RenderScript.cpp index 3be195f8..30d530ed 100644 --- a/cpp/RenderScript.cpp +++ b/cpp/RenderScript.cpp @@ -401,6 +401,8 @@ static bool loadSymbols(void* handle) { return true; } +// this will only open API 19+ libRS +// because that's when we changed libRS to extern "C" entry points static bool loadSO(const char* filename) { void* handle = dlopen(filename, RTLD_LAZY | RTLD_LOCAL); if (handle == NULL) { |
