Anton Hansson | 9b48c52 | 2018-06-20 15:42:56 +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 \ |
| 20 | ld.config.recovery.txt \ |
| 21 | linker.recovery \ |
| 22 | recovery \ |
| 23 | shell_and_utilities_recovery \ |
Tom Cherry | 3bb4cd6 | 2018-08-01 13:45:12 -0700 | [diff] [blame^] | 24 | watchdogd.recovery \ |
Anton Hansson | 30417d9 | 2018-06-28 16:50:42 +0100 | [diff] [blame] | 25 | |
Anton Hansson | 9b48c52 | 2018-06-20 15:42:56 +0100 | [diff] [blame] | 26 | # Base modules and settings for the vendor partition. |
| 27 | PRODUCT_PACKAGES += \ |
| 28 | android.hardware.cas@1.0-service \ |
| 29 | android.hardware.configstore@1.0-service \ |
| 30 | android.hardware.media.omx@1.0-service \ |
Anton Hansson | e85ec84 | 2018-06-26 14:03:38 +0100 | [diff] [blame] | 31 | fs_config_files_nonsystem \ |
| 32 | fs_config_dirs_nonsystem \ |
Anton Hansson | 9b48c52 | 2018-06-20 15:42:56 +0100 | [diff] [blame] | 33 | gralloc.default \ |
| 34 | group \ |
| 35 | libbundlewrapper \ |
| 36 | libclearkeycasplugin \ |
| 37 | libdownmix \ |
Anton Hansson | 52a23cf | 2018-07-03 12:02:12 +0100 | [diff] [blame] | 38 | libdrmclearkeyplugin \ |
Anton Hansson | 9b48c52 | 2018-06-20 15:42:56 +0100 | [diff] [blame] | 39 | libeffectproxy \ |
| 40 | libeffects \ |
| 41 | libldnhncr \ |
| 42 | libreference-ril \ |
| 43 | libreverbwrapper \ |
| 44 | libril \ |
| 45 | libvisualizer \ |
| 46 | passwd \ |
Anton Hansson | ce5eb45 | 2018-07-02 14:36:28 +0100 | [diff] [blame] | 47 | selinux_policy_nonsystem \ |
Anton Hansson | 9b48c52 | 2018-06-20 15:42:56 +0100 | [diff] [blame] | 48 | shell_and_utilities_vendor \ |
| 49 | vndservice \ |
| 50 | vndservicemanager \ |
Yifan Hong | 17d4bcb | 2018-07-10 16:43:19 -0700 | [diff] [blame] | 51 | |
| 52 | # VINTF data for vendor image |
| 53 | PRODUCT_PACKAGES += \ |
| 54 | device_manifest.xml \ |
| 55 | device_compatibility_matrix.xml \ |