1# 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 17# Base modules and settings for recovery. 18PRODUCT_PACKAGES += \ 19 adbd.recovery \ 20 android.hardware.health@2.0-impl-default.recovery \ 21 cgroups.recovery.json \ 22 charger.recovery \ 23 init_second_stage.recovery \ 24 ld.config.recovery.txt \ 25 linker.recovery \ 26 otacerts.recovery \ 27 recovery \ 28 shell_and_utilities_recovery \ 29 watchdogd.recovery \ 30 31# 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_i18n_apex 40 41# Base modules and settings for the vendor partition. 42PRODUCT_PACKAGES += \ 43 android.hardware.cas@1.1-service \ 44 android.hardware.media.omx@1.0-service \ 45 boringssl_self_test_vendor \ 46 dumpsys_vendor \ 47 fs_config_files_nonsystem \ 48 fs_config_dirs_nonsystem \ 49 gralloc.default \ 50 group_odm \ 51 group_vendor \ 52 init_vendor \ 53 libbundlewrapper \ 54 libclearkeycasplugin \ 55 libdownmix \ 56 libdrmclearkeyplugin \ 57 libdynproc \ 58 libeffectproxy \ 59 libeffects \ 60 libldnhncr \ 61 libreference-ril \ 62 libreverbwrapper \ 63 libril \ 64 libvisualizer \ 65 passwd_odm \ 66 passwd_vendor \ 67 selinux_policy_nonsystem \ 68 shell_and_utilities_vendor \ 69 vndservice \ 70 71# Base module when shipping api level is less than or equal to 29 72PRODUCT_PACKAGES_SHIPPING_API_LEVEL_29 += \ 73 android.hardware.configstore@1.1-service \ 74 vndservicemanager \ 75 76# VINTF data for vendor image 77PRODUCT_PACKAGES += \ 78 vendor_compatibility_matrix.xml \ 79 80# Packages to update the recovery partition, which will be installed on 81# /vendor. TODO(b/141648565): Don't install these unless they're needed. 82PRODUCT_PACKAGES += \ 83 applypatch 84