summaryrefslogtreecommitdiff
path: root/emulator/aosp_car_emulator.mk
diff options
context:
space:
mode:
authorMarcell Kovacs <marcellk@google.com>2022-10-24 10:38:01 -0700
committerMarcell Kovacs <marcellk@google.com>2022-10-27 09:45:08 -0700
commitca96e5a25afdac1d500f3da2ef3ed2e1a26229fc (patch)
tree97dccef62856a402234f6003d7711ee5cadaf863 /emulator/aosp_car_emulator.mk
parent5d08e8842ea24b75dc0f4f737e1935964a218438 (diff)
downloadcar-ca96e5a25afdac1d500f3da2ef3ed2e1a26229fc.tar.gz
Move multi-display-emulator to multi-display-dynamic
Rename to avoid collision with other multi-display modules. Bug: 239965306 Test: m -j && emulator Change-Id: If35f0e31f126440c5a92fe383f163c542aa60416
Diffstat (limited to 'emulator/aosp_car_emulator.mk')
-rw-r--r--emulator/aosp_car_emulator.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulator/aosp_car_emulator.mk b/emulator/aosp_car_emulator.mk
index 155c5b7..c6cf823 100644
--- a/emulator/aosp_car_emulator.mk
+++ b/emulator/aosp_car_emulator.mk
@@ -48,7 +48,7 @@ $(call inherit-product, device/generic/car/emulator/evs/evs.mk)
ifeq ($(EMULATOR_DYNAMIC_MULTIDISPLAY_CONFIG),true)
# This section configures multi-display without hardcoding the
# displays on hwservicemanager.
-$(call inherit-product, device/generic/car/emulator/multi-display-emulator/multidisplay-emulator.mk)
+$(call inherit-product, device/generic/car/emulator/multi-display-dynamic/multi-display-dynamic.mk)
else # EMULATOR_DYNAMIC_MULTIDISPLAY_CONFIG
ifeq (true,$(BUILD_EMULATOR_CLUSTER_DISPLAY))
$(call inherit-product, device/generic/car/emulator/cluster/cluster-hwservicemanager.mk)