summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-12-03 02:01:58 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-12-03 02:01:58 +0000
commit00a3584df5e3f11b9a40fbb532e95bf40db3366c (patch)
tree14c11d71db254a9bccfa7790e78fa21b2fcf109a
parent5e81001e1873c21643e698e65be6ff65dfae65bd (diff)
parenteb51fee57113ebc3475b5ea79b6e029f094d9f19 (diff)
downloadgoldfish-android13-d4-s2-release.tar.gz
Change-Id: Iadee06b8f67ae84443f4d734d610f1cbd068bc6a
-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