summaryrefslogtreecommitdiff
path: root/android/1.0/Android.mk
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-11 05:10:34 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-11 05:10:34 +0000
commita5da1255f29acd4662fb09201e341c667c8806d4 (patch)
tree061cde30e7631cb42d269b27c22f52888f1f98cf /android/1.0/Android.mk
parent4aeb4f4b24562a53b6ece3b9addc7199698e2cc1 (diff)
parent1b91e8741de1a19b6cd471ec7643edbd3248e215 (diff)
downloadgps-1d7d358e174b94e05a8fae94595f23ef1e5572e8.tar.gz
Change-Id: I4f8e1cb453f011af9d73658e91b7e34c6d282b11
Diffstat (limited to 'android/1.0/Android.mk')
-rw-r--r--android/1.0/Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/android/1.0/Android.mk b/android/1.0/Android.mk
index 797ecce..3ef99da 100644
--- a/android/1.0/Android.mk
+++ b/android/1.0/Android.mk
@@ -2,6 +2,8 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := android.hardware.gnss@1.0-impl-qti
+LOCAL_LICENSE_KINDS := SPDX-license-identifier-Apache-2.0 SPDX-license-identifier-BSD legacy_not_a_contribution
+LOCAL_LICENSE_CONDITIONS := by_exception_only not_allowed notice
LOCAL_SANITIZE += $(GNSS_SANITIZE)
# activate the following line for debug purposes only, comment out for production
#LOCAL_SANITIZE_DIAG += $(GNSS_SANITIZE_DIAG)
@@ -58,6 +60,8 @@ include $(BUILD_SHARED_LIBRARY)
include $(CLEAR_VARS)
LOCAL_MODULE := android.hardware.gnss@1.0-service-qti
+LOCAL_LICENSE_KINDS := SPDX-license-identifier-Apache-2.0 SPDX-license-identifier-BSD legacy_not_a_contribution
+LOCAL_LICENSE_CONDITIONS := by_exception_only not_allowed notice
LOCAL_SANITIZE += $(GNSS_SANITIZE)
# activate the following line for debug purposes only, comment out for production
#LOCAL_SANITIZE_DIAG += $(GNSS_SANITIZE_DIAG)