summaryrefslogtreecommitdiff
path: root/android/utils/Android.mk
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-03-03 04:06:59 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-03-03 04:06:59 +0000
commitaa29003fc9e0255a5b24f49c196eb1074859eb55 (patch)
tree6bbb85006df6b5758c9a6d6777f198dfb1b358c0 /android/utils/Android.mk
parent7b80d0673f07dde4e0210c8a7d9e6f16e331b5cd (diff)
parent3e42b8e7231c01fd52e68aaaeecce3d0793a2997 (diff)
downloadgps-aa29003fc9e0255a5b24f49c196eb1074859eb55.tar.gz
Snap for 7181034 from 3e42b8e7231c01fd52e68aaaeecce3d0793a2997 to tm-release
Change-Id: I1c29f779979ee910edb93daea31fae4ad4ba276d
Diffstat (limited to 'android/utils/Android.mk')
-rw-r--r--android/utils/Android.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/android/utils/Android.mk b/android/utils/Android.mk
index 872c772..16db96f 100644
--- a/android/utils/Android.mk
+++ b/android/utils/Android.mk
@@ -2,6 +2,8 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := liblocbatterylistener
+LOCAL_LICENSE_KINDS := SPDX-license-identifier-BSD
+LOCAL_LICENSE_CONDITIONS := notice
LOCAL_VENDOR_MODULE := true
LOCAL_CFLAGS += $(GNSS_CFLAGS)
@@ -28,8 +30,8 @@ include $(BUILD_STATIC_LIBRARY)
include $(CLEAR_VARS)
LOCAL_MODULE := liblocbatterylistener_headers
+LOCAL_LICENSE_KINDS := SPDX-license-identifier-BSD
+LOCAL_LICENSE_CONDITIONS := notice
LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)
include $(BUILD_HEADER_LIBRARY)
-
-