blob: 4c899d8609f1b916849294fa028189073aba565a [file] [log] [blame]
Amit Pundirc738b812019-06-19 16:13:49 +05301#
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
Amit Pundir33109f72020-02-07 22:26:08 +053017PRODUCT_SOONG_NAMESPACES += \
Caleb Connollyac639022021-08-06 10:21:00 +010018 device/generic/sdm845
Amit Pundir33109f72020-02-07 22:26:08 +053019
Amit Pundir276a0552019-11-23 22:27:15 +053020# copied from crosshatch
21# setup dalvik vm configs
22$(call inherit-product, frameworks/native/build/phone-xhdpi-2048-dalvik-heap.mk)
Amit Pundirc738b812019-06-19 16:13:49 +053023
Amit Pundirc738b812019-06-19 16:13:49 +053024
25PRODUCT_COPY_FILES := \
Amit Pundir97e67462020-07-26 21:26:00 +053026 $(LOCAL_PATH)/fstab.ramdisk:$(TARGET_COPY_OUT_RAMDISK)/fstab.beryllium \
27 $(LOCAL_PATH)/fstab.ramdisk:$(TARGET_COPY_OUT_VENDOR)/etc/fstab.beryllium \
Caleb Connollyac639022021-08-06 10:21:00 +010028 device/generic/sdm845/init.common.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.beryllium.rc \
29 device/generic/sdm845/init.common.usb.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.beryllium.usb.rc \
30 device/generic/sdm845/common.kl:$(TARGET_COPY_OUT_VENDOR)/usr/keylayout/beryllium.kl
Amit Pundirc738b812019-06-19 16:13:49 +053031
32# Build generic Audio HAL
Amit Pundir97e67462020-07-26 21:26:00 +053033PRODUCT_PACKAGES := audio.primary.beryllium
Amit Pundir33109f72020-02-07 22:26:08 +053034
Amit Pundir4c517ea2021-05-23 02:24:19 +053035# Build generic lights HAL
36PRODUCT_PACKAGES += lights.beryllium
37
Amit Pundir33109f72020-02-07 22:26:08 +053038PRODUCT_PACKAGES += \
39 pd-mapper \
Amit Pundir04cfa802020-07-09 10:43:01 +053040 qrtr-ns \
41 qrtr-cfg \
Amit Pundir33109f72020-02-07 22:26:08 +053042 qrtr-lookup \
43 rmtfs \
44 tqftpserv
John Stultzda18e5c2020-02-26 20:23:14 +000045
46PRODUCT_COPY_FILES += \
Caleb Connollyac639022021-08-06 10:21:00 +010047 device/generic/sdm845/qcom/init.qcom.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.qcom.rc