2018-06-26 18:20:34 +08:00
|
|
|
#
|
|
|
|
# Copyright (C) 2018 The Android Open Source Project
|
|
|
|
#
|
|
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
# you may not use this file except in compliance with the License.
|
|
|
|
# You may obtain a copy of the License at
|
|
|
|
#
|
|
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
#
|
|
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
# See the License for the specific language governing permissions and
|
|
|
|
# limitations under the License.
|
|
|
|
#
|
|
|
|
|
2018-06-28 23:50:42 +08:00
|
|
|
# Base modules and settings for recovery.
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
adbd.recovery \
|
2018-07-19 02:35:58 +08:00
|
|
|
android.hardware.health@2.0-impl-default.recovery \
|
2018-08-14 21:06:39 +08:00
|
|
|
init_second_stage.recovery \
|
2018-06-28 23:50:42 +08:00
|
|
|
ld.config.recovery.txt \
|
|
|
|
linker.recovery \
|
|
|
|
recovery \
|
|
|
|
shell_and_utilities_recovery \
|
2018-08-02 04:45:12 +08:00
|
|
|
watchdogd.recovery \
|
2018-06-28 23:50:42 +08:00
|
|
|
|
2018-08-14 12:49:39 +08:00
|
|
|
ifeq ($(PRODUCT_USE_FASTBOOTD), true)
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
android.hardware.boot@1.0-impl.recovery \
|
|
|
|
bootctrl.default.recovery
|
|
|
|
endif
|
|
|
|
|
2018-06-26 18:20:34 +08:00
|
|
|
# Base modules and settings for the vendor partition.
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
android.hardware.cas@1.0-service \
|
|
|
|
android.hardware.configstore@1.1-service \
|
|
|
|
android.hardware.media.omx@1.0-service \
|
2018-06-26 21:03:38 +08:00
|
|
|
fs_config_files_nonsystem \
|
|
|
|
fs_config_dirs_nonsystem \
|
2018-06-26 18:20:34 +08:00
|
|
|
gralloc.default \
|
|
|
|
group \
|
|
|
|
libbundlewrapper \
|
|
|
|
libclearkeycasplugin \
|
|
|
|
libdownmix \
|
2018-07-03 19:37:33 +08:00
|
|
|
libdrmclearkeyplugin \
|
|
|
|
libdynproc \
|
2018-06-26 18:20:34 +08:00
|
|
|
libeffectproxy \
|
|
|
|
libeffects \
|
|
|
|
libldnhncr \
|
|
|
|
libreference-ril \
|
|
|
|
libreverbwrapper \
|
|
|
|
libril \
|
|
|
|
libvisualizer \
|
|
|
|
passwd \
|
2018-07-02 21:36:28 +08:00
|
|
|
selinux_policy_nonsystem \
|
2018-06-26 18:20:34 +08:00
|
|
|
shell_and_utilities_vendor \
|
|
|
|
vndservice \
|
2018-07-13 02:20:59 +08:00
|
|
|
vndservicemanager \
|
2018-07-11 07:43:19 +08:00
|
|
|
|
|
|
|
# VINTF data for vendor image
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
device_manifest.xml \
|
|
|
|
device_compatibility_matrix.xml \
|