blob: fef63167ac0716aed40248ad5aac22cd146ad6a4 [file] [log] [blame]
David Brazdil6df78e42021-01-20 10:27:06 +00001#
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
Victor Hsieh8ddc77d2021-07-09 15:26:36 -070022PRODUCT_PACKAGES += \
23 com.android.compos \
24 com.android.virt
25
David Brazdil6df78e42021-01-20 10:27:06 +000026PRODUCT_ARTIFACT_PATH_REQUIREMENT_ALLOWED_LIST += \
Victor Hsieh8ddc77d2021-07-09 15:26:36 -070027 system/apex/com.android.compos.apex \
David Brazdil6df78e42021-01-20 10:27:06 +000028 system/apex/com.android.virt.apex \
29 system/bin/crosvm \
30 system/lib64/%.dylib.so \
31 system/lib64/libfdt.so \
32 system/lib64/libgfxstream_backend.so \
33 system/lib64/libcuttlefish_allocd_utils.so \
34 system/lib64/libcuttlefish_fs.so \
35 system/lib64/libcuttlefish_utils.so
36
37$(call inherit-product, external/crosvm/seccomp/crosvm_seccomp_policy_product_packages.mk)