Peter Collingbourne | c7a8d59 | 2022-02-02 11:25:06 -0800 | [diff] [blame] | 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) |
Roman Kiryanov | 96c342d | 2023-11-02 17:38:20 -0700 | [diff] [blame] | 18 | $(call inherit-product, device/generic/goldfish/fvpbase/minimal_system.mk) |
Peter Collingbourne | c7a8d59 | 2022-02-02 11:25:06 -0800 | [diff] [blame] | 19 | $(call inherit-product, $(SRC_TARGET_DIR)/product/runtime_libart.mk) |
| 20 | $(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk) |
| 21 | |
| 22 | PRODUCT_PACKAGES += \ |
| 23 | android.hardware.keymaster@4.1-service \ |
| 24 | android.hidl.allocator@1.0-service \ |
Frederick Mayle | d445a1e | 2022-05-12 21:55:06 +0000 | [diff] [blame] | 25 | android.system.suspend-service \ |
Peter Collingbourne | c7a8d59 | 2022-02-02 11:25:06 -0800 | [diff] [blame] | 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. |
| 43 | PRODUCT_ENFORCE_VINTF_MANIFEST_OVERRIDE := false |
| 44 | DEVICE_MANIFEST_FILE := device/linaro/dragonboard/mini-manifest.xml |