From cfa75f898596d2cffa673f0be28556a18e8aeb1e Mon Sep 17 00:00:00 2001 From: Edwin Tung Date: Fri, 1 Dec 2023 18:46:40 +0800 Subject: [PATCH] gps: add libcurl dependency Bug: 314213552 Test: Check if gnssd crashes Change-Id: I0dd4d8b01296b34e93fc6a171b59911bcc7fc2c6 --- location/gnssd/Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/location/gnssd/Android.bp b/location/gnssd/Android.bp index 29b366f..0d47910 100644 --- a/location/gnssd/Android.bp +++ b/location/gnssd/Android.bp @@ -94,6 +94,7 @@ cc_prebuilt_binary { "libc", "libm", "libdl", + "libcurl", ], }, },