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