diff options
-rw-r--r-- | gps/core/Makefile.am | 1 | ||||
-rwxr-xr-x | msm8996.mk | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/gps/core/Makefile.am b/gps/core/Makefile.am index 568880c..c83ccc3 100644 --- a/gps/core/Makefile.am +++ b/gps/core/Makefile.am @@ -19,6 +19,7 @@ libloc_core_la_h_sources = \ LocAdapterProxyBase.h \ data-items/DataItemId.h \ data-items/IDataItemCore.h \ + data-items/DataItemConcreteTypesBase.h \ observer/IDataItemObserver.h \ observer/IDataItemSubscription.h \ observer/IFrameworkActionReq.h \ @@ -210,7 +210,7 @@ PRODUCT_PACKAGES += \ android.hardware.gatekeeper@1.0-impl \ android.hardware.gatekeeper@1.0-service -# GPS +# GPS / Location PRODUCT_PACKAGES += \ android.hardware.gnss@1.0-impl-qti \ android.hardware.gnss@1.0-service-qti \ |