From 5376b896239db492a9e73a7187bd8d5c484b3271 Mon Sep 17 00:00:00 2001 From: Joe Huang Date: Fri, 8 Dec 2023 17:19:44 +0800 Subject: [PATCH] gps: add libcurl dependency Bug: 314051269 Test: Test GPS Change-Id: I0ab163c919e2d2864fc7401772dbeed9e1a1aaa5 --- location/gnssd/Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/location/gnssd/Android.bp b/location/gnssd/Android.bp index e1e97dc..3c6c06d 100644 --- a/location/gnssd/Android.bp +++ b/location/gnssd/Android.bp @@ -65,6 +65,7 @@ cc_prebuilt_binary { "libc", "libm", "libdl", + "libcurl", ], }, },