sm7325-common: gps: update to LA.UM.9.12.r1-13500.01-SMxx50.QSSI12.0
This commit is contained in:
parent
616168edec
commit
81c175bd93
28 changed files with 70 additions and 201 deletions
|
|
@ -5,7 +5,7 @@ cc_library_shared {
|
|||
name: "libgeofencing",
|
||||
vendor: true,
|
||||
|
||||
|
||||
sanitize: GNSS_SANITIZE,
|
||||
|
||||
srcs: [
|
||||
"GeofenceAdapter.cpp",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (c) 2013-2021, The Linux Foundation. All rights reserved.
|
||||
/* Copyright (c) 2013-2020, The Linux Foundation. All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions are
|
||||
|
|
@ -38,13 +38,9 @@ using namespace loc_core;
|
|||
GeofenceAdapter::GeofenceAdapter() :
|
||||
LocAdapterBase(0,
|
||||
LocContext::getLocContext(LocContext::mLocationHalName),
|
||||
true /*isMaster*/, nullptr, true)
|
||||
true /*isMaster*/)
|
||||
{
|
||||
LOC_LOGD("%s]: Constructor", __func__);
|
||||
|
||||
// at last step, let us inform adapater base that we are done
|
||||
// with initialization, e.g.: ready to process handleEngineUpEvent
|
||||
doneInit();
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue