Amit Pundir | e4ca84a | 2021-05-26 14:30:57 +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 | e4ca84a | 2021-05-26 14:30:57 +0530 | [diff] [blame] | 17 | # setup dalvik vm configs |
| 18 | $(call inherit-product, frameworks/native/build/tablet-10in-xhdpi-2048-dalvik-heap.mk) |
| 19 | |
Amit Pundir | fbd3fbb | 2021-11-18 14:59:17 +0530 | [diff] [blame^] | 20 | include $(LOCAL_PATH)/../vendor-package-ver.mk |
| 21 | |
Amit Pundir | e4ca84a | 2021-05-26 14:30:57 +0530 | [diff] [blame] | 22 | # Enable Virtual A/B |
| 23 | AB_OTA_UPDATER := true |
| 24 | AB_OTA_PARTITIONS += \ |
| 25 | product \ |
| 26 | system \ |
| 27 | system_ext \ |
| 28 | vendor |
| 29 | |
| 30 | $(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota/launch_with_vendor_ramdisk.mk) |
| 31 | |
| 32 | PRODUCT_COPY_FILES := \ |
| 33 | $(RB5_KERNEL_DIR)/Image.gz:kernel \ |
| 34 | $(RB5_KERNEL_DIR)/qrb5165-rb5.dtb:dtb.img \ |
| 35 | $(LOCAL_PATH)/mixer_paths.xml:$(TARGET_COPY_OUT_VENDOR)/etc/mixer_paths.xml \ |
| 36 | device/linaro/dragonboard/fstab.common:$(TARGET_COPY_OUT_RAMDISK)/fstab.rb5 \ |
| 37 | device/linaro/dragonboard/fstab.common:$(TARGET_COPY_OUT_VENDOR)/etc/fstab.rb5 \ |
| 38 | device/linaro/dragonboard/init.common.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.rb5.rc \ |
| 39 | device/linaro/dragonboard/init.common.usb.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.rb5.usb.rc \ |
| 40 | device/linaro/dragonboard/common.kl:$(TARGET_COPY_OUT_VENDOR)/usr/keylayout/rb5.kl |
| 41 | |
| 42 | # Build generic Audio HAL |
| 43 | PRODUCT_PACKAGES := audio.primary.rb5 |
| 44 | |
| 45 | # BootControl HAL |
| 46 | PRODUCT_PACKAGES += \ |
| 47 | android.hardware.boot@1.2-impl \ |
| 48 | android.hardware.boot@1.2-impl.recovery \ |
| 49 | android.hardware.boot@1.2-service |
| 50 | |
Amit Pundir | e4ca84a | 2021-05-26 14:30:57 +0530 | [diff] [blame] | 51 | PRODUCT_VENDOR_PROPERTIES += ro.soc.manufacturer=Qualcomm |
| 52 | PRODUCT_VENDOR_PROPERTIES += ro.soc.model=QRB5165 |
| 53 | |
| 54 | PRODUCT_PROPERTY_OVERRIDES += ro.sf.lcd_density=160 |
| 55 | |
| 56 | # Copy firmware files |
Amit Pundir | fbd3fbb | 2021-11-18 14:59:17 +0530 | [diff] [blame^] | 57 | $(call inherit-product-if-exists, vendor/linaro/rb5/$(EXPECTED_LINARO_VENDOR_VERSION)/device.mk) |