summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoman Kiryanov <rkir@google.com>2019-03-20 20:33:23 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-03-20 20:33:23 -0700
commit976eb99d92c79d11c2d4df8411717054b920a658 (patch)
tree80bd904abc37e8a232d0027f6cab1608d4eb155c
parent23d2f26d063460036897dd0f0a275a8aa6e0bb9c (diff)
parent61eae8ffd1a16c89db1c01e95afad67cecfcbe09 (diff)
downloadplatform_hardware_ril-976eb99d92c79d11c2d4df8411717054b920a658.tar.gz
platform_hardware_ril-976eb99d92c79d11c2d4df8411717054b920a658.tar.bz2
platform_hardware_ril-976eb99d92c79d11c2d4df8411717054b920a658.zip
Merge "Do not call rilc_thread_pool if there is no ril library" am: 001a126f8b
am: 61eae8ffd1 Change-Id: Ia5ae77b5c7655503031bd44c557a9ac074b7e7e0
-rw-r--r--rild/rild.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/rild/rild.c b/rild/rild.c
index c554a9fe..781db785 100644
--- a/rild/rild.c
+++ b/rild/rild.c
@@ -224,10 +224,9 @@ int main(int argc, char **argv) {
RLOGD("RIL_register_socket completed");
-done:
-
rilc_thread_pool();
+done:
RLOGD("RIL_Init starting sleep loop");
while (true) {
sleep(UINT32_MAX);