Merge "Move gnss hal to default instance"
This commit is contained in:
commit
e3ea5ee4e0
1 changed files with 1 additions and 1 deletions
|
@ -27,5 +27,5 @@ using android::hardware::gnss::V1_0::IGnss;
|
||||||
using android::hardware::defaultPassthroughServiceImplementation;
|
using android::hardware::defaultPassthroughServiceImplementation;
|
||||||
|
|
||||||
int main() {
|
int main() {
|
||||||
return defaultPassthroughServiceImplementation<IGnss>("gnss");
|
return defaultPassthroughServiceImplementation<IGnss>();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue