gps: add libcurl dependency

Bug: 314213552
Test: Check if gnssd crashes
Change-Id: I0dd4d8b01296b34e93fc6a171b59911bcc7fc2c6
This commit is contained in:
Edwin Tung 2023-12-01 18:46:40 +08:00
parent 693d43144c
commit cfa75f8985

View file

@ -94,6 +94,7 @@ cc_prebuilt_binary {
"libc", "libc",
"libm", "libm",
"libdl", "libdl",
"libcurl",
], ],
}, },
}, },