summaryrefslogtreecommitdiff
path: root/geofence/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'geofence/Android.mk')
-rw-r--r--geofence/Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/geofence/Android.mk b/geofence/Android.mk
index 7e0e34e..03d74dc 100644
--- a/geofence/Android.mk
+++ b/geofence/Android.mk
@@ -6,6 +6,8 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := libgeofencing
+LOCAL_LICENSE_KINDS := SPDX-license-identifier-BSD
+LOCAL_LICENSE_CONDITIONS := notice
LOCAL_SANITIZE += $(GNSS_SANITIZE)
# activate the following line for debug purposes only, comment out for production
#LOCAL_SANITIZE_DIAG += $(GNSS_SANITIZE_DIAG)
@@ -36,4 +38,3 @@ include $(BUILD_SHARED_LIBRARY)
endif # not BUILD_TINY_ANDROID
endif # BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE
-