blob: 4233c1c7e9185faadbd8a5b039a210e6feceb462 [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 \
Suren Baghdasaryan72546072019-02-12 18:21:17 -080021 cgroups.recovery.json \
Tao Bao2173bc12018-09-11 14:34:27 -070022 charger.recovery \
Anton Hanssonb8a6a472018-08-14 14:06:39 +010023 init_second_stage.recovery \
Anton Hansson30417d92018-06-28 16:50:42 +010024 ld.config.recovery.txt \
25 linker.recovery \
Tao Bao6f340132019-04-18 18:37:32 -070026 otacerts.recovery \
Anton Hansson30417d92018-06-28 16:50:42 +010027 recovery \
28 shell_and_utilities_recovery \
Tom Cherry3bb4cd62018-08-01 13:45:12 -070029 watchdogd.recovery \
Anton Hansson30417d92018-06-28 16:50:42 +010030
Dan Willemsen3d05a082019-02-22 23:06:03 +000031# These had been pulled in via init_second_stage.recovery, but may not be needed.
32PRODUCT_HOST_PACKAGES += \
33 e2fsdroid \
34 mke2fs \
35 sload_f2fs \
36 make_f2fs \
37
38PRODUCT_HOST_PACKAGES += \
39 icu-data_host_runtime_apex
40
Anton Hansson3a49ed82018-06-26 11:20:34 +010041# Base modules and settings for the vendor partition.
42PRODUCT_PACKAGES += \
43 android.hardware.cas@1.0-service \
44 android.hardware.configstore@1.1-service \
45 android.hardware.media.omx@1.0-service \
Steven Moreland442e9832019-01-25 19:15:20 -080046 dumpsys_vendor \
Anton Hanssone85ec842018-06-26 14:03:38 +010047 fs_config_files_nonsystem \
48 fs_config_dirs_nonsystem \
Anton Hansson3a49ed82018-06-26 11:20:34 +010049 gralloc.default \
Tom Cherryfb303a52019-07-11 15:31:36 -070050 group_odm \
51 group_vendor \
Tom Cherry6195b352018-10-15 17:48:42 -070052 init_vendor \
Kalesh Singhd1980fa2019-06-04 17:02:43 -070053 libashmemd_hidl_client \
Anton Hansson3a49ed82018-06-26 11:20:34 +010054 libbundlewrapper \
55 libclearkeycasplugin \
56 libdownmix \
Anton Hansson89994112018-07-03 12:37:33 +010057 libdrmclearkeyplugin \
58 libdynproc \
Anton Hansson3a49ed82018-06-26 11:20:34 +010059 libeffectproxy \
60 libeffects \
61 libldnhncr \
62 libreference-ril \
63 libreverbwrapper \
64 libril \
65 libvisualizer \
Tom Cherryfb303a52019-07-11 15:31:36 -070066 passwd_odm \
67 passwd_vendor \
Anton Hansson56ce36f2018-07-02 14:36:28 +010068 selinux_policy_nonsystem \
Anton Hansson3a49ed82018-06-26 11:20:34 +010069 shell_and_utilities_vendor \
70 vndservice \
Yifan Hong45812e52018-07-12 11:20:59 -070071 vndservicemanager \
Yifan Hong17d4bcb2018-07-10 16:43:19 -070072
73# VINTF data for vendor image
74PRODUCT_PACKAGES += \
Yifan Hong17d4bcb2018-07-10 16:43:19 -070075 device_compatibility_matrix.xml \