Anton Hansson | 3a49ed8 | 2018-06-26 11:20:34 +0100 | [diff] [blame] | 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 | |
Anton Hansson | 30417d9 | 2018-06-28 16:50:42 +0100 | [diff] [blame] | 17 | # Base modules and settings for recovery. |
| 18 | PRODUCT_PACKAGES += \ |
| 19 | adbd.recovery \ |
Yifan Hong | 51a4613 | 2018-07-18 11:35:58 -0700 | [diff] [blame] | 20 | android.hardware.health@2.0-impl-default.recovery \ |
Suren Baghdasaryan | 7254607 | 2019-02-12 18:21:17 -0800 | [diff] [blame] | 21 | cgroups.recovery.json \ |
Tao Bao | 2173bc1 | 2018-09-11 14:34:27 -0700 | [diff] [blame] | 22 | charger.recovery \ |
Anton Hansson | b8a6a47 | 2018-08-14 14:06:39 +0100 | [diff] [blame] | 23 | init_second_stage.recovery \ |
Anton Hansson | 30417d9 | 2018-06-28 16:50:42 +0100 | [diff] [blame] | 24 | ld.config.recovery.txt \ |
| 25 | linker.recovery \ |
Tao Bao | 6f34013 | 2019-04-18 18:37:32 -0700 | [diff] [blame] | 26 | otacerts.recovery \ |
Anton Hansson | 30417d9 | 2018-06-28 16:50:42 +0100 | [diff] [blame] | 27 | recovery \ |
| 28 | shell_and_utilities_recovery \ |
Tom Cherry | 3bb4cd6 | 2018-08-01 13:45:12 -0700 | [diff] [blame] | 29 | watchdogd.recovery \ |
Anton Hansson | 30417d9 | 2018-06-28 16:50:42 +0100 | [diff] [blame] | 30 | |
Dan Willemsen | 3d05a08 | 2019-02-22 23:06:03 +0000 | [diff] [blame] | 31 | # These had been pulled in via init_second_stage.recovery, but may not be needed. |
| 32 | PRODUCT_HOST_PACKAGES += \ |
| 33 | e2fsdroid \ |
| 34 | mke2fs \ |
| 35 | sload_f2fs \ |
| 36 | make_f2fs \ |
| 37 | |
| 38 | PRODUCT_HOST_PACKAGES += \ |
| 39 | icu-data_host_runtime_apex |
| 40 | |
Anton Hansson | 3a49ed8 | 2018-06-26 11:20:34 +0100 | [diff] [blame] | 41 | # Base modules and settings for the vendor partition. |
| 42 | PRODUCT_PACKAGES += \ |
| 43 | android.hardware.cas@1.0-service \ |
| 44 | android.hardware.configstore@1.1-service \ |
| 45 | android.hardware.media.omx@1.0-service \ |
Steven Moreland | 442e983 | 2019-01-25 19:15:20 -0800 | [diff] [blame] | 46 | dumpsys_vendor \ |
Anton Hansson | e85ec84 | 2018-06-26 14:03:38 +0100 | [diff] [blame] | 47 | fs_config_files_nonsystem \ |
| 48 | fs_config_dirs_nonsystem \ |
Anton Hansson | 3a49ed8 | 2018-06-26 11:20:34 +0100 | [diff] [blame] | 49 | gralloc.default \ |
Tom Cherry | fb303a5 | 2019-07-11 15:31:36 -0700 | [diff] [blame] | 50 | group_odm \ |
| 51 | group_vendor \ |
Tom Cherry | 6195b35 | 2018-10-15 17:48:42 -0700 | [diff] [blame] | 52 | init_vendor \ |
Kalesh Singh | d1980fa | 2019-06-04 17:02:43 -0700 | [diff] [blame] | 53 | libashmemd_hidl_client \ |
Anton Hansson | 3a49ed8 | 2018-06-26 11:20:34 +0100 | [diff] [blame] | 54 | libbundlewrapper \ |
| 55 | libclearkeycasplugin \ |
| 56 | libdownmix \ |
Anton Hansson | 8999411 | 2018-07-03 12:37:33 +0100 | [diff] [blame] | 57 | libdrmclearkeyplugin \ |
| 58 | libdynproc \ |
Anton Hansson | 3a49ed8 | 2018-06-26 11:20:34 +0100 | [diff] [blame] | 59 | libeffectproxy \ |
| 60 | libeffects \ |
| 61 | libldnhncr \ |
| 62 | libreference-ril \ |
| 63 | libreverbwrapper \ |
| 64 | libril \ |
| 65 | libvisualizer \ |
Tom Cherry | fb303a5 | 2019-07-11 15:31:36 -0700 | [diff] [blame] | 66 | passwd_odm \ |
| 67 | passwd_vendor \ |
Anton Hansson | 56ce36f | 2018-07-02 14:36:28 +0100 | [diff] [blame] | 68 | selinux_policy_nonsystem \ |
Anton Hansson | 3a49ed8 | 2018-06-26 11:20:34 +0100 | [diff] [blame] | 69 | shell_and_utilities_vendor \ |
| 70 | vndservice \ |
Yifan Hong | 45812e5 | 2018-07-12 11:20:59 -0700 | [diff] [blame] | 71 | vndservicemanager \ |
Yifan Hong | 17d4bcb | 2018-07-10 16:43:19 -0700 | [diff] [blame] | 72 | |
| 73 | # VINTF data for vendor image |
| 74 | PRODUCT_PACKAGES += \ |
Yifan Hong | 17d4bcb | 2018-07-10 16:43:19 -0700 | [diff] [blame] | 75 | device_compatibility_matrix.xml \ |