summaryrefslogtreecommitdiff
path: root/emulator/aosp_car_emulator.mk
diff options
context:
space:
mode:
authorAlessandro Recchi <arecchi@google.com>2023-01-13 17:33:21 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2023-01-13 17:33:21 +0000
commit276d65463a0975fdcfe54dd8569ed7c926401a67 (patch)
treee8f0d0df52865a635ae2a13062dcfd158098da4d /emulator/aosp_car_emulator.mk
parentadc8eccd24677beb7eea68a0f9039a01796ded2b (diff)
parentf6f632bce9da5a95e8d9b6ed0c179715c9ed505f (diff)
downloadcar-276d65463a0975fdcfe54dd8569ed7c926401a67.tar.gz
Merge "Enabling the Drive Mode feature for emulators"
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 b866aa6..1513d86 100644
--- a/emulator/aosp_car_emulator.mk
+++ b/emulator/aosp_car_emulator.mk
@@ -61,3 +61,10 @@ endif # EMULATOR_DYNAMIC_MULTIDISPLAY_CONFIG
PRODUCT_PRODUCT_PROPERTIES += \
ro.carwatchdog.vhal_healthcheck.interval=10 \
ro.carwatchdog.client_healthcheck.interval=20 \
+
+# Drive Mode RROs
+PRODUCT_PACKAGES += \
+ DriveModeEcoRRO \
+ DriveModeSportRRO \
+ DriveModeOnRRO \
+