Commit 5c24a15a authored by DidntRead's avatar DidntRead
Browse files

ril: change default lib path to vendor

parent 020d8353
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -235,7 +235,7 @@ int main(int argc, char **argv) {
    }

    if (rilLibPath == NULL) {
	if ( 0 == property_get(LIB_PATH_PROPERTY, libPath, "/system/lib/mtk-ril.so")) {
	if ( 0 == property_get(LIB_PATH_PROPERTY, libPath, "/vendor/lib/mtk-ril.so")) {
	    // No lib sepcified on the command line, and nothing set in props.
	    // Assume "no-ril" case.
	    goto done;