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 | 4986e81 | 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 | 4a70a19 | 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 += \ |
Victor Chang | 46d95f7 | 2019-07-05 17:33:05 +0100 | [diff] [blame] | 39 | icu-data_host_i18n_apex |
Dan Willemsen | 4a70a19 | 2019-02-22 23:06:03 +0000 | [diff] [blame] | 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 += \ |
Henry Fang | bce4255 | 2019-02-04 17:16:19 -0800 | [diff] [blame] | 43 | android.hardware.cas@1.1-service \ |
Sundong Ahn | a1bd079 | 2019-02-22 12:04:53 +0900 | [diff] [blame] | 44 | android.hardware.configstore@1.1-service \ |
Anton Hansson | 3a49ed8 | 2018-06-26 11:20:34 +0100 | [diff] [blame] | 45 | android.hardware.media.omx@1.0-service \ |
Pete Bentley | e28c732 | 2019-09-26 15:59:41 +0100 | [diff] [blame] | 46 | boringssl_self_test_vendor \ |
Steven Moreland | 442e983 | 2019-01-25 19:15:20 -0800 | [diff] [blame] | 47 | dumpsys_vendor \ |
Anton Hansson | e85ec84 | 2018-06-26 14:03:38 +0100 | [diff] [blame] | 48 | fs_config_files_nonsystem \ |
| 49 | fs_config_dirs_nonsystem \ |
Anton Hansson | 3a49ed8 | 2018-06-26 11:20:34 +0100 | [diff] [blame] | 50 | gralloc.default \ |
Tom Cherry | 6cf1b11 | 2019-07-11 15:31:36 -0700 | [diff] [blame] | 51 | group_odm \ |
Tom Cherry | 9f8d4eb | 2019-08-21 08:15:46 -0700 | [diff] [blame] | 52 | group_system_ext \ |
Tom Cherry | 6cf1b11 | 2019-07-11 15:31:36 -0700 | [diff] [blame] | 53 | group_vendor \ |
Tom Cherry | 6195b35 | 2018-10-15 17:48:42 -0700 | [diff] [blame] | 54 | init_vendor \ |
Anton Hansson | 3a49ed8 | 2018-06-26 11:20:34 +0100 | [diff] [blame] | 55 | libbundlewrapper \ |
| 56 | libclearkeycasplugin \ |
| 57 | libdownmix \ |
Anton Hansson | 8999411 | 2018-07-03 12:37:33 +0100 | [diff] [blame] | 58 | libdrmclearkeyplugin \ |
| 59 | libdynproc \ |
Anton Hansson | 3a49ed8 | 2018-06-26 11:20:34 +0100 | [diff] [blame] | 60 | libeffectproxy \ |
| 61 | libeffects \ |
| 62 | libldnhncr \ |
| 63 | libreference-ril \ |
| 64 | libreverbwrapper \ |
| 65 | libril \ |
| 66 | libvisualizer \ |
Tom Cherry | 6cf1b11 | 2019-07-11 15:31:36 -0700 | [diff] [blame] | 67 | passwd_odm \ |
Tom Cherry | 9f8d4eb | 2019-08-21 08:15:46 -0700 | [diff] [blame] | 68 | passwd_system_ext \ |
Tom Cherry | 6cf1b11 | 2019-07-11 15:31:36 -0700 | [diff] [blame] | 69 | passwd_vendor \ |
Anton Hansson | 56ce36f | 2018-07-02 14:36:28 +0100 | [diff] [blame] | 70 | selinux_policy_nonsystem \ |
Anton Hansson | 3a49ed8 | 2018-06-26 11:20:34 +0100 | [diff] [blame] | 71 | shell_and_utilities_vendor \ |
| 72 | vndservice \ |
Yifan Hong | 45812e5 | 2018-07-12 11:20:59 -0700 | [diff] [blame] | 73 | vndservicemanager \ |
Yifan Hong | 17d4bcb | 2018-07-10 16:43:19 -0700 | [diff] [blame] | 74 | |
| 75 | # VINTF data for vendor image |
| 76 | PRODUCT_PACKAGES += \ |
Yifan Hong | 17d4bcb | 2018-07-10 16:43:19 -0700 | [diff] [blame] | 77 | device_compatibility_matrix.xml \ |
Bill Peckham | e868aec | 2019-09-17 17:06:47 -0700 | [diff] [blame^] | 78 | |
| 79 | # Packages to update the recovery partition, which will be installed on |
| 80 | # /vendor. TODO(b/141648565): Don't install these unless they're needed. |
| 81 | PRODUCT_PACKAGES += \ |
| 82 | applypatch |