summaryrefslogtreecommitdiff
path: root/android/2.0/Android.mk
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-03-30 05:16:28 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-03-30 05:16:28 +0000
commit09333902e2298dce8360542aee233e28830aef0b (patch)
treefe6d118bd12c593027fa82b3407383c5fb18e868 /android/2.0/Android.mk
parent036ea671c426372e2eb0d085fe863383e19760c0 (diff)
parent1f335c32a066c050b0bf046cd89740d698eabd57 (diff)
downloadgps-09333902e2298dce8360542aee233e28830aef0b.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to hardware/qcom/sm7150/gps am: f79f0a1d98 am: 1f335c32a0
Original change: https://android-review.googlesource.com/c/platform/hardware/qcom/sm7150/gps/+/1655055 Change-Id: I6353c63909acf43f120f393c755d3be4bac8ea04
Diffstat (limited to 'android/2.0/Android.mk')
-rw-r--r--android/2.0/Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/android/2.0/Android.mk b/android/2.0/Android.mk
index b6790c5..06738f1 100644
--- a/android/2.0/Android.mk
+++ b/android/2.0/Android.mk
@@ -2,6 +2,8 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := android.hardware.gnss@2.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)
@@ -71,6 +73,8 @@ include $(BUILD_SHARED_LIBRARY)
include $(CLEAR_VARS)
LOCAL_MODULE := android.hardware.gnss@2.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)