2021-01-20 10:27:06 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2021 Google Inc.
|
|
|
|
#
|
|
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
# you may not use this file except in compliance with the License.
|
|
|
|
# You may obtain a copy of the License at
|
|
|
|
#
|
|
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
#
|
|
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
# See the License for the specific language governing permissions and
|
|
|
|
# limitations under the License.
|
|
|
|
#
|
|
|
|
|
|
|
|
# TODO: Remove this once the APEX is included in base system.
|
|
|
|
|
|
|
|
# To include the APEX in your build, insert this in your device.mk:
|
|
|
|
# $(call inherit-product, packages/modules/Virtualization/apex/product_packages.mk)
|
|
|
|
|
2021-07-09 22:26:36 +00:00
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
com.android.compos \
|
2021-11-19 14:11:30 +00:00
|
|
|
com.android.virt \
|
2021-07-09 22:26:36 +00:00
|
|
|
|
2021-11-19 14:11:30 +00:00
|
|
|
# TODO(b/207336449): Figure out how to get these off /system
|
2021-10-18 11:30:31 +00:00
|
|
|
PRODUCT_ARTIFACT_PATH_REQUIREMENT_ALLOWED_LIST := \
|
|
|
|
system/framework/oat/%@service-compos.jar@classes.odex \
|
|
|
|
system/framework/oat/%@service-compos.jar@classes.vdex \
|
|
|
|
|
2021-11-24 15:50:04 +00:00
|
|
|
PRODUCT_APEX_SYSTEM_SERVER_JARS := com.android.compos:service-compos
|
2021-10-18 11:30:31 +00:00
|
|
|
|
2021-11-24 15:50:04 +00:00
|
|
|
PRODUCT_SYSTEM_EXT_PROPERTIES := ro.config.isolated_compilation_enabled=true
|
2022-01-05 19:47:59 +00:00
|
|
|
|
2022-09-09 19:29:00 +00:00
|
|
|
PRODUCT_FSVERITY_GENERATE_METADATA := true
|