summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-10 07:24:42 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-10 07:24:42 +0000
commitfcd8c1a902b3d9e8d5d0dbc31a8d34cd1cb79e7c (patch)
tree03a55c2f5edd301106d53bd97d9e42e66c9d2673
parent29c8a55bb6e521089ebd80a64afc893f8822aad2 (diff)
parent2bf063f3221818100d147f812048c081bb4eee77 (diff)
downloadbt-android13-mainline-os-statsd-release.tar.gz
Change-Id: Ic724431c9761baa4ef47a77fbd051bed2bb18824
-rw-r--r--Android.mk2
-rw-r--r--METADATA3
-rw-r--r--libbt-vendor/Android.mk5
3 files changed, 8 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index da21c67..7adf39a 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,4 +1,4 @@
-ifeq ($(call is-vendor-board-platform,QCOM),true)
+ifneq (,$(call is-vendor-board-qcom))
ifneq ($(BUILD_WITHOUT_VENDOR),true)
include $(call all-named-subdir-makefiles,libbt-vendor)
endif
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..d97975c
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,3 @@
+third_party {
+ license_type: NOTICE
+}
diff --git a/libbt-vendor/Android.mk b/libbt-vendor/Android.mk
index 363a592..d85846f 100644
--- a/libbt-vendor/Android.mk
+++ b/libbt-vendor/Android.mk
@@ -44,7 +44,7 @@ endif
LOCAL_C_INCLUDES += \
$(LOCAL_PATH)/include \
external/bluetooth/bluedroid/hci/include \
- system/bt/hci/include \
+ packages/modules/Bluetooth/system/hci/include \
$(TARGET_OUT_HEADERS)/bt/hci_qcomm_init \
$(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr/include
@@ -66,6 +66,9 @@ LOCAL_SHARED_LIBRARIES := \
libbtnv
LOCAL_MODULE := libbt-vendor
+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_NOTICE_FILE := $(LOCAL_PATH)/NOTICE
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := SHARED_LIBRARIES
LOCAL_MODULE_OWNER := qcom