Loading ril/rild/rild.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
ril/rild/rild.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading