summaryrefslogtreecommitdiff
path: root/android/2.0/Android.mk
diff options
context:
space:
mode:
authorqctecmdr <qctecmdr@localhost>2019-05-31 20:11:11 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2019-05-31 20:11:10 -0700
commit5a5989edd8a78dca5332cc913a9a37a2120b20d0 (patch)
tree9a072a6fbc360c36145fa7975d4b7efa0862dde9 /android/2.0/Android.mk
parentc7cbd60fb53693f31384468c180b7d220384c878 (diff)
parent89583a78f041efb6213044867650e20013500e35 (diff)
downloadgps-5a5989edd8a78dca5332cc913a9a37a2120b20d0.tar.gz
Merge "Add charger indication receiver in Gnss Hidl"
Diffstat (limited to 'android/2.0/Android.mk')
-rw-r--r--android/2.0/Android.mk11
1 files changed, 9 insertions, 2 deletions
diff --git a/android/2.0/Android.mk b/android/2.0/Android.mk
index c33a792..7c55504 100644
--- a/android/2.0/Android.mk
+++ b/android/2.0/Android.mk
@@ -37,7 +37,8 @@ LOCAL_HEADER_LIBRARIES := \
libgps.utils_headers \
libloc_core_headers \
libloc_pla_headers \
- liblocation_api_headers
+ liblocation_api_headers \
+ liblocbatterylistener_headers
LOCAL_SHARED_LIBRARIES := \
liblog \
@@ -50,7 +51,11 @@ LOCAL_SHARED_LIBRARIES := \
android.hardware.gnss@1.1 \
android.hardware.gnss@2.0 \
android.hardware.gnss.measurement_corrections@1.0 \
- android.hardware.gnss.visibility_control@1.0
+ android.hardware.gnss.visibility_control@1.0 \
+ android.hardware.health@1.0 \
+ android.hardware.health@2.0 \
+ android.hardware.power@1.2 \
+ libbase
LOCAL_SHARED_LIBRARIES += \
libloc_core \
@@ -59,6 +64,8 @@ LOCAL_SHARED_LIBRARIES += \
liblocation_api \
LOCAL_CFLAGS += $(GNSS_CFLAGS)
+LOCAL_STATIC_LIBRARIES := liblocbatterylistener
+LOCAL_STATIC_LIBRARIES += libhealthhalutils
include $(BUILD_SHARED_LIBRARY)
include $(CLEAR_VARS)