micky387 | 18f07ac | 2019-06-10 00:40:50 +0200 | [diff] [blame] | 1 | # Copyright (C) 2016 The CyanogenMod Project |
| 2 | # Copyright (C) 2019 The OmniRom 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 | # This file is the build configuration for a full Android |
| 18 | # build for grouper hardware. This cleanly combines a set of |
| 19 | # device-specific aspects (drivers) with a device-agnostic |
| 20 | # product configuration (apps). |
| 21 | # |
micky387 | 81c15c8 | 2021-05-21 12:59:35 +0200 | [diff] [blame] | 22 | $(call inherit-product, vendor/asus/zenfone8/zenfone8-vendor.mk) |
micky387 | 18f07ac | 2019-06-10 00:40:50 +0200 | [diff] [blame] | 23 | |
David Ng | 3a95e4b | 2020-06-16 18:07:14 -0700 | [diff] [blame] | 24 | # fusefs / disable sdcardfs usage |
| 25 | $(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk) |
| 26 | |
micky387 | daa4c6b | 2021-05-28 14:44:38 +0200 | [diff] [blame] | 27 | # Include GSI keys |
| 28 | $(call inherit-product, $(SRC_TARGET_DIR)/product/gsi_keys.mk) |
| 29 | |
micky387 | 536715a | 2021-05-30 02:32:41 +0200 | [diff] [blame] | 30 | # Enable updating of APEXes |
| 31 | $(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk) |
| 32 | |
micky387 | a8d9618 | 2019-06-11 13:36:14 +0200 | [diff] [blame] | 33 | # Overlays |
| 34 | DEVICE_PACKAGE_OVERLAYS += \ |
micky387 | 68ec999 | 2019-12-28 13:35:00 +0100 | [diff] [blame] | 35 | $(LOCAL_PATH)/overlay \ |
| 36 | vendor/omni/overlay/CarrierConfig |
micky387 | a8d9618 | 2019-06-11 13:36:14 +0200 | [diff] [blame] | 37 | |
micky387 | 009b31a | 2022-01-20 18:48:41 +0100 | [diff] [blame] | 38 | PRODUCT_PACKAGES += \ |
| 39 | aptxalsOverlay \ |
| 40 | FrameworksResOverlay \ |
| 41 | FrameworksResVendor \ |
| 42 | TeleServiceOverlay \ |
| 43 | TetheringOverlay \ |
| 44 | WifiOverlay |
micky387 | 7564a9b | 2020-12-30 22:14:37 +0100 | [diff] [blame] | 45 | |
micky387 | 4eedc68 | 2019-06-11 02:29:28 +0200 | [diff] [blame] | 46 | # A/B |
micky387 | 81c15c8 | 2021-05-21 12:59:35 +0200 | [diff] [blame] | 47 | ENABLE_VIRTUAL_AB := true |
micky387 | f24bf3b | 2021-05-28 08:01:58 +0200 | [diff] [blame] | 48 | $(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota.mk) |
micky387 | 4eedc68 | 2019-06-11 02:29:28 +0200 | [diff] [blame] | 49 | |
| 50 | AB_OTA_POSTINSTALL_CONFIG += \ |
| 51 | RUN_POSTINSTALL_system=true \ |
Marko Man | ac93137 | 2020-03-14 21:02:38 +0100 | [diff] [blame] | 52 | POSTINSTALL_PATH_system=system/bin/omnipreopt_script \ |
micky387 | 4eedc68 | 2019-06-11 02:29:28 +0200 | [diff] [blame] | 53 | FILESYSTEM_TYPE_system=ext4 \ |
| 54 | POSTINSTALL_OPTIONAL_system=true |
| 55 | |
micky387 | 2640c33 | 2021-05-28 14:56:39 +0200 | [diff] [blame] | 56 | AB_OTA_POSTINSTALL_CONFIG += \ |
| 57 | RUN_POSTINSTALL_vendor=true \ |
| 58 | POSTINSTALL_PATH_vendor=bin/checkpoint_gc \ |
| 59 | FILESYSTEM_TYPE_vendor=ext4 \ |
| 60 | POSTINSTALL_OPTIONAL_vendor=true |
| 61 | |
Marko Man | ac93137 | 2020-03-14 21:02:38 +0100 | [diff] [blame] | 62 | PRODUCT_PACKAGES += \ |
micky387 | 009b31a | 2022-01-20 18:48:41 +0100 | [diff] [blame] | 63 | checkpoint_gc \ |
Marko Man | ac93137 | 2020-03-14 21:02:38 +0100 | [diff] [blame] | 64 | omnipreopt_script |
| 65 | |
micky387 | 009b31a | 2022-01-20 18:48:41 +0100 | [diff] [blame] | 66 | # Adreno |
| 67 | PRODUCT_COPY_FILES += \ |
| 68 | frameworks/native/data/etc/android.hardware.vulkan.version-1_1.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vulkan.version-1_1.xml |
micky387 | 81c15c8 | 2021-05-21 12:59:35 +0200 | [diff] [blame] | 69 | |
micky387 | 18f07ac | 2019-06-10 00:40:50 +0200 | [diff] [blame] | 70 | # ANT+ |
| 71 | PRODUCT_PACKAGES += \ |
| 72 | AntHalService |
| 73 | |
micky387 | 82dbd1a | 2019-09-17 08:11:02 +0200 | [diff] [blame] | 74 | # Api |
micky387 | 81c15c8 | 2021-05-21 12:59:35 +0200 | [diff] [blame] | 75 | PRODUCT_SHIPPING_API_LEVEL := 30 |
micky387 | 82dbd1a | 2019-09-17 08:11:02 +0200 | [diff] [blame] | 76 | |
micky387 | 009b31a | 2022-01-20 18:48:41 +0100 | [diff] [blame] | 77 | # Atrace |
| 78 | PRODUCT_PACKAGES += \ |
| 79 | android.hardware.atrace@1.0-service |
| 80 | |
| 81 | # Audio |
| 82 | PRODUCT_PACKAGES += \ |
| 83 | android.hardware.audio@6.0-impl \ |
| 84 | android.hardware.audio.effect@6.0-impl \ |
| 85 | android.hardware.audio.service |
| 86 | |
LuK1337 | 6913595 | 2018-09-09 17:39:16 +0200 | [diff] [blame] | 87 | PRODUCT_COPY_FILES += \ |
micky387 | 009b31a | 2022-01-20 18:48:41 +0100 | [diff] [blame] | 88 | $(LOCAL_PATH)/audio/audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/audio_policy_configuration.xml \ |
| 89 | $(LOCAL_PATH)/audio/audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/ZS590KS/audio_policy_configuration_ZS590KS.xml \ |
| 90 | $(LOCAL_PATH)/audio/audio_policy_volumes.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/ZS590KS/audio_policy_volumes_ZS590KS.xml \ |
| 91 | $(LOCAL_PATH)/audio/audio_policy_volumes.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_volumes.xml |
| 92 | |
| 93 | # Authsecret |
| 94 | PRODUCT_PACKAGES += \ |
| 95 | android.hardware.authsecret@1.0.vendor |
LuK1337 | 6913595 | 2018-09-09 17:39:16 +0200 | [diff] [blame] | 96 | |
micky387 | 1f4e8bf | 2020-12-30 22:02:51 +0100 | [diff] [blame] | 97 | # Bluetooth |
micky387 | 009b31a | 2022-01-20 18:48:41 +0100 | [diff] [blame] | 98 | PRODUCT_PACKAGES += \ |
| 99 | android.hardware.bluetooth@1.0.vendor |
| 100 | |
micky387 | 747a36a | 2022-01-06 23:15:58 +0100 | [diff] [blame] | 101 | #PRODUCT_SOONG_NAMESPACES += vendor/qcom/opensource/commonsys/packages/apps/Bluetooth |
| 102 | #PRODUCT_SOONG_NAMESPACES += vendor/qcom/opensource/commonsys/system/bt/conf |
micky387 | 1f4e8bf | 2020-12-30 22:02:51 +0100 | [diff] [blame] | 103 | |
micky387 | 747a36a | 2022-01-06 23:15:58 +0100 | [diff] [blame] | 104 | #PRODUCT_PACKAGE_OVERLAYS += vendor/qcom/opensource/commonsys-intf/bluetooth/overlay/qva |
micky387 | 1f4e8bf | 2020-12-30 22:02:51 +0100 | [diff] [blame] | 105 | |
micky387 | 747a36a | 2022-01-06 23:15:58 +0100 | [diff] [blame] | 106 | #PRODUCT_PACKAGES += BluetoothExt |
| 107 | #PRODUCT_PACKAGES += libbluetooth_qti |
| 108 | #PRODUCT_PACKAGES += vendor.qti.hardware.bluetooth_dun-V1.0-java |
micky387 | 1f4e8bf | 2020-12-30 22:02:51 +0100 | [diff] [blame] | 109 | |
micky387 | 009b31a | 2022-01-20 18:48:41 +0100 | [diff] [blame] | 110 | # Biometric |
| 111 | PRODUCT_PACKAGES += \ |
| 112 | android.hardware.biometrics.fingerprint@2.1-service |
| 113 | |
micky387 | e96abca | 2019-06-11 02:35:20 +0200 | [diff] [blame] | 114 | # Boot control |
Hridya Valsaraju | 9bf1814 | 2018-08-21 21:22:37 -0700 | [diff] [blame] | 115 | PRODUCT_PACKAGES += \ |
micky387 | 009b31a | 2022-01-20 18:48:41 +0100 | [diff] [blame] | 116 | android.hardware.boot@1.1-impl-qti \ |
micky387 | ec5db57 | 2021-06-10 19:46:35 +0200 | [diff] [blame] | 117 | android.hardware.boot@1.1-impl-qti.recovery \ |
micky387 | 009b31a | 2022-01-20 18:48:41 +0100 | [diff] [blame] | 118 | android.hardware.boot@1.1-service |
Hridya Valsaraju | 9bf1814 | 2018-08-21 21:22:37 -0700 | [diff] [blame] | 119 | |
micky387 | e96abca | 2019-06-11 02:35:20 +0200 | [diff] [blame] | 120 | PRODUCT_PACKAGES_DEBUG += \ |
| 121 | bootctl |
| 122 | |
micky387 | 95b3a99 | 2019-06-11 03:21:49 +0200 | [diff] [blame] | 123 | # Charger images |
| 124 | PRODUCT_PACKAGES += \ |
| 125 | omni_charger_res_images \ |
| 126 | animation.txt \ |
| 127 | font_charger.png |
| 128 | |
micky387 | 009b31a | 2022-01-20 18:48:41 +0100 | [diff] [blame] | 129 | # Dalvik |
| 130 | $(call inherit-product, frameworks/native/build/phone-xhdpi-6144-dalvik-heap.mk) |
| 131 | |
micky387 | 54bf102 | 2019-07-03 03:31:11 +0200 | [diff] [blame] | 132 | # DeviceParts |
| 133 | PRODUCT_PACKAGES += \ |
micky387 | 81c15c8 | 2021-05-21 12:59:35 +0200 | [diff] [blame] | 134 | DeviceParts |
micky387 | 54bf102 | 2019-07-03 03:31:11 +0200 | [diff] [blame] | 135 | |
micky387 | 18f07ac | 2019-06-10 00:40:50 +0200 | [diff] [blame] | 136 | # Display |
| 137 | PRODUCT_PACKAGES += \ |
micky387 | 009b31a | 2022-01-20 18:48:41 +0100 | [diff] [blame] | 138 | android.hardware.graphics.common-V1-ndk_platform.vendor \ |
| 139 | android.hardware.memtrack@1.0-impl \ |
| 140 | android.hardware.memtrack@1.0-service \ |
micky387 | 18f07ac | 2019-06-10 00:40:50 +0200 | [diff] [blame] | 141 | libion \ |
| 142 | libtinyxml2 |
| 143 | |
| 144 | PRODUCT_PACKAGES += \ |
| 145 | libtinyalsa |
| 146 | |
micky387 | 009b31a | 2022-01-20 18:48:41 +0100 | [diff] [blame] | 147 | # DRM |
| 148 | PRODUCT_PACKAGES += \ |
| 149 | android.hardware.drm@1.3.vendor \ |
| 150 | android.hardware.drm@1.4-service.clearkey |
| 151 | |
micky387 | 81c15c8 | 2021-05-21 12:59:35 +0200 | [diff] [blame] | 152 | # fastbootd |
| 153 | PRODUCT_PACKAGES += \ |
micky387 | 4b8cbf5 | 2021-05-27 02:46:55 +0200 | [diff] [blame] | 154 | android.hardware.fastboot@1.0-impl-mock \ |
micky387 | 81c15c8 | 2021-05-21 12:59:35 +0200 | [diff] [blame] | 155 | fastbootd |
Fenglin Wu | c1f19de | 2018-07-10 10:51:08 +0800 | [diff] [blame] | 156 | |
micky387 | 2a9055a | 2019-08-22 22:37:25 +0200 | [diff] [blame] | 157 | # FM |
mickael saibi | a701b82 | 2021-02-13 15:43:55 +0100 | [diff] [blame] | 158 | PRODUCT_PACKAGES += \ |
micky387 | 2a9055a | 2019-08-22 22:37:25 +0200 | [diff] [blame] | 159 | FM2 \ |
| 160 | libqcomfm_jni \ |
| 161 | qcom.fmradio |
| 162 | |
mickael saibi | a701b82 | 2021-02-13 15:43:55 +0100 | [diff] [blame] | 163 | PRODUCT_BOOT_JARS += qcom.fmradio |
micky387 | 2a9055a | 2019-08-22 22:37:25 +0200 | [diff] [blame] | 164 | |
micky387 | 009b31a | 2022-01-20 18:48:41 +0100 | [diff] [blame] | 165 | # Gatekeeper |
micky387 | 22c3b45 | 2020-01-04 07:59:01 +0100 | [diff] [blame] | 166 | PRODUCT_PACKAGES += \ |
micky387 | 009b31a | 2022-01-20 18:48:41 +0100 | [diff] [blame] | 167 | android.hardware.gatekeeper@1.0.vendor |
| 168 | |
| 169 | # GPS |
| 170 | PRODUCT_PACKAGES += \ |
| 171 | android.hardware.gnss.measurement_corrections@1.1.vendor \ |
| 172 | android.hardware.gnss.visibility_control@1.0.vendor \ |
| 173 | android.hardware.gnss@2.1.vendor |
| 174 | |
| 175 | # Health |
| 176 | PRODUCT_PACKAGES += \ |
| 177 | android.hardware.health@2.1-impl \ |
| 178 | android.hardware.health@2.1-service |
micky387 | 22c3b45 | 2020-01-04 07:59:01 +0100 | [diff] [blame] | 179 | |
micky387 | d8e31eb | 2021-02-19 21:23:59 +0100 | [diff] [blame] | 180 | # HIDL |
| 181 | PRODUCT_PACKAGES += \ |
micky387 | 009b31a | 2022-01-20 18:48:41 +0100 | [diff] [blame] | 182 | libhwbinder.vendor |
micky387 | d8e31eb | 2021-02-19 21:23:59 +0100 | [diff] [blame] | 183 | |
micky387 | 2e9a6b7 | 2019-07-02 20:48:08 +0200 | [diff] [blame] | 184 | # Input |
| 185 | PRODUCT_COPY_FILES += \ |
micky387 | 81c15c8 | 2021-05-21 12:59:35 +0200 | [diff] [blame] | 186 | $(LOCAL_PATH)/keylayout/fts_ts.idc:system/usr/idc/fts_ts.idc \ |
| 187 | $(LOCAL_PATH)/keylayout/fts_ts.kcm:system/usr/keychars/fts_ts.kcm \ |
micky387 | 2e9a6b7 | 2019-07-02 20:48:08 +0200 | [diff] [blame] | 188 | $(LOCAL_PATH)/keylayout/fts_ts.kl:system/usr/keylayout/fts_ts.kl \ |
micky387 | 81c15c8 | 2021-05-21 12:59:35 +0200 | [diff] [blame] | 189 | $(LOCAL_PATH)/keylayout/i-rocks_Bluetooth_Keyboard.kl:system/usr/keylayout/i-rocks_Bluetooth_Keyboard.kl |
micky387 | 2e9a6b7 | 2019-07-02 20:48:08 +0200 | [diff] [blame] | 190 | |
micky387 | 009b31a | 2022-01-20 18:48:41 +0100 | [diff] [blame] | 191 | # Keymaster |
| 192 | PRODUCT_PACKAGES += \ |
| 193 | android.hardware.keymaster@4.1.vendor |
| 194 | |
micky387 | 18f07ac | 2019-06-10 00:40:50 +0200 | [diff] [blame] | 195 | # Live Wallpapers |
| 196 | PRODUCT_PACKAGES += \ |
| 197 | LiveWallpapers \ |
| 198 | LiveWallpapersPicker \ |
| 199 | VisualizationWallpapers \ |
| 200 | librs_jni |
| 201 | |
micky387 | 009b31a | 2022-01-20 18:48:41 +0100 | [diff] [blame] | 202 | # Media |
| 203 | PRODUCT_PACKAGES += \ |
| 204 | libOmxAacEnc \ |
| 205 | libOmxAmrEnc \ |
| 206 | libOmxEvrcEnc \ |
| 207 | libOmxG711Enc \ |
| 208 | libOmxQcelp13Enc \ |
| 209 | libavservices_minijail \ |
| 210 | libavservices_minijail.vendor \ |
| 211 | libavservices_minijail_vendor \ |
| 212 | libstagefright_softomx.vendor \ |
| 213 | libstagefrighthw |
| 214 | |
| 215 | # Net |
| 216 | PRODUCT_PACKAGES += \ |
| 217 | android.system.net.netd@1.1.vendor |
| 218 | |
| 219 | # Neural Network |
| 220 | PRODUCT_PACKAGES += \ |
| 221 | android.hardware.neuralnetworks@1.3.vendor |
| 222 | |
micky387 | 6254031 | 2021-03-12 22:43:56 +0100 | [diff] [blame] | 223 | # NFC |
| 224 | PRODUCT_PACKAGES += \ |
micky387 | 009b31a | 2022-01-20 18:48:41 +0100 | [diff] [blame] | 225 | android.hardware.nfc@1.2.vendor \ |
| 226 | android.hardware.secure_element@1.2.vendor \ |
micky387 | 6254031 | 2021-03-12 22:43:56 +0100 | [diff] [blame] | 227 | NfcNci \ |
micky387 | e5ae8c7 | 2019-08-07 20:01:48 +0200 | [diff] [blame] | 228 | Tag \ |
micky387 | 6254031 | 2021-03-12 22:43:56 +0100 | [diff] [blame] | 229 | SecureElement \ |
micky387 | e5ae8c7 | 2019-08-07 20:01:48 +0200 | [diff] [blame] | 230 | com.android.nfc_extras |
| 231 | |
micky387 | 009b31a | 2022-01-20 18:48:41 +0100 | [diff] [blame] | 232 | # Platform |
| 233 | PRODUCT_AAPT_CONFIG := normal |
| 234 | PRODUCT_AAPT_PREF_CONFIG := xxhdpi |
| 235 | PRODUCT_BUILD_SUPER_PARTITION := false |
| 236 | PRODUCT_USE_DYNAMIC_PARTITIONS := true |
| 237 | |
| 238 | # Power |
| 239 | PRODUCT_PACKAGES += \ |
| 240 | android.hardware.power@1.2.vendor \ |
| 241 | android.hardware.power-V1-ndk_platform.vendor |
| 242 | |
micky387 | 18f07ac | 2019-06-10 00:40:50 +0200 | [diff] [blame] | 243 | # Prebuilt |
| 244 | PRODUCT_COPY_FILES += \ |
micky387 | 81c15c8 | 2021-05-21 12:59:35 +0200 | [diff] [blame] | 245 | $(call find-copy-subdir-files,*,device/asus/zenfone8/prebuilt/product,product) \ |
| 246 | $(call find-copy-subdir-files,*,device/asus/zenfone8/prebuilt/root,recovery/root) \ |
| 247 | $(call find-copy-subdir-files,*,device/asus/zenfone8/prebuilt/system,system) \ |
micky387 | 009b31a | 2022-01-20 18:48:41 +0100 | [diff] [blame] | 248 | $(call find-copy-subdir-files,*,device/asus/zenfone8/prebuilt/system_ext,system_ext) \ |
| 249 | $(call find-copy-subdir-files,*,device/asus/zenfone8/prebuilt/vendor,vendor) |
micky387 | 18f07ac | 2019-06-10 00:40:50 +0200 | [diff] [blame] | 250 | |
micky387 | 82dbd1a | 2019-09-17 08:11:02 +0200 | [diff] [blame] | 251 | # Properties |
| 252 | BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true |
| 253 | |
micky387 | 81c15c8 | 2021-05-21 12:59:35 +0200 | [diff] [blame] | 254 | # Ramdisk |
| 255 | PRODUCT_COPY_FILES += \ |
micky387 | d171b67 | 2022-01-06 23:10:55 +0100 | [diff] [blame] | 256 | $(LOCAL_PATH)/ramdisk/fstab.default:$(TARGET_COPY_OUT_VENDOR_RAMDISK)/first_stage_ramdisk/fstab.default \ |
micky387 | 009b31a | 2022-01-20 18:48:41 +0100 | [diff] [blame] | 257 | $(LOCAL_PATH)/ramdisk/fstab.default:$(TARGET_COPY_OUT_VENDOR)/etc/fstab.default |
micky387 | 81c15c8 | 2021-05-21 12:59:35 +0200 | [diff] [blame] | 258 | |
micky387 | 9ed76f0 | 2019-11-10 08:07:45 +0100 | [diff] [blame] | 259 | # Remove unwanted packages |
| 260 | PRODUCT_PACKAGES += \ |
micky387 | e568a8a | 2019-12-05 20:38:19 +0100 | [diff] [blame] | 261 | RemovePackages |
micky387 | 9ed76f0 | 2019-11-10 08:07:45 +0100 | [diff] [blame] | 262 | |
micky387 | 009b31a | 2022-01-20 18:48:41 +0100 | [diff] [blame] | 263 | # RIL |
| 264 | PRODUCT_PACKAGES += \ |
| 265 | android.hardware.radio@1.5.vendor \ |
| 266 | android.hardware.radio.config@1.2.vendor \ |
| 267 | android.hardware.radio.deprecated@1.0.vendor |
| 268 | |
Bruno Martins | ff55cad | 2019-09-05 12:17:15 +0100 | [diff] [blame] | 269 | # Soong namespaces |
| 270 | PRODUCT_SOONG_NAMESPACES += \ |
| 271 | $(LOCAL_PATH) |
| 272 | |
micky387 | 97fff40 | 2020-12-30 23:10:35 +0100 | [diff] [blame] | 273 | # Systemhelper |
| 274 | PRODUCT_PACKAGES += \ |
| 275 | vendor.qti.hardware.systemhelper@1.0 |
| 276 | |
micky387 | 7fec595 | 2019-09-28 10:19:41 +0200 | [diff] [blame] | 277 | # Telephony |
| 278 | PRODUCT_PACKAGES += \ |
| 279 | ims-ext-common \ |
| 280 | ims_ext_common.xml \ |
| 281 | qti-telephony-hidl-wrapper \ |
| 282 | qti_telephony_hidl_wrapper.xml \ |
| 283 | qti-telephony-utils \ |
micky387 | 8459a0c | 2020-05-01 18:24:34 +0200 | [diff] [blame] | 284 | qti_telephony_utils.xml \ |
| 285 | tcmiface |
micky387 | 7fec595 | 2019-09-28 10:19:41 +0200 | [diff] [blame] | 286 | |
micky387 | 009b31a | 2022-01-20 18:48:41 +0100 | [diff] [blame] | 287 | # Tether offload |
| 288 | PRODUCT_PACKAGES += \ |
| 289 | android.hardware.tetheroffload.config@1.0.vendor \ |
| 290 | android.hardware.tetheroffload.control@1.0.vendor |
| 291 | |
| 292 | # Thermal |
| 293 | PRODUCT_PACKAGES += \ |
| 294 | android.hardware.thermal@2.0.vendor |
| 295 | |
| 296 | # TrustedUI |
| 297 | PRODUCT_PACKAGES += \ |
| 298 | android.hidl.memory.block@1.0.vendor |
| 299 | |
micky387 | be0ade6 | 2019-06-11 03:20:23 +0200 | [diff] [blame] | 300 | # Update engine |
| 301 | PRODUCT_PACKAGES += \ |
| 302 | otapreopt_script \ |
micky387 | be0ade6 | 2019-06-11 03:20:23 +0200 | [diff] [blame] | 303 | update_engine \ |
| 304 | update_engine_sideload \ |
| 305 | update_verifier |
| 306 | |
micky387 | 0f68c2b | 2019-09-11 14:28:27 +0200 | [diff] [blame] | 307 | PRODUCT_HOST_PACKAGES += \ |
| 308 | brillo_update_payload |
| 309 | |
micky387 | be0ade6 | 2019-06-11 03:20:23 +0200 | [diff] [blame] | 310 | PRODUCT_PACKAGES_DEBUG += \ |
| 311 | update_engine_client |
| 312 | |
micky387 | 009b31a | 2022-01-20 18:48:41 +0100 | [diff] [blame] | 313 | # USB |
micky387 | 18f07ac | 2019-06-10 00:40:50 +0200 | [diff] [blame] | 314 | PRODUCT_PACKAGES += \ |
micky387 | 009b31a | 2022-01-20 18:48:41 +0100 | [diff] [blame] | 315 | android.hardware.usb@1.2.vendor |
| 316 | |
| 317 | # Vendor service manager |
| 318 | PRODUCT_PACKAGES += \ |
| 319 | vndservicemanager |
| 320 | |
| 321 | # Vibrator |
| 322 | PRODUCT_PACKAGES += \ |
| 323 | android.hardware.vibrator-V1-ndk_platform.vendor |
| 324 | |
| 325 | # Wifi |
| 326 | PRODUCT_PACKAGES += \ |
micky387 | 7a3d0e4 | 2022-02-02 19:37:28 +0100 | [diff] [blame^] | 327 | android.hardware.wifi@1.0-service \ |
| 328 | hostapd \ |
| 329 | libwifi-hal-qcom \ |
| 330 | libwpa_client \ |
| 331 | wpa_supplicant \ |
| 332 | wpa_supplicant.conf |
micky387 | d58b643 | 2020-10-09 04:09:07 +0200 | [diff] [blame] | 333 | |
micky387 | d8e31eb | 2021-02-19 21:23:59 +0100 | [diff] [blame] | 334 | # Wifi Display |
| 335 | PRODUCT_PACKAGES += \ |
micky387 | 009b31a | 2022-01-20 18:48:41 +0100 | [diff] [blame] | 336 | libnl |
micky387 | d8e31eb | 2021-02-19 21:23:59 +0100 | [diff] [blame] | 337 | |
micky387 | 75841bc | 2022-01-06 23:13:55 +0100 | [diff] [blame] | 338 | #PRODUCT_BOOT_JARS += \ |
micky387 | d8e31eb | 2021-02-19 21:23:59 +0100 | [diff] [blame] | 339 | WfdCommon |
| 340 | |
micky387 | 009b31a | 2022-01-20 18:48:41 +0100 | [diff] [blame] | 341 | $(call inherit-product, hardware/qcom-caf/sm8350/media/product.mk) |
| 342 | $(call inherit-product, vendor/qcom/opensource/commonsys-intf/display/config/display-product-system.mk) |
| 343 | $(call inherit-product, vendor/qcom/opensource/commonsys/display/config/display-product-commonsys.mk) |