blob: 3349e9db7b069ef59fccdb71afaf13fd9ff7237c [file] [log] [blame]
Caleb Connolly2688d332021-09-30 14:01:06 +01001#
2# Copyright (C) 2011 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
17PRODUCT_SOONG_NAMESPACES += \
18 device/generic/sdm845
19
20# copied from crosshatch
21# setup dalvik vm configs
22$(call inherit-product, frameworks/native/build/phone-xhdpi-2048-dalvik-heap.mk)
23
24
25PRODUCT_COPY_FILES := \
26 $(LOCAL_PATH)/fstab.ramdisk:$(TARGET_COPY_OUT_RAMDISK)/fstab.sdm845 \
27 $(LOCAL_PATH)/fstab.ramdisk:$(TARGET_COPY_OUT_VENDOR)/etc/fstab.sdm845 \
28 device/generic/sdm845/init.common.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.sdm845.rc \
29 device/generic/sdm845/init.common.usb.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.sdm845.usb.rc \
30 device/generic/sdm845/common.kl:$(TARGET_COPY_OUT_VENDOR)/usr/keylayout/sdm845.kl
31
32# Build generic Audio HAL
33PRODUCT_PACKAGES := audio.primary.sdm845
34
35# Build generic lights HAL
36PRODUCT_PACKAGES += lights.sdm845
37
38PRODUCT_PACKAGES += \
39 pd-mapper \
40 qrtr-ns \
41 qrtr-cfg \
42 qrtr-lookup \
43 rmtfs \
44 tqftpserv
45
46PRODUCT_COPY_FILES += \
47 device/generic/sdm845/qcom/init.qcom.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.qcom.rc