1#
2# Copyright (C) 2022 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
17$(call inherit-product, $(SRC_TARGET_DIR)/product/core_no_zygote.mk)
18$(call inherit-product, device/generic/goldfish/fvpbase/minimal_system.mk)
19$(call inherit-product, $(SRC_TARGET_DIR)/product/runtime_libart.mk)
20$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)
21
22PRODUCT_PACKAGES += \
23    android.hardware.keymaster@4.1-service \
24    android.hidl.allocator@1.0-service \
25    android.system.suspend-service \
26    com.android.i18n \
27    com.android.runtime \
28    keystore2 \
29    init_vendor \
30    libstatshidl \
31    mediaserver \
32    selinux_policy_nonsystem \
33    system_compatibility_matrix.xml \
34    system_manifest.xml \
35    tune2fs \
36    vdc \
37    vendor_compatibility_matrix.xml \
38    vendor_manifest.xml \
39
40# Disable vintf manifest checking. The mini targets do not have the usual
41# set of hardware interfaces, some of which are required by the vintf
42# compatibility matrix.
43PRODUCT_ENFORCE_VINTF_MANIFEST_OVERRIDE := false
44DEVICE_MANIFEST_FILE := device/linaro/dragonboard/mini-manifest.xml
45