gps: Add libcustomgnss library to dependency

Bug: 340977648
Test: Verification boot-health at b/340977648#comment2
Test: Verification the function has been called by gnss.
Change-Id: I72dedc36512361446b9f9132a57b552366991e87
This commit is contained in:
Cheng Chang
2024-05-15 09:55:05 +00:00
parent 1465824c62
commit 8d55b28a5f

View File

@@ -93,4 +93,7 @@ cc_prebuilt_binary {
],
},
},
required: [
"libcustomgnss",
],
}