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 \ |
Anton Hansson | b8a6a47 | 2018-08-14 14:06:39 +0100 | [diff] [blame] | 21 | init_second_stage.recovery \ |
Anton Hansson | 30417d9 | 2018-06-28 16:50:42 +0100 | [diff] [blame] | 22 | ld.config.recovery.txt \ |
| 23 | linker.recovery \ |
| 24 | recovery \ |
| 25 | shell_and_utilities_recovery \ |
Tom Cherry | 3bb4cd6 | 2018-08-01 13:45:12 -0700 | [diff] [blame] | 26 | watchdogd.recovery \ |
Anton Hansson | 30417d9 | 2018-06-28 16:50:42 +0100 | [diff] [blame] | 27 | |
Anton Hansson | 3a49ed8 | 2018-06-26 11:20:34 +0100 | [diff] [blame] | 28 | # Base modules and settings for the vendor partition. |
| 29 | PRODUCT_PACKAGES += \ |
Henry Fang | bce4255 | 2019-02-04 17:16:19 -0800 | [diff] [blame^] | 30 | android.hardware.cas@1.1-service \ |
Peiyong Lin | 0d6c4bc | 2018-07-24 14:11:29 -0700 | [diff] [blame] | 31 | android.hardware.configstore@1.2-service \ |
Anton Hansson | 3a49ed8 | 2018-06-26 11:20:34 +0100 | [diff] [blame] | 32 | android.hardware.media.omx@1.0-service \ |
Steven Moreland | 442e983 | 2019-01-25 19:15:20 -0800 | [diff] [blame] | 33 | dumpsys_vendor \ |
Anton Hansson | e85ec84 | 2018-06-26 14:03:38 +0100 | [diff] [blame] | 34 | fs_config_files_nonsystem \ |
| 35 | fs_config_dirs_nonsystem \ |
Anton Hansson | 3a49ed8 | 2018-06-26 11:20:34 +0100 | [diff] [blame] | 36 | gralloc.default \ |
| 37 | group \ |
Tom Cherry | 6195b35 | 2018-10-15 17:48:42 -0700 | [diff] [blame] | 38 | init_vendor \ |
Anton Hansson | 3a49ed8 | 2018-06-26 11:20:34 +0100 | [diff] [blame] | 39 | libbundlewrapper \ |
| 40 | libclearkeycasplugin \ |
| 41 | libdownmix \ |
Anton Hansson | 8999411 | 2018-07-03 12:37:33 +0100 | [diff] [blame] | 42 | libdrmclearkeyplugin \ |
| 43 | libdynproc \ |
Anton Hansson | 3a49ed8 | 2018-06-26 11:20:34 +0100 | [diff] [blame] | 44 | libeffectproxy \ |
| 45 | libeffects \ |
| 46 | libldnhncr \ |
| 47 | libreference-ril \ |
| 48 | libreverbwrapper \ |
| 49 | libril \ |
| 50 | libvisualizer \ |
| 51 | passwd \ |
Anton Hansson | 56ce36f | 2018-07-02 14:36:28 +0100 | [diff] [blame] | 52 | selinux_policy_nonsystem \ |
Anton Hansson | 3a49ed8 | 2018-06-26 11:20:34 +0100 | [diff] [blame] | 53 | shell_and_utilities_vendor \ |
| 54 | vndservice \ |
Yifan Hong | 45812e5 | 2018-07-12 11:20:59 -0700 | [diff] [blame] | 55 | vndservicemanager \ |
Yifan Hong | 17d4bcb | 2018-07-10 16:43:19 -0700 | [diff] [blame] | 56 | |
| 57 | # VINTF data for vendor image |
| 58 | PRODUCT_PACKAGES += \ |
Yifan Hong | 17d4bcb | 2018-07-10 16:43:19 -0700 | [diff] [blame] | 59 | device_compatibility_matrix.xml \ |