Amit Pundir | c738b81 | 2019-06-19 16:13:49 +0530 | [diff] [blame] | 1 | # |
| 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 Pundir | 33109f7 | 2020-02-07 22:26:08 +0530 | [diff] [blame] | 17 | PRODUCT_SOONG_NAMESPACES += \ |
Caleb Connolly | ac63902 | 2021-08-06 10:21:00 +0100 | [diff] [blame] | 18 | device/generic/sdm845 |
Amit Pundir | 33109f7 | 2020-02-07 22:26:08 +0530 | [diff] [blame] | 19 | |
Amit Pundir | 276a055 | 2019-11-23 22:27:15 +0530 | [diff] [blame] | 20 | # copied from crosshatch |
| 21 | # setup dalvik vm configs |
| 22 | $(call inherit-product, frameworks/native/build/phone-xhdpi-2048-dalvik-heap.mk) |
Amit Pundir | c738b81 | 2019-06-19 16:13:49 +0530 | [diff] [blame] | 23 | |
Amit Pundir | c738b81 | 2019-06-19 16:13:49 +0530 | [diff] [blame] | 24 | |
| 25 | PRODUCT_COPY_FILES := \ |
Amit Pundir | 97e6746 | 2020-07-26 21:26:00 +0530 | [diff] [blame] | 26 | $(LOCAL_PATH)/fstab.ramdisk:$(TARGET_COPY_OUT_RAMDISK)/fstab.beryllium \ |
| 27 | $(LOCAL_PATH)/fstab.ramdisk:$(TARGET_COPY_OUT_VENDOR)/etc/fstab.beryllium \ |
Caleb Connolly | ac63902 | 2021-08-06 10:21:00 +0100 | [diff] [blame] | 28 | 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 Pundir | c738b81 | 2019-06-19 16:13:49 +0530 | [diff] [blame] | 31 | |
| 32 | # Build generic Audio HAL |
Amit Pundir | 97e6746 | 2020-07-26 21:26:00 +0530 | [diff] [blame] | 33 | PRODUCT_PACKAGES := audio.primary.beryllium |
Amit Pundir | 33109f7 | 2020-02-07 22:26:08 +0530 | [diff] [blame] | 34 | |
Amit Pundir | 4c517ea | 2021-05-23 02:24:19 +0530 | [diff] [blame] | 35 | # Build generic lights HAL |
| 36 | PRODUCT_PACKAGES += lights.beryllium |
| 37 | |
Amit Pundir | 33109f7 | 2020-02-07 22:26:08 +0530 | [diff] [blame] | 38 | PRODUCT_PACKAGES += \ |
| 39 | pd-mapper \ |
Amit Pundir | 04cfa80 | 2020-07-09 10:43:01 +0530 | [diff] [blame] | 40 | qrtr-ns \ |
| 41 | qrtr-cfg \ |
Amit Pundir | 33109f7 | 2020-02-07 22:26:08 +0530 | [diff] [blame] | 42 | qrtr-lookup \ |
| 43 | rmtfs \ |
| 44 | tqftpserv |
John Stultz | da18e5c | 2020-02-26 20:23:14 +0000 | [diff] [blame] | 45 | |
| 46 | PRODUCT_COPY_FILES += \ |
Caleb Connolly | ac63902 | 2021-08-06 10:21:00 +0100 | [diff] [blame] | 47 | device/generic/sdm845/qcom/init.qcom.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.qcom.rc |