summaryrefslogtreecommitdiff
path: root/android/2.0
diff options
context:
space:
mode:
authorCyan_Hsieh <cyanhsieh@google.com>2019-11-07 20:18:01 +0800
committerCyan_Hsieh <cyanhsieh@google.com>2019-11-07 20:20:03 +0800
commitff2907dee7f46b2b69996c4fcda849dcd7e478d2 (patch)
tree95c87cb4880ca43b2149e534e60c307cf9de795c /android/2.0
parent53e16b1d5f92148e5b210f9e0ae07796acc773f5 (diff)
parentc65c8ab4b12d034dd06594bcbb4a875fc35b827f (diff)
downloadgps-ff2907dee7f46b2b69996c4fcda849dcd7e478d2.tar.gz
Merge remote-tracking branch 'goog/qcom/release/LA.UM.8.9.R1.10.00.00.558.053' into qt-qpr1-dev
Bug: 144079922 Change-Id: I92e46331810b43a1f3a7748157cc0b7e9b138833
Diffstat (limited to 'android/2.0')
-rw-r--r--android/2.0/Android.mk6
-rw-r--r--android/2.0/android.hardware.gnss@2.0-service-qti.rc2
2 files changed, 7 insertions, 1 deletions
diff --git a/android/2.0/Android.mk b/android/2.0/Android.mk
index 0cb0ddd..b6790c5 100644
--- a/android/2.0/Android.mk
+++ b/android/2.0/Android.mk
@@ -2,6 +2,9 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := android.hardware.gnss@2.0-impl-qti
+LOCAL_SANITIZE += $(GNSS_SANITIZE)
+# activate the following line for debug purposes only, comment out for production
+#LOCAL_SANITIZE_DIAG += $(GNSS_SANITIZE_DIAG)
LOCAL_VENDOR_MODULE := true
LOCAL_MODULE_RELATIVE_PATH := hw
LOCAL_SRC_FILES := \
@@ -68,6 +71,9 @@ include $(BUILD_SHARED_LIBRARY)
include $(CLEAR_VARS)
LOCAL_MODULE := android.hardware.gnss@2.0-service-qti
+LOCAL_SANITIZE += $(GNSS_SANITIZE)
+# activate the following line for debug purposes only, comment out for production
+#LOCAL_SANITIZE_DIAG += $(GNSS_SANITIZE_DIAG)
LOCAL_VINTF_FRAGMENTS := android.hardware.gnss@2.0-service-qti.xml
LOCAL_VENDOR_MODULE := true
LOCAL_MODULE_RELATIVE_PATH := hw
diff --git a/android/2.0/android.hardware.gnss@2.0-service-qti.rc b/android/2.0/android.hardware.gnss@2.0-service-qti.rc
index 36ee47c..ad46d5d 100644
--- a/android/2.0/android.hardware.gnss@2.0-service-qti.rc
+++ b/android/2.0/android.hardware.gnss@2.0-service-qti.rc
@@ -1,4 +1,4 @@
service gnss_service /vendor/bin/hw/android.hardware.gnss@2.0-service-qti
class hal
user gps
- group system gps radio
+ group system gps radio vendor_qti_diag