1# 2# Copyright (C) 2020 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, device/google/cuttlefish/vsoc_x86_64_only/auto/aosp_cf.mk) 18 19# Audio HAL 20TARGET_USES_CUTTLEFISH_AUDIO ?= false 21 22# Audio Control HAL 23# TODO (chenhaosjtuacm, egranata): move them to kernel command line 24LOCAL_AUDIOCONTROL_PROPERTIES ?= \ 25 ro.vendor.audiocontrol.server.cid=3 \ 26 ro.vendor.audiocontrol.server.port=9410 \ 27 28# Vehicle HAL 29ENABLE_VHAL_FAKE_GRPC_SERVER ?= true 30 31TARGET_VULKAN_SUPPORT := true 32 33include device/google/trout/aosp_trout_common.mk 34 35DEVICE_MANIFEST_FILE += device/google/trout/trout_x86_64/manifest.xml 36DEVICE_MATRIX_FILE += device/google/trout/compatibility_matrix.xml 37DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE := device/google/trout/framework_compatibility_matrix.xml 38 39PRODUCT_COPY_FILES += \ 40 packages/services/Car/cpp/computepipe/products/init.computepipe.rc:$(TARGET_COPY_OUT_SYSTEM)/etc/init/computepipe.rc 41 42PRODUCT_NAME := aosp_trout_x86_64 43PRODUCT_DEVICE := trout_x86_64 44PRODUCT_MODEL := x86_64 trout 45