blob: 28a04d6aa056342ccbcd987cda186a0dcd33bdc5 [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 \
Yifan Hong51a46132018-07-18 11:35:58 -070020 android.hardware.health@2.0-impl-default.recovery \
Anton Hanssonb8a6a472018-08-14 14:06:39 +010021 init_second_stage.recovery \
Anton Hansson30417d92018-06-28 16:50:42 +010022 ld.config.recovery.txt \
23 linker.recovery \
24 recovery \
25 shell_and_utilities_recovery \
Tom Cherry3bb4cd62018-08-01 13:45:12 -070026 watchdogd.recovery \
Anton Hansson30417d92018-06-28 16:50:42 +010027
Hridya Valsaraju06cf5dc2018-08-13 21:49:39 -070028ifeq ($(PRODUCT_USE_FASTBOOTD), true)
29PRODUCT_PACKAGES += \
30 android.hardware.boot@1.0-impl.recovery \
31 bootctrl.default.recovery
32endif
33
Anton Hansson3a49ed82018-06-26 11:20:34 +010034# Base modules and settings for the vendor partition.
35PRODUCT_PACKAGES += \
36 android.hardware.cas@1.0-service \
37 android.hardware.configstore@1.1-service \
38 android.hardware.media.omx@1.0-service \
Anton Hanssone85ec842018-06-26 14:03:38 +010039 fs_config_files_nonsystem \
40 fs_config_dirs_nonsystem \
Anton Hansson3a49ed82018-06-26 11:20:34 +010041 gralloc.default \
42 group \
43 libbundlewrapper \
44 libclearkeycasplugin \
45 libdownmix \
Anton Hansson89994112018-07-03 12:37:33 +010046 libdrmclearkeyplugin \
47 libdynproc \
Anton Hansson3a49ed82018-06-26 11:20:34 +010048 libeffectproxy \
49 libeffects \
50 libldnhncr \
51 libreference-ril \
52 libreverbwrapper \
53 libril \
54 libvisualizer \
55 passwd \
Anton Hansson56ce36f2018-07-02 14:36:28 +010056 selinux_policy_nonsystem \
Anton Hansson3a49ed82018-06-26 11:20:34 +010057 shell_and_utilities_vendor \
58 vndservice \
Yifan Hong45812e52018-07-12 11:20:59 -070059 vndservicemanager \
Yifan Hong17d4bcb2018-07-10 16:43:19 -070060
61# VINTF data for vendor image
62PRODUCT_PACKAGES += \
63 device_manifest.xml \
64 device_compatibility_matrix.xml \