1# 2# Copyright (C) 2021 Google Inc. 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# TODO: Remove this once the APEX is included in base system. 18 19# To include the APEX in your build, insert this in your device.mk: 20# $(call inherit-product, packages/modules/Virtualization/apex/product_packages.mk) 21 22PRODUCT_PACKAGES += com.android.virt 23PRODUCT_ARTIFACT_PATH_REQUIREMENT_ALLOWED_LIST += \ 24 system/apex/com.android.virt.apex \ 25 system/bin/crosvm \ 26 system/lib64/%.dylib.so \ 27 system/lib64/libfdt.so \ 28 system/lib64/libgfxstream_backend.so \ 29 system/lib64/libcuttlefish_allocd_utils.so \ 30 system/lib64/libcuttlefish_fs.so \ 31 system/lib64/libcuttlefish_utils.so 32 33$(call inherit-product, external/crosvm/seccomp/crosvm_seccomp_policy_product_packages.mk) 34