summaryrefslogtreecommitdiff
path: root/emulator/aosp_car_emulator.mk
diff options
context:
space:
mode:
authorMarcell Kovacs <marcellk@google.com>2022-08-26 13:42:03 -0700
committerMarcell Kovacs <marcellk@google.com>2023-05-30 14:02:41 -0700
commit787eb2cb72f12873efa7f04ae9b2d375a816bf8f (patch)
tree9e0441ccc6b4bb0138e2147b6511537d547acd00 /emulator/aosp_car_emulator.mk
parent4f20ab9a68dab9ed5c47b7ff92d702d0c4ecae9e (diff)
downloadcar-787eb2cb72f12873efa7f04ae9b2d375a816bf8f.tar.gz
Add UWB goldfish HAL
Add new UWB HAL implementation that will connect to an external UWB service (go/pica) using sockets. Bug: 229753416 Test: m -j && emulator -no-snapshot -show-kernel -verbose -prop qemu.preferred.uwb.service=goldfish -selinux permissive -prop qemu.preferred.uwb.service.ip=127.0.0.1 -prop qemu.preferred.uwb.service.port=7000 Test: (in another terminal) adb wait-for-device && adb reverse tcp:7000 tcp:7000 Change-Id: I76a22c9647e1b22be4ab9e5bfb0448d361e7de10
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 85e18ac..2add36c 100644
--- a/emulator/aosp_car_emulator.mk
+++ b/emulator/aosp_car_emulator.mk
@@ -29,6 +29,8 @@ $(call inherit-product, device/generic/car/emulator/audio/car_emulator_audio.mk)
$(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)
+# Enable simulated UWB.
+$(call inherit-product, device/generic/car/emulator/uwb_hal/uwb-goldfish.mk)
TARGET_PRODUCT_PROP := device/generic/car/emulator/usbpt/bluetooth/bluetooth.prop