diff options
Diffstat (limited to 'rsDriverLoader.cpp')
| -rw-r--r-- | rsDriverLoader.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rsDriverLoader.cpp b/rsDriverLoader.cpp index 81455826..b245b4c2 100644 --- a/rsDriverLoader.cpp +++ b/rsDriverLoader.cpp @@ -246,6 +246,10 @@ bool Context::loadDriver(bool forceDefault) { } } #else // RS_COMPATIBILITY_LIB + if (!LoadHalTable(this, rsdHalQueryHal, false)) { + ALOGE("Error loading RS HAL table"); + return false; + } if (rsdHalInit(this, 0, 0) != true) { return false; } |
