blob: c5f67744e23a5c2afb10068af4f788c40e83e3ef [file] [log] [blame]
Amit Pundire4ca84a2021-05-26 14:30:57 +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 Pundire4ca84a2021-05-26 14:30:57 +053017# 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
21
Amit Pundire4ca84a2021-05-26 14:30:57 +053022$(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota/launch_with_vendor_ramdisk.mk)
23
24PRODUCT_COPY_FILES := \
Amit Pundire4ca84a2021-05-26 14:30:57 +053025 $(LOCAL_PATH)/mixer_paths.xml:$(TARGET_COPY_OUT_VENDOR)/etc/mixer_paths.xml \
Amit Pundire4ca84a2021-05-26 14:30:57 +053026
27# Build generic Audio HAL
28PRODUCT_PACKAGES := audio.primary.rb5
29
30# BootControl HAL
31PRODUCT_PACKAGES += \
32 android.hardware.boot@1.2-impl \
33 android.hardware.boot@1.2-impl.recovery \
34 android.hardware.boot@1.2-service
35
Amit Pundire4ca84a2021-05-26 14:30:57 +053036PRODUCT_VENDOR_PROPERTIES += ro.soc.manufacturer=Qualcomm
37PRODUCT_VENDOR_PROPERTIES += ro.soc.model=QRB5165
38
39PRODUCT_PROPERTY_OVERRIDES += ro.sf.lcd_density=160
40
41# Copy firmware files
Amit Pundirfbd3fbb2021-11-18 14:59:17 +053042$(call inherit-product-if-exists, vendor/linaro/rb5/$(EXPECTED_LINARO_VENDOR_VERSION)/device.mk)
Peter Collingbournee8b96e32022-02-02 11:38:11 -080043
44TARGET_DTB := qrb5165-rb5.dtb
45TARGET_HARDWARE := rb5
46TARGET_KERNEL_USE ?= 5.15
47
48include device/linaro/dragonboard/device-common.mk
49
50PRODUCT_COPY_FILES += $(TARGET_KERNEL_DIR)/qrb5165-rb5.dtb:dtb.img