1# Inherit from this product to include the "Reference Design" RROs for CarUi 2 3# Include generated RROs 4PRODUCT_PACKAGES += \ 5 googlecarui-com-android-car-ui-paintbooth \ 6 googlecarui-com-android-car-rotaryplayground \ 7 googlecarui-com-android-car-themeplayground \ 8 googlecarui-com-android-car-carlauncher \ 9 googlecarui-com-android-car-home \ 10 googlecarui-com-android-car-media \ 11 googlecarui-com-android-car-radio \ 12 googlecarui-com-android-car-calendar \ 13 googlecarui-com-android-car-messenger \ 14 googlecarui-com-android-car-systemupdater \ 15 googlecarui-com-android-car-dialer \ 16 googlecarui-com-android-car-linkviewer \ 17 googlecarui-com-android-car-settings \ 18 googlecarui-com-android-car-developeroptions \ 19 googlecarui-com-android-managedprovisioning \ 20 googlecarui-com-android-settings-intelligence \ 21 googlecarui-com-android-htmlviewer \ 22 23# This system property is used to enable the RROs on startup via 24# the requiredSystemPropertyName/Value attributes in the manifest 25PRODUCT_PRODUCT_PROPERTIES += ro.build.car_ui_rros_enabled=true 26