Merge "Move gnss hal to default instance"

This commit is contained in:
Linux Build Service Account 2017-04-22 20:28:52 -07:00 committed by Gerrit - the friendly Code Review server
commit e3ea5ee4e0

View file

@ -27,5 +27,5 @@ using android::hardware::gnss::V1_0::IGnss;
using android::hardware::defaultPassthroughServiceImplementation;
int main() {
return defaultPassthroughServiceImplementation<IGnss>("gnss");
return defaultPassthroughServiceImplementation<IGnss>();
}