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/auto/device.mk) 18 19# Audio Control HAL 20# TODO (chenhaosjtuacm, egranata): move them to kernel command line 21LOCAL_AUDIOCONTROL_PROPERTIES ?= \ 22 ro.vendor.audiocontrol.server.cid=3 \ 23 ro.vendor.audiocontrol.server.port=9410 \ 24 25include device/google/trout/aosp_trout_common.mk 26 27DEVICE_MANIFEST_FILE += device/google/trout/manifest_x86.xml 28DEVICE_MATRIX_FILE += device/google/trout/compatibility_matrix.xml 29DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE := device/google/trout/framework_compatibility_matrix.xml 30 31PRODUCT_COPY_FILES += \ 32 packages/services/Car/cpp/computepipe/products/init.computepipe.rc:$(TARGET_COPY_OUT_SYSTEM)/etc/init/computepipe.rc 33 34PRODUCT_NAME := aosp_trout_x86 35PRODUCT_DEVICE := trout_x86 36PRODUCT_MODEL := x86 trout 37