diff options
author | codeworkx <daniel.hillenbrand@codeworkx.de> | 2018-04-28 18:48:00 +0200 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-05-02 20:00:00 +0200 |
commit | 9f73379c2cd62ff5995980bb547655deda104dfe (patch) | |
tree | 40176a5f7f20f248b6a18f1b252c3cd832cbd52c | |
parent | 382bcc5e8078de481f3eafa467c7e39a2eb677fb (diff) |
msm8996: update gps from LA.UM.6.5.r1-07400-8x96.0
Change-Id: Ic9d4ea1e69f0f9e4ccf56917fe96696876a83a42
-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 \ |