Move gnss hal to default instance
gnss hal must use the default instance instead of gnss instance for binderization CRs-fixed: 2020778 Change-Id: I96c203751891728542f06bede3d1ee8282c7878b
This commit is contained in:
parent
891005e20c
commit
9a957ef66e
1 changed files with 1 additions and 1 deletions
|
@ -27,5 +27,5 @@ using android::hardware::gnss::V1_0::IGnss;
|
|||
using android::hardware::defaultPassthroughServiceImplementation;
|
||||
|
||||
int main() {
|
||||
return defaultPassthroughServiceImplementation<IGnss>("gnss");
|
||||
return defaultPassthroughServiceImplementation<IGnss>();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue