commit | 6b1b173adc9e97f797d3324006f850cf840137ac | [log] [tgz] |
---|---|---|
author | Miao Wang <[email protected]> | Fri Mar 13 14:37:56 2015 -0700 |
committer | Miao Wang <[email protected]> | Fri Mar 13 14:37:56 2015 -0700 |
tree | 56983d7589deea8d417a985cc926e610ba8055ed | |
parent | 1cb0bb092faa6993db53213fb2b6b3c1963436dc [diff] [blame] |
Make compat lib able to load through the new HAL. Change-Id: I15a10ffd08399b102e0e209958f5230937e8c83a
diff --git a/rsDriverLoader.cpp b/rsDriverLoader.cpp index 8145582..b245b4c 100644 --- a/rsDriverLoader.cpp +++ b/rsDriverLoader.cpp
@@ -246,6 +246,10 @@ } } #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; }