blob: 9542a0e230021bec5c9c4e856f702dff38bee253 [file] [log] [blame]
Anton Hansson9b48c522018-06-20 15:42:56 +01001#
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 Hansson30417d92018-06-28 16:50:42 +010017# Base modules and settings for recovery.
18PRODUCT_PACKAGES += \
19 adbd.recovery \
20 ld.config.recovery.txt \
21 linker.recovery \
22 recovery \
23 shell_and_utilities_recovery \
24
Anton Hansson9b48c522018-06-20 15:42:56 +010025# Base modules and settings for the vendor partition.
26PRODUCT_PACKAGES += \
27 android.hardware.cas@1.0-service \
28 android.hardware.configstore@1.0-service \
29 android.hardware.media.omx@1.0-service \
Anton Hanssone85ec842018-06-26 14:03:38 +010030 fs_config_files_nonsystem \
31 fs_config_dirs_nonsystem \
Anton Hansson9b48c522018-06-20 15:42:56 +010032 gralloc.default \
33 group \
34 libbundlewrapper \
35 libclearkeycasplugin \
36 libdownmix \
Anton Hansson52a23cf2018-07-03 12:02:12 +010037 libdrmclearkeyplugin \
Anton Hansson9b48c522018-06-20 15:42:56 +010038 libeffectproxy \
39 libeffects \
40 libldnhncr \
41 libreference-ril \
42 libreverbwrapper \
43 libril \
44 libvisualizer \
45 passwd \
Anton Hanssonce5eb452018-07-02 14:36:28 +010046 selinux_policy_nonsystem \
Anton Hansson9b48c522018-06-20 15:42:56 +010047 shell_and_utilities_vendor \
48 vndservice \
49 vndservicemanager \
Yifan Hong17d4bcb2018-07-10 16:43:19 -070050
51# VINTF data for vendor image
52PRODUCT_PACKAGES += \
53 device_manifest.xml \
54 device_compatibility_matrix.xml \