merothh | 5485610 | 2021-11-04 12:07:41 +0530 | [diff] [blame] | 1 | # |
| 2 | # Copyright (C) 2021 The LineageOS Project |
| 3 | # |
| 4 | # SPDX-License-Identifier: Apache-2.0 |
| 5 | # |
| 6 | |
| 7 | PRODUCT_USE_DYNAMIC_PARTITIONS := true |
Roger Liao | 67b33f6 | 2020-04-06 23:38:49 +0800 | [diff] [blame] | 8 | PRODUCT_SHIPPING_API_LEVEL := 30 |
merothh | 5485610 | 2021-11-04 12:07:41 +0530 | [diff] [blame] | 9 | |
| 10 | # Enable virtual A/B OTA |
| 11 | $(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota.mk) |
| 12 | |
| 13 | # Include GSI keys |
| 14 | $(call inherit-product, build/make/target/product/gsi_keys.mk) |
| 15 | |
Luca Stefani | 82ac435 | 2019-09-12 23:47:56 +0200 | [diff] [blame] | 16 | # Enable updating of APEXes |
| 17 | $(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk) |
| 18 | |
Lokesh Gidra | 9fe4b8c | 2019-12-06 13:19:19 -0800 | [diff] [blame] | 19 | # Setup dalvik vm configs |
| 20 | $(call inherit-product, frameworks/native/build/phone-xhdpi-6144-dalvik-heap.mk) |
| 21 | |
merothh | acf1dfa | 2022-01-02 18:21:21 +0530 | [diff] [blame] | 22 | # Get non-open-source specific aspects |
| 23 | $(call inherit-product, vendor/fairphone/FP4/FP4-vendor.mk) |
| 24 | |
merothh | 750fa00 | 2022-01-02 19:42:51 +0530 | [diff] [blame] | 25 | # Overlays |
| 26 | DEVICE_PACKAGE_OVERLAYS += \ |
| 27 | $(LOCAL_PATH)/overlay |
| 28 | |
| 29 | PRODUCT_ENFORCE_RRO_TARGETS := * |
| 30 | |
merothh | 5485610 | 2021-11-04 12:07:41 +0530 | [diff] [blame] | 31 | # A/B |
| 32 | PRODUCT_PACKAGES += \ |
| 33 | android.hardware.boot@1.1-impl-qti \ |
| 34 | android.hardware.boot@1.1-impl-qti.recovery \ |
| 35 | android.hardware.boot@1.1-service |
| 36 | |
| 37 | AB_OTA_POSTINSTALL_CONFIG += \ |
| 38 | RUN_POSTINSTALL_system=true \ |
| 39 | POSTINSTALL_PATH_system=system/bin/otapreopt_script \ |
| 40 | FILESYSTEM_TYPE_system=ext4 \ |
| 41 | POSTINSTALL_OPTIONAL_system=true |
| 42 | |
| 43 | AB_OTA_POSTINSTALL_CONFIG += \ |
| 44 | RUN_POSTINSTALL_vendor=true \ |
| 45 | POSTINSTALL_PATH_vendor=bin/checkpoint_gc \ |
| 46 | FILESYSTEM_TYPE_vendor=ext4 \ |
| 47 | POSTINSTALL_OPTIONAL_vendor=true |
| 48 | |
| 49 | PRODUCT_PACKAGES += \ |
| 50 | checkpoint_gc \ |
| 51 | otapreopt_script |
| 52 | |
| 53 | PRODUCT_PACKAGES += \ |
| 54 | update_engine \ |
| 55 | update_engine_client \ |
| 56 | update_verifier \ |
| 57 | update_engine_sideload |
| 58 | |
Sebastiano Barezzi | f8bb2bd | 2021-02-10 21:58:07 +0100 | [diff] [blame] | 59 | # Atrace |
| 60 | PRODUCT_PACKAGES += \ |
| 61 | android.hardware.atrace@1.0-service |
| 62 | |
merothh | 750fa00 | 2022-01-02 19:42:51 +0530 | [diff] [blame] | 63 | # Audio (HIDL) |
| 64 | PRODUCT_PACKAGES += \ |
| 65 | android.hardware.audio@6.0-impl \ |
| 66 | android.hardware.audio.effect@6.0-impl \ |
| 67 | android.hardware.audio.service \ |
| 68 | android.hardware.soundtrigger@2.3-impl |
| 69 | |
| 70 | # Audio (Hardware) |
| 71 | PRODUCT_PACKAGES += \ |
| 72 | audio.a2dp.default \ |
| 73 | audio.primary.lito \ |
| 74 | audio.r_submix.default \ |
| 75 | audio.usb.default |
| 76 | |
| 77 | # Audio (Extensions) |
| 78 | PRODUCT_PACKAGES += \ |
| 79 | liba2dpoffload \ |
| 80 | libbatterylistener \ |
| 81 | libcomprcapture \ |
| 82 | libexthwplugin \ |
| 83 | libhdmiedid \ |
| 84 | libhfp \ |
| 85 | libsndmonitor \ |
| 86 | libspkrprot |
| 87 | |
| 88 | # Audio (SoundFX) |
| 89 | PRODUCT_PACKAGES += \ |
| 90 | libaudiopreprocessing \ |
| 91 | libbundlewrapper \ |
| 92 | libdownmix \ |
| 93 | libdynproc \ |
| 94 | libeffectproxy \ |
| 95 | libldnhncr \ |
| 96 | libqcompostprocbundle \ |
| 97 | libqcomvisualizer \ |
| 98 | libqcomvoiceprocessing \ |
| 99 | libreverbwrapper \ |
| 100 | libvisualizer \ |
| 101 | libvolumelistener |
| 102 | |
merothh | d7649fd | 2022-01-02 20:05:19 +0530 | [diff] [blame] | 103 | PRODUCT_COPY_FILES += \ |
| 104 | $(LOCAL_PATH)/audio/audio_effects.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_effects.xml \ |
| 105 | $(LOCAL_PATH)/audio/audio_io_policy.conf:$(TARGET_COPY_OUT_VENDOR)/etc/audio_io_policy.conf \ |
| 106 | $(LOCAL_PATH)/audio/audio_platform_info_lagoon_fp4.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_platform_info_lagoon_fp4.xml \ |
| 107 | $(LOCAL_PATH)/audio/audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_configuration.xml \ |
| 108 | $(LOCAL_PATH)/audio/bluetooth_qti_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_qti_audio_policy_configuration.xml \ |
| 109 | $(LOCAL_PATH)/audio/bluetooth_qti_hearing_aid_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_qti_hearing_aid_audio_policy_configuration.xml \ |
| 110 | $(LOCAL_PATH)/audio/mixer_paths_lagoon_fp4.xml:$(TARGET_COPY_OUT_VENDOR)/etc/mixer_paths_lagoon_fp4.xml \ |
| 111 | $(LOCAL_PATH)/audio/sound_trigger_mixer_paths.xml:$(TARGET_COPY_OUT_VENDOR)/etc/sound_trigger_mixer_paths.xml \ |
| 112 | $(LOCAL_PATH)/audio/sound_trigger_platform_info.xml:$(TARGET_COPY_OUT_VENDOR)/etc/sound_trigger_platform_info.xml |
| 113 | |
| 114 | PRODUCT_COPY_FILES += \ |
| 115 | frameworks/av/services/audiopolicy/config/a2dp_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/a2dp_audio_policy_configuration.xml \ |
| 116 | frameworks/av/services/audiopolicy/config/audio_policy_volumes.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_volumes.xml \ |
| 117 | frameworks/av/services/audiopolicy/config/bluetooth_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_audio_policy_configuration.xml \ |
| 118 | frameworks/av/services/audiopolicy/config/default_volume_tables.xml:$(TARGET_COPY_OUT_VENDOR)/etc/default_volume_tables.xml \ |
| 119 | frameworks/av/services/audiopolicy/config/r_submix_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/r_submix_audio_policy_configuration.xml \ |
| 120 | frameworks/av/services/audiopolicy/config/usb_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/usb_audio_policy_configuration.xml |
| 121 | |
merothh | 750fa00 | 2022-01-02 19:42:51 +0530 | [diff] [blame] | 122 | # Bluetooth |
| 123 | PRODUCT_PACKAGES += \ |
| 124 | audio.bluetooth.default \ |
| 125 | com.dsi.ant@1.0.vendor \ |
| 126 | vendor.qti.hardware.bluetooth_audio@2.1.vendor \ |
| 127 | vendor.qti.hardware.btconfigstore@1.0.vendor \ |
| 128 | vendor.qti.hardware.btconfigstore@2.0.vendor |
| 129 | |
merothh | a507a0f | 2022-01-02 20:11:36 +0530 | [diff] [blame] | 130 | # Camera |
| 131 | PRODUCT_PACKAGES += \ |
| 132 | android.hardware.camera.provider@2.4-impl \ |
| 133 | android.hardware.camera.provider@2.4-service_64 \ |
| 134 | vendor.qti.hardware.camera.device@1.0.vendor \ |
| 135 | vendor.qti.hardware.camera.postproc@1.0.vendor |
| 136 | |
| 137 | PRODUCT_PACKAGES += \ |
| 138 | Snap |
| 139 | |
PIPIPIG233666 | 8bc6eb1 | 2022-01-02 20:07:31 +0530 | [diff] [blame] | 140 | # Component overrides |
| 141 | PRODUCT_COPY_FILES += \ |
| 142 | $(LOCAL_PATH)/configs/component-overrides.xml:$(TARGET_COPY_OUT_VENDOR)/etc/sysconfig/component-overrides.xml \ |
| 143 | $(LOCAL_PATH)/configs/component-overrides_qti.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/sysconfig/component-overrides.xml |
| 144 | |
merothh | 7af51cb | 2022-01-02 20:14:21 +0530 | [diff] [blame] | 145 | # Display |
| 146 | PRODUCT_PACKAGES += \ |
| 147 | android.hardware.graphics.mapper@3.0-impl-qti-display \ |
| 148 | android.hardware.graphics.mapper@4.0-impl-qti-display \ |
| 149 | android.hardware.memtrack@1.0-impl \ |
| 150 | android.hardware.memtrack@1.0-service \ |
| 151 | android.hardware.renderscript@1.0-impl \ |
| 152 | gralloc.lito \ |
| 153 | memtrack.lito \ |
| 154 | libdisplayconfig.qti \ |
| 155 | libdisplayconfig.qti.vendor \ |
| 156 | libqdMetaData \ |
| 157 | libsdmcore \ |
| 158 | libsdmutils \ |
| 159 | libtinyxml \ |
| 160 | libvulkan \ |
| 161 | vendor.display.config@1.5 \ |
| 162 | vendor.display.config@1.11.vendor \ |
| 163 | vendor.display.config@2.0 \ |
| 164 | vendor.display.config@2.0.vendor \ |
| 165 | vendor.qti.hardware.display.allocator-service \ |
| 166 | vendor.qti.hardware.display.composer-service \ |
| 167 | vendor.qti.hardware.display.mapper@1.1.vendor \ |
| 168 | vendor.qti.hardware.display.mapper@2.0.vendor \ |
| 169 | vendor.qti.hardware.display.mapper@3.0.vendor \ |
| 170 | vendor.qti.hardware.display.mapper@4.0.vendor |
| 171 | |
Sebastiano Barezzi | 2789dea | 2021-02-10 22:01:11 +0100 | [diff] [blame^] | 172 | # DRM |
| 173 | PRODUCT_PACKAGES += \ |
| 174 | android.hardware.drm@1.3-service.clearkey |
| 175 | |
merothh | 5485610 | 2021-11-04 12:07:41 +0530 | [diff] [blame] | 176 | # fastbootd |
| 177 | PRODUCT_PACKAGES += \ |
| 178 | fastbootd |
| 179 | |
| 180 | # Soong Namespaces |
| 181 | PRODUCT_SOONG_NAMESPACES += \ |
| 182 | $(LOCAL_PATH) |
| 183 | |
| 184 | # Ramdisk |
| 185 | PRODUCT_COPY_FILES += \ |
| 186 | $(LOCAL_PATH)/rootdir/etc/fstab.default:$(TARGET_COPY_OUT_RAMDISK)/fstab.default |