blob: c4e5b505ba334ae88782740713e27788e276bca5 [file] [log] [blame]
#
# Copyright (C) 2020 The Android Open Source Project
#
# 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.
#
# Audio Control HAL
LOCAL_AUDIOCONTROL_HAL_PRODUCT_PACKAGE ?= android.hardware.audiocontrol@2.0-service.trout
# Dumpstate HAL
LOCAL_DUMPSTATE_PRODUCT_PACKAGE ?= android.hardware.dumpstate@1.1-service.trout
LOCAL_DUMPSTATE_PROPERTIES ?= \
ro.vendor.dumpstate.server.cid=2 \
ro.vendor.dumpstate.server.port=9310 \
ro.vendor.helpersystem.log_loc=/data/bugreport_test \
# Vehicle HAL
LOCAL_VHAL_PRODUCT_PACKAGE ?= android.hardware.automotive.vehicle@2.0-virtualization-service
BOARD_SEPOLICY_DIRS += device/google/trout/sepolicy/vendor/google
# Disable Vulkan feature flag as it is not supported on trout
TARGET_VULKAN_SUPPORT := false
PRODUCT_PROPERTY_OVERRIDES += \
ro.hardware.type=automotive \
${LOCAL_DUMPSTATE_PROPERTIES}
TARGET_BOARD_INFO_FILE ?= device/google/trout/board-info.txt
include packages/services/Car/computepipe/products/computepipe.mk