From 8d55b28a5f353a7745566b40f589ca033bb3dca9 Mon Sep 17 00:00:00 2001 From: Cheng Chang Date: Wed, 15 May 2024 09:55:05 +0000 Subject: [PATCH] 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 --- location/gnssd/Android.bp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/location/gnssd/Android.bp b/location/gnssd/Android.bp index f5b180c..1774bd7 100644 --- a/location/gnssd/Android.bp +++ b/location/gnssd/Android.bp @@ -93,4 +93,7 @@ cc_prebuilt_binary { ], }, }, + required: [ + "libcustomgnss", + ], }