• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#
2# Copyright (C) 2016 The Android Open-Source Project
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8#      http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15#
16
17# Base platform for car builds
18# car packages should be added to car.mk instead of here
19
20PRODUCT_PACKAGE_OVERLAYS += packages/services/Car/car_product/overlay
21
22PRODUCT_PACKAGES += \
23    ContactsProvider \
24    DefaultContainerService \
25    Home \
26    BasicDreams \
27    CaptivePortalLogin \
28    CertInstaller \
29    DocumentsUI \
30    DownloadProviderUi \
31    FusedLocation \
32    InputDevices \
33    KeyChain \
34    Keyguard \
35    LatinIME \
36    Launcher2 \
37    ManagedProvisioning \
38    PicoTts \
39    PacProcessor \
40    libpac \
41    PrintSpooler \
42    ProxyHandler \
43    Settings \
44    SharedStorageBackup \
45    VpnDialogs \
46    MmsService \
47    ExternalStorageProvider \
48    atrace \
49    libandroidfw \
50    libaudiopreprocessing \
51    libaudioutils \
52    libfilterpack_imageproc \
53    libgabi++ \
54    libmdnssd \
55    libnfc_ndef \
56    libpowermanager \
57    libspeexresampler \
58    libstagefright_soft_aacdec \
59    libstagefright_soft_aacenc \
60    libstagefright_soft_amrdec \
61    libstagefright_soft_amrnbenc \
62    libstagefright_soft_amrwbenc \
63    libstagefright_soft_avcdec \
64    libstagefright_soft_avcenc \
65    libstagefright_soft_flacdec \
66    libstagefright_soft_flacenc \
67    libstagefright_soft_g711dec \
68    libstagefright_soft_gsmdec \
69    libstagefright_soft_hevcdec \
70    libstagefright_soft_mp3dec \
71    libstagefright_soft_mpeg2dec \
72    libstagefright_soft_mpeg4dec \
73    libstagefright_soft_mpeg4enc \
74    libstagefright_soft_opusdec \
75    libstagefright_soft_rawdec \
76    libstagefright_soft_vorbisdec \
77    libstagefright_soft_vpxdec \
78    libstagefright_soft_vpxenc \
79    libvariablespeed \
80    libwebrtc_audio_preprocessing \
81    mdnsd \
82    requestsync \
83    wifi-service \
84    A2dpSinkService \
85
86# EVS resources
87PRODUCT_PACKAGES += android.automotive.evs.manager@1.0
88PRODUCT_PACKAGES += evs_app
89# The following packages, or their vendor specific equivalents should be include in the device.mk
90#PRODUCT_PACKAGES += evs_app_default_resources
91#PRODUCT_PACKAGES += android.hardware.automotive.evs@1.0-service
92#PRODUCT_PACKAGES += android.hardware.automotive.evs@1.0-sample
93
94# Device running Android is a car
95PRODUCT_COPY_FILES += \
96    frameworks/native/data/etc/android.hardware.type.automotive.xml:system/etc/permissions/android.hardware.type.automotive.xml
97
98# Default permission grant exceptions
99PRODUCT_COPY_FILES += \
100    packages/services/Car/car_product/build/default-car-permissions.xml:system/etc/default-permissions/default-car-permissions.xml
101
102$(call inherit-product, $(SRC_TARGET_DIR)/product/core_minimal.mk)
103
104