blob: 9cf5124af5c90fcfa534d713e1748c836a7de172 [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
20# Enable Virtual A/B
21AB_OTA_UPDATER := true
22AB_OTA_PARTITIONS += \
23 product \
24 system \
25 system_ext \
26 vendor
27
28$(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota/launch_with_vendor_ramdisk.mk)
29
30PRODUCT_COPY_FILES := \
31 $(RB5_KERNEL_DIR)/Image.gz:kernel \
32 $(RB5_KERNEL_DIR)/qrb5165-rb5.dtb:dtb.img \
33 $(LOCAL_PATH)/mixer_paths.xml:$(TARGET_COPY_OUT_VENDOR)/etc/mixer_paths.xml \
34 device/linaro/dragonboard/fstab.common:$(TARGET_COPY_OUT_RAMDISK)/fstab.rb5 \
35 device/linaro/dragonboard/fstab.common:$(TARGET_COPY_OUT_VENDOR)/etc/fstab.rb5 \
36 device/linaro/dragonboard/init.common.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.rb5.rc \
37 device/linaro/dragonboard/init.common.usb.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.rb5.usb.rc \
38 device/linaro/dragonboard/common.kl:$(TARGET_COPY_OUT_VENDOR)/usr/keylayout/rb5.kl
39
40# Build generic Audio HAL
41PRODUCT_PACKAGES := audio.primary.rb5
42
43# BootControl HAL
44PRODUCT_PACKAGES += \
45 android.hardware.boot@1.2-impl \
46 android.hardware.boot@1.2-impl.recovery \
47 android.hardware.boot@1.2-service
48
Amit Pundire4ca84a2021-05-26 14:30:57 +053049PRODUCT_VENDOR_PROPERTIES += ro.soc.manufacturer=Qualcomm
50PRODUCT_VENDOR_PROPERTIES += ro.soc.model=QRB5165
51
52PRODUCT_PROPERTY_OVERRIDES += ro.sf.lcd_density=160
53
54# Copy firmware files
55$(call inherit-product-if-exists, $(LOCAL_PATH)/firmware/device.mk)