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 servicemanager.recovery \ 29 shell_and_utilities_recovery \ 30 watchdogd.recovery \ 31 32# These had been pulled in via init_second_stage.recovery, but may not be needed. 33PRODUCT_HOST_PACKAGES += \ 34 e2fsdroid \ 35 mke2fs \ 36 sload_f2fs \ 37 make_f2fs \ 38 39PRODUCT_HOST_PACKAGES += \ 40 icu-data_host_i18n_apex 41 42# Base modules and settings for the vendor partition. 43PRODUCT_PACKAGES += \ 44 android.hardware.cas@1.2-service \ 45 android.hardware.media.omx@1.0-service \ 46 boringssl_self_test_vendor \ 47 dumpsys_vendor \ 48 fs_config_files_nonsystem \ 49 fs_config_dirs_nonsystem \ 50 gralloc.default \ 51 group_odm \ 52 group_vendor \ 53 init_vendor \ 54 libbundlewrapper \ 55 libclearkeycasplugin \ 56 libdownmix \ 57 libdrmclearkeyplugin \ 58 libdynproc \ 59 libeffectproxy \ 60 libeffects \ 61 libhapticgenerator \ 62 libldnhncr \ 63 libreference-ril \ 64 libreverbwrapper \ 65 libril \ 66 libvisualizer \ 67 passwd_odm \ 68 passwd_vendor \ 69 selinux_policy_nonsystem \ 70 shell_and_utilities_vendor \ 71 72# Base module when shipping api level is less than or equal to 29 73PRODUCT_PACKAGES_SHIPPING_API_LEVEL_29 += \ 74 android.hardware.configstore@1.1-service \ 75 vndservice \ 76 vndservicemanager \ 77 78# VINTF data for vendor image 79PRODUCT_PACKAGES += \ 80 vendor_compatibility_matrix.xml \ 81 82# Base modules and settings for the debug ramdisk, which is then packed 83# into a boot-debug.img and a vendor_boot-debug.img. 84PRODUCT_PACKAGES += \ 85 adb_debug.prop \ 86 userdebug_plat_sepolicy.cil 87