summaryrefslogtreecommitdiff
path: root/emulator/aosp_car_emulator.mk
diff options
context:
space:
mode:
authorJi Soo Shin <jisshin@google.com>2022-02-11 13:34:38 +0100
committerJi Soo Shin <jisshin@google.com>2022-02-15 14:05:06 +0100
commit106ab8750b73f97e4068cca23916a1b722448b6d (patch)
tree9ffc225d1e32d58c02384272c9e0fb853b1d0d35 /emulator/aosp_car_emulator.mk
parent7640bc118bad41f13d0f68c9d58273fd0bf806a5 (diff)
downloadcar-106ab8750b73f97e4068cca23916a1b722448b6d.tar.gz
usbpt: restructure usbpt related files and directories
Need to restructure before it gets even more complicated. Bug: 215529815 Change-Id: Iea88fef4736c8726c8bba655a0ebcf7a11264d17
Diffstat (limited to 'emulator/aosp_car_emulator.mk')
-rw-r--r--emulator/aosp_car_emulator.mk7
1 files changed, 2 insertions, 5 deletions
diff --git a/emulator/aosp_car_emulator.mk b/emulator/aosp_car_emulator.mk
index fc386bf..711b590 100644
--- a/emulator/aosp_car_emulator.mk
+++ b/emulator/aosp_car_emulator.mk
@@ -25,11 +25,8 @@ $(call inherit-product, device/generic/car/common/car.mk)
# This overrides device/generic/car/common/car.mk
$(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 and BT-USB passthrough
-$(call inherit-product, device/generic/car/emulator/btusb-passthrough/btusb.mk)
-$(call inherit-product, device/generic/car/emulator/usbip-service/usbip-service.mk)
-# Enables CAN-USB passthrough
-$(call inherit-product, device/generic/car/emulator/protocan/car_protocan.mk)
+# Enables USB related passthrough
+$(call inherit-product, device/generic/car/emulator/usbpt/car_usbpt.mk)
ifeq (true,$(BUILD_EMULATOR_CLUSTER_DISPLAY))
PRODUCT_COPY_FILES += \