blob: 8e26700bcfd0f52ce63bbccc7ca4ac5062b41526 [file] [log] [blame]
Ben Chengdb4fc202013-10-04 16:02:59 -07001#
2# Copyright (C) 2013 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
Isaac Chen164eed22018-03-29 18:47:19 +080017# minimal configuration for audio policy.
18PRODUCT_COPY_FILES += \
19 frameworks/av/services/audiopolicy/config/audio_policy_configuration_generic.xml:system/etc/audio_policy_configuration.xml \
20 frameworks/av/services/audiopolicy/config/primary_audio_policy_configuration.xml:system/etc/primary_audio_policy_configuration.xml \
21 frameworks/av/services/audiopolicy/config/r_submix_audio_policy_configuration.xml:system/etc/r_submix_audio_policy_configuration.xml \
22 frameworks/av/services/audiopolicy/config/audio_policy_volumes.xml:system/etc/audio_policy_volumes.xml \
23 frameworks/av/services/audiopolicy/config/default_volume_tables.xml:system/etc/default_volume_tables.xml \
24
25# NFC:
26# Provide default libnfc-nci.conf file for devices that does not have one in
27# vendor/etc because aosp system image (of aosp_$arch products) is going to
28# be used as GSI.
29# May need to remove the following for newly launched devices in P since this
30# NFC configuration file should be in vendor/etc, instead of system/etc
31PRODUCT_COPY_FILES += \
32 device/generic/common/nfc/libnfc-nci.conf:system/etc/libnfc-nci.conf
33
David 'Digit' Turnerd3e8cb72014-08-20 17:39:00 +020034# Adjust the Dalvik heap to be appropriate for a tablet.
35$(call inherit-product-if-exists, frameworks/base/build/tablet-dalvik-heap.mk)
36$(call inherit-product-if-exists, frameworks/native/build/tablet-dalvik-heap.mk)