gps: add libcurl dependency

Bug: 314051269
Test: Test GPS
Change-Id: I0ab163c919e2d2864fc7401772dbeed9e1a1aaa5
This commit is contained in:
Joe Huang 2023-12-08 17:19:44 +08:00
parent 9a668f9384
commit 5376b89623

View file

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