1# 2# Copyright 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#### 18#### This file should be included at the bottom of the aosp_PHONE_car.mk file 19#### 20 21# Auto modules 22PRODUCT_PACKAGES += \ 23 android.hardware.automotive.audiocontrol-service.example \ 24 android.hardware.automotive.can@1.0-service 25 26PRODUCT_PACKAGES_DEBUG += \ 27 canhalctrl \ 28 canhaldump \ 29 canhalsend \ 30 android.hardware.automotive.occupant_awareness@1.0-service \ 31 android.hardware.automotive.occupant_awareness@1.0-service_mock 32 33BOARD_SEPOLICY_DIRS += device/google_car/common/sepolicy 34 35# Sepolicy for occupant awareness system 36include packages/services/Car/car_product/occupant_awareness/OccupantAwareness.mk 37 38# Sepolicy for compute pipe system 39include packages/services/Car/cpp/computepipe/products/computepipe.mk 40 41PRODUCT_COPY_FILES += \ 42 device/google_car/common/audio_effects.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_effects.xml \ 43 44PRODUCT_PROPERTY_OVERRIDES += \ 45 ro.boot.wificountrycode=00 \ 46 log.tag.CarTrustAgentUnlockEvent=I 47 48# Phone car targets don't support ramdump 49EXCLUDE_BUILD_RAMDUMP_UPLOADER_DEBUG_TOOL := true