From 1e0e04d89c27a3377ebe97d485f0bced6f3a1f3c Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Sun, 28 Mar 2021 19:48:06 -0700 Subject: [LSC] Add LOCAL_LICENSE_KINDS to hardware/qcom/sm8150p/gps Added SPDX-license-identifier-Apache-2.0 SPDX-license-identifier-BSD to: etc/Android.mk utils/Android.mk Added SPDX-license-identifier-Apache-2.0 SPDX-license-identifier-BSD legacy_not_a_contribution to: android/1.0/Android.mk android/1.1/Android.mk android/2.0/Android.mk Added SPDX-license-identifier-BSD to: android/utils/Android.mk batching/Android.mk core/Android.mk geofence/Android.mk gnss/Android.mk location/Android.mk pla/Android.mk Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I67439a4855f264502128001a7ba891e87015bf28 Merged-in: I67439a4855f264502128001a7ba891e87015bf28 Merged-in: Ia4a874e2820c4f700e707a2a34caad0ecb845270 --- geofence/Android.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'geofence/Android.mk') diff --git a/geofence/Android.mk b/geofence/Android.mk index 6e9e870..5d862e2 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_VENDOR_MODULE := true LOCAL_MODULE_TAGS := optional @@ -33,4 +35,3 @@ include $(BUILD_SHARED_LIBRARY) endif # not BUILD_TINY_ANDROID endif # BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE - -- cgit v1.2.3