blob: fb1b7197b95eaeb5c51d665b0f5665a86f262699 [file] [log] [blame]
Amit Pundir4e375822019-04-18 16:46:10 +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
17# setup dalvik vm configs
18$(call inherit-product, frameworks/native/build/tablet-10in-xhdpi-2048-dalvik-heap.mk)
19
Amit Pundirfbd3fbb2021-11-18 14:59:17 +053020include $(LOCAL_PATH)/../vendor-package-ver.mk
Amit Pundirdd5bd1b2020-12-22 13:46:24 +053021ifeq ($(TARGET_USES_BOOT_HDR_V3), true)
22$(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota/launch_with_vendor_ramdisk.mk)
23else
Amit Pundir44f39902021-01-12 16:45:02 +053024$(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota.mk)
Amit Pundirdd5bd1b2020-12-22 13:46:24 +053025endif
Amit Pundir44f39902021-01-12 16:45:02 +053026
Amit Pundirb0274052023-07-24 12:50:45 +053027# dlkm_loader
28include device/linaro/dragonboard/shared/utils/dlkm_loader/device.mk
29PRODUCT_COPY_FILES += \
30 device/linaro/dragonboard/shared/utils/dlkm_loader/dlkm_loader.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/dlkm_loader.rc
31
Amit Pundir4e375822019-04-18 16:46:10 +053032# Build generic Audio HAL
Yongqin Liue4958152023-01-16 09:52:02 +080033PRODUCT_PACKAGES += audio.primary.db845c
Amit Pundir3a69c9b2019-04-18 17:15:30 +053034
Yongqin Liuaf86a2d2020-10-21 10:24:53 +080035# BootControl HAL
36PRODUCT_PACKAGES += \
John Stultze4b2cbd2021-07-02 21:23:59 +000037 android.hardware.boot@1.2-impl \
38 android.hardware.boot@1.2-impl.recovery \
39 android.hardware.boot@1.2-service
Yongqin Liuaf86a2d2020-10-21 10:24:53 +080040
Stephan Gerholdf70f12a2019-01-30 11:15:34 +010041# Set BT address
42PRODUCT_PACKAGES += bdaddr
43
44# Install bdaddr script
45PRODUCT_COPY_FILES += \
46 device/linaro/dragonboard/shared/utils/bdaddr/set_bdaddr.sh:$(TARGET_COPY_OUT_VENDOR)/bin/set_bdaddr.sh
47
Amit Pundirc0ad8942021-12-14 19:45:56 +053048# Install scripts to set vendor.* properties
John Stultz590ccad2020-02-26 20:23:14 +000049PRODUCT_COPY_FILES += \
Amit Pundir547ae5f2023-07-12 00:10:27 +053050 device/linaro/dragonboard/shared/utils/set_hw.sh:$(TARGET_COPY_OUT_VENDOR)/bin/set_hw.sh \
51 device/linaro/dragonboard/shared/utils/set_udc.sh:$(TARGET_COPY_OUT_VENDOR)/bin/set_udc.sh
John Stultz590ccad2020-02-26 20:23:14 +000052
Amit Pundir7cc6a2d2020-04-23 21:39:03 +053053# Install scripts to set Ethernet MAC address
54PRODUCT_COPY_FILES += \
Amit Pundire721f612023-11-22 10:37:16 +053055 device/linaro/dragonboard/shared/utils/ethaddr/ethaddr.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/ethaddr.rc \
56 device/linaro/dragonboard/shared/utils/ethaddr/set_ethaddr.sh:$(TARGET_COPY_OUT_VENDOR)/bin/set_ethaddr.sh
Amit Pundir7cc6a2d2020-04-23 21:39:03 +053057
Will McVickerfaa63a32021-04-06 10:50:27 -070058PRODUCT_VENDOR_PROPERTIES += ro.soc.manufacturer=Qualcomm
59PRODUCT_VENDOR_PROPERTIES += ro.soc.model=SDM845
60
Amit Pundir701031f2024-03-18 14:42:18 +053061PRODUCT_SOONG_NAMESPACES += \
62 vendor/linaro/db845c/$(EXPECTED_LINARO_VENDOR_VERSION) \
63 vendor/linaro/rb5/$(EXPECTED_LINARO_VENDOR_VERSION)
64
Amit Pundir3a69c9b2019-04-18 17:15:30 +053065# Copy firmware files
Amit Pundirfbd3fbb2021-11-18 14:59:17 +053066$(call inherit-product-if-exists, vendor/linaro/db845c/$(EXPECTED_LINARO_VENDOR_VERSION)/device.mk)
Amit Pundirc0ad8942021-12-14 19:45:56 +053067$(call inherit-product-if-exists, vendor/linaro/rb5/$(EXPECTED_LINARO_VENDOR_VERSION)/device.mk)
Peter Collingbournee8b96e32022-02-02 11:38:11 -080068
69TARGET_HARDWARE := db845c
Amit Pundire969c452024-03-29 14:28:33 +053070TARGET_KERNEL_USE ?= 6.6
Peter Collingbournee8b96e32022-02-02 11:38:11 -080071
72include device/linaro/dragonboard/device-common.mk