github.com/westcoastroms/westcoastroms-build@v0.0.0-20190928114312-2350e5a73030/build/make/target/board/generic_arm64/device.mk (about)

     1  #
     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  
    17  # minimal configuration for audio policy.
    18  PRODUCT_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
    31  PRODUCT_COPY_FILES += \
    32      device/generic/common/nfc/libnfc-nci.conf:system/etc/libnfc-nci.conf
    33  
    34  # 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)