summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-12-03 02:02:23 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-12-03 02:02:23 +0000
commit032ba8eafc46ef0b1269f9148df07e192f0814ba (patch)
tree14c11d71db254a9bccfa7790e78fa21b2fcf109a
parent594e025bb4a7ff36f576095659ea6f99445ef1e9 (diff)
parenteb51fee57113ebc3475b5ea79b6e029f094d9f19 (diff)
downloadgoldfish-android13-qpr2-s12-release.tar.gz
Change-Id: I42d97f040bf60f517a34c6a875f22bc01f202497
-rw-r--r--64bitonly/product/vendor.mk2
-rw-r--r--vendor.mk3
2 files changed, 5 insertions, 0 deletions
diff --git a/64bitonly/product/vendor.mk b/64bitonly/product/vendor.mk
index edd50199..9a613d45 100644
--- a/64bitonly/product/vendor.mk
+++ b/64bitonly/product/vendor.mk
@@ -98,7 +98,9 @@ PRODUCT_PACKAGES += \
android.hardware.bluetooth.audio@2.1-impl
# Bluetooth hardware properties.
+ifeq ($(TARGET_PRODUCT_PROP),)
TARGET_PRODUCT_PROP := $(LOCAL_PATH)/../../bluetooth.prop
+endif
# Bluetooth se policies
BOARD_SEPOLICY_DIRS += system/bt/vendor_libs/linux/sepolicy
diff --git a/vendor.mk b/vendor.mk
index 984a7ce3..dcc61f11 100644
--- a/vendor.mk
+++ b/vendor.mk
@@ -94,7 +94,10 @@ PRODUCT_PACKAGES += \
android.hardware.bluetooth@1.1-service.btlinux \
android.hardware.bluetooth.audio@2.1-impl
+# Bluetooth hardware properties.
+ifeq ($(TARGET_PRODUCT_PROP),)
TARGET_PRODUCT_PROP := $(LOCAL_PATH)/bluetooth.prop
+endif
# Bluetooth se policies
BOARD_SEPOLICY_DIRS += system/bt/vendor_libs/linux/sepolicy