summaryrefslogtreecommitdiff
path: root/emulator/aosp_car_emulator.mk
diff options
context:
space:
mode:
authorAlessandro Recchi <arecchi@google.com>2022-10-12 19:31:24 +0200
committerAlessandro Recchi <arecchi@google.com>2022-10-19 08:40:54 +0000
commitf6f632bce9da5a95e8d9b6ed0c179715c9ed505f (patch)
treedba254db00362410c84327c7a2302960fb356bc3 /emulator/aosp_car_emulator.mk
parent63cb022cc1b60f848208a98e1bfe95c7bbbf667f (diff)
downloadcar-f6f632bce9da5a95e8d9b6ed0c179715c9ed505f.tar.gz
Enabling the Drive Mode feature for emulators
Bug: 196526394 Test: Manual Change-Id: Ifa3dfdbbbc818c88d4561e3554139e5526e8ddce
Diffstat (limited to 'emulator/aosp_car_emulator.mk')
-rw-r--r--emulator/aosp_car_emulator.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/emulator/aosp_car_emulator.mk b/emulator/aosp_car_emulator.mk
index f0810a9..8ab109a 100644
--- a/emulator/aosp_car_emulator.mk
+++ b/emulator/aosp_car_emulator.mk
@@ -46,3 +46,10 @@ endif # BUILD_EMULATOR_CLUSTER_DISPLAY
PRODUCT_PRODUCT_PROPERTIES += \
ro.carwatchdog.vhal_healthcheck.interval=10 \
ro.carwatchdog.client_healthcheck.interval=20 \
+
+# Drive Mode RROs
+PRODUCT_PACKAGES += \
+ DriveModeEcoRRO \
+ DriveModeSportRRO \
+ DriveModeOnRRO \
+