summaryrefslogtreecommitdiff
path: root/emulator/aosp_car_emulator.mk
diff options
context:
space:
mode:
authorMarcell Kovacs <marcellk@google.com>2022-11-26 14:01:04 -0800
committerMarcell Kovacs <marcellk@google.com>2022-12-01 20:48:10 -0800
commit873d840ad99dbce4c8550a929af8eefc542bdc36 (patch)
treecd13e5c750d3f53642f72ada4f3772f048384b42 /emulator/aosp_car_emulator.mk
parentaff381646f0c595bb1c638c11cbcd1a95bb27411 (diff)
downloadcar-873d840ad99dbce4c8550a929af8eefc542bdc36.tar.gz
Move BT config from bdroid_buildcfg.h to bluetooth.prop
Bug: 260464607 Test: lunch sdk_gcar_x86_64-userdebug && m -j && emulator Test: verify BT device name set Change-Id: Iedff5d52895cf0978ba78e743904965ce501797e Merged-In: Iedff5d52895cf0978ba78e743904965ce501797e
Diffstat (limited to 'emulator/aosp_car_emulator.mk')
-rw-r--r--emulator/aosp_car_emulator.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/emulator/aosp_car_emulator.mk b/emulator/aosp_car_emulator.mk
index 07f4959..aedcdc7 100644
--- a/emulator/aosp_car_emulator.mk
+++ b/emulator/aosp_car_emulator.mk
@@ -28,6 +28,8 @@ $(call inherit-product, device/generic/car/emulator/rotary/car_rotary.mk)
# Enables USB related passthrough
$(call inherit-product, device/generic/car/emulator/usbpt/car_usbpt.mk)
+TARGET_PRODUCT_PROP := device/generic/car/emulator/usbpt/bluetooth/bluetooth.prop
+
ifeq (true,$(BUILD_EMULATOR_CLUSTER_DISPLAY))
PRODUCT_COPY_FILES += \
device/generic/car/emulator/cluster/display_settings.xml:system/etc/display_settings.xml \