1#
2# Copyright (C) 2023 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# TODO(b/264958209): for now it's just inheriting aosp_cf_md and setting
18# config_multiuserVisibleBackgroundUsersOnDefaultDisplay , but in the
19# long-run it should be customized further (for example, setting
20# occupancy zone and removing cluster and other unnecessary stuff)
21
22$(call inherit-product, device/google/cuttlefish/vsoc_x86_64_only/auto_md/aosp_cf.mk)
23
24# HSUM is currently incompatible with telephony.
25# TODO(b/283853205): Properly disable telephony using per-partition makefile.
26TARGET_NO_TELEPHONY := true
27
28PRODUCT_NAME := aosp_cf_x86_64_auto_mdnd
29PRODUCT_MODEL := Cuttlefish x86_64 auto 64-bit only multi-displays, no-driver
30
31PRODUCT_PACKAGE_OVERLAYS += \
32    device/google/cuttlefish/shared/auto_mdnd/overlay
33
34$(warning ${PRODUCT_NAME} is for development purposes only.)
35
36