Home | History | Annotate | Download | only in build
      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 
     20 PRODUCT_PACKAGE_OVERLAYS := packages/services/Car/car_product/overlay
     21 
     22 PRODUCT_PACKAGES += \
     23     ContactsProvider \
     24     DefaultContainerService \
     25     Home \
     26     BasicDreams \
     27     CaptivePortalLogin \
     28     CertInstaller \
     29     DeskClock \
     30     DocumentsUI \
     31     DownloadProviderUi \
     32     FusedLocation \
     33     InputDevices \
     34     KeyChain \
     35     Keyguard \
     36     LatinIME \
     37     Launcher2 \
     38     ManagedProvisioning \
     39     PicoTts \
     40     PacProcessor \
     41     libpac \
     42     PrintSpooler \
     43     ProxyHandler \
     44     Settings \
     45     SharedStorageBackup \
     46     VpnDialogs \
     47     MmsService \
     48     ExternalStorageProvider \
     49     atrace \
     50     libandroidfw \
     51     libaudiopreprocessing \
     52     libaudioutils \
     53     libfilterpack_imageproc \
     54     libgabi++ \
     55     libmdnssd \
     56     libnfc_ndef \
     57     libpowermanager \
     58     libspeexresampler \
     59     libstagefright_soft_aacdec \
     60     libstagefright_soft_aacenc \
     61     libstagefright_soft_amrdec \
     62     libstagefright_soft_amrnbenc \
     63     libstagefright_soft_amrwbenc \
     64     libstagefright_soft_avcdec \
     65     libstagefright_soft_avcenc \
     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 $(call inherit-product, $(SRC_TARGET_DIR)/product/core_minimal.mk)
     87 
     88