blob: 6eaf3a58907556dc193ed375b38fa0539ac41195 [file] [log] [blame]
Sam Hurstace80182016-03-18 09:42:02 -07001#
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 \
Sam Hurstace80182016-03-18 09:42:02 -070029 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_flacenc \
66 libstagefright_soft_g711dec \
67 libstagefright_soft_gsmdec \
68 libstagefright_soft_hevcdec \
69 libstagefright_soft_mp3dec \
70 libstagefright_soft_mpeg2dec \
71 libstagefright_soft_mpeg4dec \
72 libstagefright_soft_mpeg4enc \
73 libstagefright_soft_opusdec \
74 libstagefright_soft_rawdec \
75 libstagefright_soft_vorbisdec \
76 libstagefright_soft_vpxdec \
77 libstagefright_soft_vpxenc \
78 libvariablespeed \
79 libwebrtc_audio_preprocessing \
80 mdnsd \
81 requestsync \
82 wifi-service \
Pavel Maltsev0d07c762016-11-03 16:40:15 -070083 A2dpSinkService \
Pavel Maltsev2cc76d02017-02-14 12:28:33 -080084
Scott Randolphda289be2017-03-30 14:30:34 -070085# EVS resources
86PRODUCT_PACKAGES += android.hardware.automotive.evs@1.0-service
87PRODUCT_PACKAGES += android.automotive.evs.manager@1.0
88PRODUCT_PACKAGES += evs_app
Scott Randolph99e81212017-05-03 15:39:02 -070089PRODUCT_COPY_FILES += \
90 packages/services/Car/evs/app/config.json:system/etc/automotive/evs/config.json \
Scott Randolph4a83b5d2017-05-16 17:42:19 -070091 packages/services/Car/evs/app/CarFromTop.png:system/etc/automotive/evs/CarFromTop.png \
92 packages/services/Car/evs/app/LabeledChecker.png:system/etc/automotive/evs/LabeledChecker.png
Scott Randolphda289be2017-03-30 14:30:34 -070093
Bryan Eyler77096de2017-05-24 13:50:51 -070094# 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
Pavel Maltsev2cc76d02017-02-14 12:28:33 -080098PRODUCT_PACKAGES += android.hardware.automotive.vehicle@2.1-service
Sam Hurstace80182016-03-18 09:42:02 -070099
100$(call inherit-product, $(SRC_TARGET_DIR)/product/core_minimal.mk)
101