• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Inherit from this product to include the "Reference Design" RROs for CarUi
2
3#############################################
4#                  WARNING                  #
5#############################################
6# The OEM APIs as they appear on this       #
7# branch of android are not finalized!      #
8# If a shared library is built using them,  #
9# it will cause apps to crash!              #
10#                                           #
11# Please only use a shared library with     #
12# a later version of car-ui-lib.            #
13#############################################
14#PRODUCT_PACKAGES += \
15#   car-ui-lib-sharedlibrary \
16
17PRODUCT_PRODUCT_PROPERTIES += ro.build.automotive.car.ui.shared.library.package.name=com.chassis.car.ui.sharedlibrary
18
19PRODUCT_COPY_FILES += \
20    packages/apps/Car/libs/car-ui-lib/referencedesign/car-ui-lib-preinstalled-packages.xml:system/etc/sysconfig/car-ui-lib-preinstalled-packages.xml \
21
22
23# Include generated RROs
24PRODUCT_PACKAGES += \
25    googlecarui-com-android-car-ui-paintbooth \
26    googlecarui-com-google-android-car-ui-paintbooth \
27    googlecarui-com-google-android-carui-ats \
28    googlecarui-com-android-car-rotaryplayground \
29    googlecarui-com-android-car-themeplayground \
30    googlecarui-com-android-car-carlauncher \
31    googlecarui-com-android-car-home \
32    googlecarui-com-android-car-media \
33    googlecarui-com-android-car-radio \
34    googlecarui-com-android-car-calendar \
35    googlecarui-com-android-car-companiondevicesupport \
36    googlecarui-com-android-car-systemupdater \
37    googlecarui-com-android-car-dialer \
38    googlecarui-com-android-car-linkviewer \
39    googlecarui-com-android-car-settings \
40    googlecarui-com-android-car-voicecontrol \
41    googlecarui-com-android-car-faceenroll \
42    googlecarui-com-android-managedprovisioning \
43    googlecarui-com-android-settings-intelligence \
44    googlecarui-com-google-android-apps-automotive-inputmethod \
45    googlecarui-com-google-android-apps-automotive-inputmethod-dev \
46    googlecarui-com-google-android-apps-automotive-templates-host \
47    googlecarui-com-google-android-embedded-projection \
48    googlecarui-com-google-android-gms \
49    googlecarui-com-google-android-gsf \
50    googlecarui-com-google-android-packageinstaller \
51    googlecarui-com-google-android-permissioncontroller \
52    googlecarui-com-google-android-carassistant \
53    googlecarui-com-google-android-tts \
54    googlecarui-com-android-htmlviewer \
55    googlecarui-com-android-vending \
56
57# This system property is used to enable the RROs on startup via
58# the requiredSystemPropertyName/Value attributes in the manifest
59PRODUCT_PRODUCT_PROPERTIES += ro.build.car_ui_rros_enabled=true
60