blob: 0213c6315598edd0d5abe01241863a6091ce819f [file] [log] [blame]
Peter Collingbournec7a8d592022-02-02 11:25:06 -08001#
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)
Roman Kiryanov96c342d2023-11-02 17:38:20 -070018$(call inherit-product, device/generic/goldfish/fvpbase/minimal_system.mk)
Peter Collingbournec7a8d592022-02-02 11:25:06 -080019$(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 \
Frederick Mayled445a1e2022-05-12 21:55:06 +000025 android.system.suspend-service \
Peter Collingbournec7a8d592022-02-02 11:25:06 -080026 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