blob: 6ff271d78e4667d11e40504e1753dbca95e5ab7a [file] [log] [blame]
Anton Hansson3a49ed82018-06-26 11:20:34 +01001#
2# Copyright (C) 2018 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
Anton Hansson30417d92018-06-28 16:50:42 +010017# Base modules and settings for recovery.
18PRODUCT_PACKAGES += \
19 adbd.recovery \
20 ld.config.recovery.txt \
21 linker.recovery \
22 recovery \
23 shell_and_utilities_recovery \
Tom Cherry3bb4cd62018-08-01 13:45:12 -070024 watchdogd.recovery \
Anton Hansson30417d92018-06-28 16:50:42 +010025
Hridya Valsaraju06cf5dc2018-08-13 21:49:39 -070026ifeq ($(PRODUCT_USE_FASTBOOTD), true)
27PRODUCT_PACKAGES += \
28 android.hardware.boot@1.0-impl.recovery \
29 bootctrl.default.recovery
30endif
31
Anton Hansson3a49ed82018-06-26 11:20:34 +010032# Base modules and settings for the vendor partition.
33PRODUCT_PACKAGES += \
34 android.hardware.cas@1.0-service \
35 android.hardware.configstore@1.1-service \
36 android.hardware.media.omx@1.0-service \
Anton Hanssone85ec842018-06-26 14:03:38 +010037 fs_config_files_nonsystem \
38 fs_config_dirs_nonsystem \
Anton Hansson3a49ed82018-06-26 11:20:34 +010039 gralloc.default \
40 group \
41 libbundlewrapper \
42 libclearkeycasplugin \
43 libdownmix \
Anton Hansson89994112018-07-03 12:37:33 +010044 libdrmclearkeyplugin \
45 libdynproc \
Anton Hansson3a49ed82018-06-26 11:20:34 +010046 libeffectproxy \
47 libeffects \
48 libldnhncr \
49 libreference-ril \
50 libreverbwrapper \
51 libril \
52 libvisualizer \
53 passwd \
Anton Hansson56ce36f2018-07-02 14:36:28 +010054 selinux_policy_nonsystem \
Anton Hansson3a49ed82018-06-26 11:20:34 +010055 shell_and_utilities_vendor \
56 vndservice \
Yifan Hong45812e52018-07-12 11:20:59 -070057 vndservicemanager \
Yifan Hong17d4bcb2018-07-10 16:43:19 -070058
59# VINTF data for vendor image
60PRODUCT_PACKAGES += \
61 device_manifest.xml \
62 device_compatibility_matrix.xml \