gps: Fix OSS build
* Add fix from Scott/Keith for creating a forward declaration of the needed proprietary parts. Change-Id: Ic958cd94b926048f4c9161884b61273bd4d93503
This commit is contained in:
@@ -30,7 +30,10 @@
|
|||||||
#define ULP_PROXY_BASE_H
|
#define ULP_PROXY_BASE_H
|
||||||
|
|
||||||
#include <gps_extended.h>
|
#include <gps_extended.h>
|
||||||
#include "fused_location_extended.h"
|
|
||||||
|
struct FlpExtLocation_s;
|
||||||
|
struct FlpExtBatchOptions;
|
||||||
|
|
||||||
namespace loc_core {
|
namespace loc_core {
|
||||||
|
|
||||||
class LocAdapterBase;
|
class LocAdapterBase;
|
||||||
@@ -101,7 +104,7 @@ public:
|
|||||||
(void)active;
|
(void)active;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
inline virtual bool reportPositions(const FlpExtLocation* locations,
|
inline virtual bool reportPositions(const struct FlpExtLocation_s* locations,
|
||||||
int32_t number_of_locations) {
|
int32_t number_of_locations) {
|
||||||
(void)locations;
|
(void)locations;
|
||||||
(void)number_of_locations;
|
(void)number_of_locations;
|
||||||
|
|||||||
Reference in New Issue
Block a user