mirror of
https://github.com/Evolution-X-Devices/device_oplus_mt6893-common
synced 2026-02-01 10:53:39 +00:00
Signed-off-by: Himanshu Tyagi <himanshut567@gmail.com> Change-Id: I3d4df534e0fe4284a7806f92ee7252c02878ce36
421 lines
20 KiB
Makefile
421 lines
20 KiB
Makefile
#
|
|
# Copyright (C) 2020 Android Open Source Project
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
#
|
|
|
|
DEVICE_PATH := device/realme/RMX3031
|
|
|
|
# Installs gsi keys into ramdisk, to boot a GSI with verified boot.
|
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/developer_gsi_keys.mk)
|
|
|
|
# Enable updating of APEXes
|
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)
|
|
|
|
# Dalvik
|
|
$(call inherit-product, frameworks/native/build/phone-xhdpi-4096-dalvik-heap.mk)
|
|
|
|
PRODUCT_SHIPPING_API_LEVEL := 30
|
|
|
|
# Call proprietary blob setup
|
|
$(call inherit-product-if-exists, vendor/realme/RMX3031/RMX3031-vendor.mk)
|
|
|
|
# Dynamic Partition
|
|
PRODUCT_USE_DYNAMIC_PARTITIONS := true
|
|
PRODUCT_BUILD_SUPER_PARTITION := false
|
|
|
|
# Boot animation
|
|
TARGET_SCREEN_HEIGHT := 2400
|
|
TARGET_SCREEN_WIDTH := 1080
|
|
|
|
# Audio
|
|
PRODUCT_COPY_FILES += \
|
|
$(DEVICE_PATH)/configs/audio/audio_device.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_device.xml \
|
|
$(DEVICE_PATH)/configs/audio/audio_effects.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_effects.xml \
|
|
$(DEVICE_PATH)/configs/audio/audio_em.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_em.xml \
|
|
$(DEVICE_PATH)/configs/audio/audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_configuration.xml \
|
|
$(DEVICE_PATH)/configs/audio/audio_policy_volumes.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_volumes.xml \
|
|
$(DEVICE_PATH)/configs/audio/bluetooth_offload_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_offload_audio_policy_configuration.xml \
|
|
$(DEVICE_PATH)/configs/audio/usb_audio_accessory_only_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/usb_audio_accessory_only_policy_configuration.xml
|
|
|
|
# Media
|
|
PRODUCT_COPY_FILES += \
|
|
$(DEVICE_PATH)/configs/media/media_codecs.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs.xml \
|
|
$(DEVICE_PATH)/configs/media/media_codecs_c2.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_c2.xml \
|
|
$(DEVICE_PATH)/configs/media/media_codecs_google_audio.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_audio.xml \
|
|
$(DEVICE_PATH)/configs/media/media_codecs_google_c2_audio.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_c2_audio.xml \
|
|
$(DEVICE_PATH)/configs/media/media_codecs_google_c2_video.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_c2_video.xml \
|
|
$(DEVICE_PATH)/configs/media/media_codecs_mediatek_audio.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_mediatek_audio.xml \
|
|
$(DEVICE_PATH)/configs/media/media_codecs_performance.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_performance.xml \
|
|
$(DEVICE_PATH)/configs/media/media_profiles_V1_0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_V1_0.xml
|
|
|
|
# Seccomp
|
|
PRODUCT_COPY_FILES += \
|
|
$(DEVICE_PATH)/configs/seccomp/android.hardware.media.c2@1.2-extended-seccomp-policy:$(TARGET_COPY_OUT_VENDOR)/etc/seccomp_policy/android.hardware.media.c2@1.2-extended-seccomp-policy \
|
|
$(DEVICE_PATH)/configs/seccomp/android.hardware.media.c2@1.2-mediatek-seccomp-policy:$(TARGET_COPY_OUT_VENDOR)/etc/seccomp_policy/android.hardware.media.c2@1.2-mediatek-seccomp-policy \
|
|
$(DEVICE_PATH)/configs/seccomp/mediacodec.policy:$(TARGET_COPY_OUT_VENDOR)/etc/seccomp_policy/mediacodec.policy \
|
|
$(DEVICE_PATH)/configs/seccomp/mediaextractor.policy:$(TARGET_COPY_OUT_VENDOR)/etc/seccomp_policy/mediaextractor.policy \
|
|
$(DEVICE_PATH)/configs/seccomp/mediaswcodec.policy:$(TARGET_COPY_OUT_VENDOR)/etc/seccomp_policy/mediaswcodec.policy
|
|
|
|
# Sensors
|
|
PRODUCT_COPY_FILES += \
|
|
$(DEVICE_PATH)/configs/sensors/hals.conf:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/hals.conf
|
|
|
|
# WiFi
|
|
PRODUCT_COPY_FILES += \
|
|
$(DEVICE_PATH)/configs/wifi/p2p_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/p2p_supplicant_overlay.conf \
|
|
$(DEVICE_PATH)/configs/wifi/wpa_supplicant.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/wpa_supplicant.conf \
|
|
$(DEVICE_PATH)/configs/wifi/wpa_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/wpa_supplicant_overlay.conf
|
|
|
|
# Public Libraries
|
|
PRODUCT_COPY_FILES += \
|
|
$(DEVICE_PATH)/configs/public.libraries.txt:$(TARGET_COPY_OUT_VENDOR)/etc/public.libraries.txt
|
|
|
|
# Rootdir
|
|
PRODUCT_PACKAGES += \
|
|
init.ago.rc \
|
|
init.cgroup.rc \
|
|
init.connectivity.common.rc \
|
|
init.connectivity.rc \
|
|
init.modem.rc \
|
|
init.mt6893.rc \
|
|
init.mt6893.usb.rc \
|
|
init.project.rc \
|
|
init.sensor_2_0.rc \
|
|
init_conninfra.rc \
|
|
fstab.mt6893 \
|
|
ueventd.oplus.rc \
|
|
ueventd.mtk.rc
|
|
|
|
# Screen density
|
|
PRODUCT_AAPT_CONFIG := xxxhdpi
|
|
PRODUCT_AAPT_PREF_CONFIG := xxxhdpi
|
|
|
|
# Overlays
|
|
DEVICE_PACKAGE_OVERLAYS += \
|
|
$(DEVICE_PATH)/overlay \
|
|
$(DEVICE_PATH)/overlay-aosp
|
|
|
|
# Audio
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.audio.effect@7.0-impl \
|
|
android.hardware.audio.effect@6.0-impl \
|
|
android.hardware.audio.common-util.vendor \
|
|
android.hardware.audio.common@5.0.vendor \
|
|
android.hardware.audio.common@6.0.vendor \
|
|
android.hardware.audio.common@6.0-util.vendor \
|
|
android.hardware.audio.common@7.0.vendor \
|
|
android.hardware.audio.common@7.0-util.vendor \
|
|
android.hardware.audio@6.0.vendor \
|
|
android.hardware.audio@6.0-util.vendor \
|
|
android.hardware.audio@7.0-util.vendor \
|
|
android.hardware.audio@7.0.vendor \
|
|
audio.bluetooth.default \
|
|
libaudiofoundation.vendor \
|
|
libbluetooth_audio_session \
|
|
libalsautils \
|
|
libnbaio_mono \
|
|
libtinycompress \
|
|
libdynproc \
|
|
libhapticgenerator \
|
|
audio.r_submix.default \
|
|
audio.usb.default \
|
|
audio_policy.stub
|
|
|
|
PRODUCT_COPY_FILES += \
|
|
frameworks/av/services/audiopolicy/config/a2dp_audio_policy_configuration_7_0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/a2dp_audio_policy_configuration.xml \
|
|
frameworks/av/services/audiopolicy/config/a2dp_in_audio_policy_configuration_7_0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/a2dp_in_audio_policy_configuration.xml \
|
|
frameworks/av/services/audiopolicy/config/bluetooth_audio_policy_configuration_7_0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_audio_policy_configuration.xml \
|
|
frameworks/av/services/audiopolicy/config/usb_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/usb_audio_policy_configuration.xml \
|
|
frameworks/av/services/audiopolicy/config/default_volume_tables.xml:$(TARGET_COPY_OUT_VENDOR)/etc/default_volume_tables.xml \
|
|
frameworks/av/services/audiopolicy/config/r_submix_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/r_submix_audio_policy_configuration.xml
|
|
|
|
# Bluetooth
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.bluetooth@1.0.vendor \
|
|
android.hardware.bluetooth@1.1.vendor \
|
|
android.hardware.bluetooth.audio-impl
|
|
|
|
# Camera
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.camera.common@1.0.vendor \
|
|
android.hardware.camera.device@3.2.vendor \
|
|
android.hardware.camera.device@1.0.vendor \
|
|
android.hardware.camera.device@3.3.vendor \
|
|
android.hardware.camera.device@3.4.vendor \
|
|
android.hardware.camera.device@3.5.vendor \
|
|
android.hardware.camera.device@3.6.vendor \
|
|
android.hardware.camera.provider@2.4.vendor \
|
|
android.hardware.camera.provider@2.5.vendor \
|
|
android.hardware.camera.provider@2.6.vendor \
|
|
libcamera2ndk_vendor
|
|
|
|
# Display
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.graphics.allocator@2.0.vendor \
|
|
android.hardware.graphics.allocator@3.0.vendor \
|
|
android.hardware.graphics.allocator@4.0.vendor \
|
|
android.hardware.graphics.composer@2.2-service \
|
|
android.hardware.memtrack@1.0-service \
|
|
android.hardware.memtrack@1.0-impl \
|
|
android.hardware.graphics.common-V2-ndk.vendor \
|
|
disable_configstore
|
|
|
|
# DRM
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.drm-service.clearkey \
|
|
libdrmclearkeyplugin.vendor \
|
|
libmockdrmcryptoplugin.vendor \
|
|
libclearkeycasplugin.vendor \
|
|
libdrm.vendor \
|
|
libdrm
|
|
|
|
# Fingerprint
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.biometrics.fingerprint@2.3-service.RMX3031
|
|
|
|
PRODUCT_COPY_FILES += \
|
|
frameworks/native/data/etc/android.hardware.fingerprint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.fingerprint.xml
|
|
|
|
# Freeform Multiwindow
|
|
PRODUCT_COPY_FILES += \
|
|
frameworks/native/data/etc/android.software.freeform_window_management.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.freeform_window_management.xml
|
|
|
|
# Gatekeeper
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.gatekeeper@1.0-service \
|
|
android.hardware.gatekeeper@1.0-impl
|
|
|
|
# GNSS
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.gnss.measurement_corrections@1.0.vendor \
|
|
android.hardware.gnss.measurement_corrections@1.1.vendor \
|
|
android.hardware.gnss.visibility_control@1.0.vendor \
|
|
android.hardware.gnss@1.0.vendor \
|
|
android.hardware.gnss@1.1.vendor \
|
|
android.hardware.gnss@2.0.vendor \
|
|
android.hardware.gnss@2.1.vendor \
|
|
android.hardware.gnss-V1-ndk.vendor
|
|
|
|
# HIDL
|
|
PRODUCT_PACKAGES += \
|
|
libhidltransport \
|
|
libhardware \
|
|
libhwbinder
|
|
|
|
# Health
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.health@2.1-service \
|
|
android.hardware.health@2.1-impl
|
|
|
|
# Keymaster
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.keymaster-V3-ndk_platform.vendor \
|
|
android.hardware.keymaster@3.0.vendor \
|
|
android.hardware.keymaster@4.0.vendor \
|
|
libkeymaster4.vendor:64 \
|
|
libkeymaster4support.vendor:64 \
|
|
libsoft_attestation_cert.vendor:64 \
|
|
libkeystore-wifi-hidl \
|
|
libkeystore-engine-wifi-hidl
|
|
|
|
# Lights
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.light-service.RMX3031
|
|
|
|
# Media
|
|
PRODUCT_PACKAGES += \
|
|
libcodec2_hidl@1.1.vendor \
|
|
libcodec2_hidl@1.2.vendor \
|
|
libavservices_minijail.vendor \
|
|
libstagefright_softomx_plugin.vendor \
|
|
libcodec2_soft_common.vendor
|
|
|
|
# Neural Networks
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.neuralnetworks@1.0.vendor \
|
|
android.hardware.neuralnetworks@1.1.vendor \
|
|
android.hardware.neuralnetworks@1.2.vendor \
|
|
android.hardware.neuralnetworks@1.3.vendor \
|
|
libtextclassifier_hash.vendor
|
|
|
|
# NFC
|
|
PRODUCT_PACKAGES += \
|
|
com.android.nfc_extras \
|
|
com.gsma.services.nfc \
|
|
NfcNci \
|
|
SecureElement \
|
|
Tag
|
|
|
|
# Permissions
|
|
PRODUCT_COPY_FILES += \
|
|
$(DEVICE_PATH)/permissions/privapp-permissions-mediatek.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/permissions/privapp-permissions-mediatek.xml \
|
|
frameworks/native/data/etc/android.hardware.audio.low_latency.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.audio.low_latency.xml \
|
|
frameworks/native/data/etc/android.hardware.bluetooth.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.bluetooth.xml \
|
|
frameworks/native/data/etc/android.hardware.bluetooth_le.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.bluetooth_le.xml \
|
|
frameworks/native/data/etc/android.hardware.camera.flash-autofocus.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.flash-autofocus.xml \
|
|
frameworks/native/data/etc/android.hardware.camera.front.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.front.xml \
|
|
frameworks/native/data/etc/android.hardware.camera.full.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.full.xml \
|
|
frameworks/native/data/etc/android.hardware.camera.raw.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.raw.xml \
|
|
frameworks/native/data/etc/android.hardware.camera.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.xml \
|
|
frameworks/native/data/etc/android.hardware.faketouch.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.faketouch.xml \
|
|
frameworks/native/data/etc/android.hardware.fingerprint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.fingerprint.xml \
|
|
frameworks/native/data/etc/android.hardware.location.gps.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.location.gps.xml \
|
|
frameworks/native/data/etc/android.hardware.opengles.aep.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.opengles.aep.xml \
|
|
frameworks/native/data/etc/android.hardware.sensor.accelerometer.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.accelerometer.xml \
|
|
frameworks/native/data/etc/android.hardware.sensor.compass.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.compass.xml \
|
|
frameworks/native/data/etc/android.hardware.sensor.gyroscope.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.gyroscope.xml \
|
|
frameworks/native/data/etc/android.hardware.sensor.light.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.light.xml \
|
|
frameworks/native/data/etc/android.hardware.sensor.proximity.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.proximity.xml \
|
|
frameworks/native/data/etc/android.hardware.sensor.stepcounter.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.stepcounter.xml \
|
|
frameworks/native/data/etc/android.hardware.sensor.stepdetector.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.stepdetector.xml \
|
|
frameworks/native/data/etc/android.hardware.sensor.hifi_sensors.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.hifi_sensors.xml \
|
|
frameworks/native/data/etc/android.hardware.se.omapi.uicc.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.se.omapi.uicc.xml \
|
|
frameworks/native/data/etc/android.hardware.telephony.gsm.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.telephony.gsm.xml \
|
|
frameworks/native/data/etc/android.hardware.telephony.ims.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.telephony.ims.xml \
|
|
frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \
|
|
frameworks/native/data/etc/android.hardware.touchscreen.multitouch.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.touchscreen.multitouch.xml \
|
|
frameworks/native/data/etc/android.hardware.touchscreen.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.touchscreen.xml \
|
|
frameworks/native/data/etc/android.hardware.usb.accessory.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.usb.accessory.xml \
|
|
frameworks/native/data/etc/android.hardware.touchscreen.multitouch.distinct.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.touchscreen.multitouch.distinct.xml \
|
|
frameworks/native/data/etc/android.hardware.usb.host.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.usb.host.xml \
|
|
frameworks/native/data/etc/android.hardware.vulkan.compute-0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vulkan.compute.xml \
|
|
frameworks/native/data/etc/android.hardware.vulkan.level-1.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vulkan.level.xml \
|
|
frameworks/native/data/etc/android.hardware.vulkan.version-1_1.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vulkan.version.xml \
|
|
frameworks/native/data/etc/android.hardware.wifi.direct.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.direct.xml \
|
|
frameworks/native/data/etc/android.hardware.wifi.passpoint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.passpoint.xml \
|
|
frameworks/native/data/etc/android.hardware.wifi.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.xml \
|
|
frameworks/native/data/etc/android.software.ipsec_tunnels.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.ipsec_tunnels.xml \
|
|
frameworks/native/data/etc/android.software.midi.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.midi.xml \
|
|
frameworks/native/data/etc/android.software.verified_boot.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.verified_boot.xml \
|
|
frameworks/native/data/etc/android.software.vulkan.deqp.level-2020-03-01.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.vulkan.deqp.level.xml \
|
|
frameworks/native/data/etc/android.software.opengles.deqp.level-2020-03-01.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.opengles.deqp.level.xml \
|
|
frameworks/native/data/etc/handheld_core_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/handheld_core_hardware.xml
|
|
|
|
# Power
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.power-service-mediatek \
|
|
android.hardware.power@1.0.vendor \
|
|
android.hardware.power@1.1.vendor \
|
|
android.hardware.power@1.2.vendor \
|
|
android.hardware.power-V2-ndk.vendor
|
|
|
|
PRODUCT_COPY_FILES += \
|
|
$(DEVICE_PATH)/configs/power/power_app_cfg.xml:$(TARGET_COPY_OUT_VENDOR)/etc/power_app_cfg.xml \
|
|
$(DEVICE_PATH)/configs/power/powercontable.xml:$(TARGET_COPY_OUT_VENDOR)/etc/powercontable.xml \
|
|
$(DEVICE_PATH)/configs/power/powerscntbl.xml:$(TARGET_COPY_OUT_VENDOR)/etc/powerscntbl.xml
|
|
|
|
# Radio
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.radio.config@1.0.vendor \
|
|
android.hardware.radio.config@1.1.vendor \
|
|
android.hardware.radio.config@1.2.vendor \
|
|
android.hardware.radio.config@1.3.vendor \
|
|
android.hardware.radio@1.0.vendor \
|
|
android.hardware.radio@1.1.vendor \
|
|
android.hardware.radio@1.2.vendor \
|
|
android.hardware.radio@1.3.vendor \
|
|
android.hardware.radio@1.4.vendor \
|
|
android.hardware.radio@1.5.vendor \
|
|
android.hardware.radio@1.6.vendor
|
|
|
|
# RcsService
|
|
PRODUCT_PACKAGES += \
|
|
com.android.ims.rcsmanager \
|
|
RcsService \
|
|
PresencePolling
|
|
|
|
# Soundtrigger
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.soundtrigger@2.3-impl
|
|
|
|
# Sensors
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.sensors@2.0-service-multihal.RMX3031 \
|
|
android.hardware.sensors@1.0.vendor \
|
|
android.hardware.sensors@2.0.vendor \
|
|
android.hardware.sensors@2.1.vendor \
|
|
android.hardware.sensors@2.0-ScopedWakelock.vendor \
|
|
android.frameworks.sensorservice@1.0.vendor \
|
|
libsensorndkbridge
|
|
|
|
# Secure Element
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.secure_element@1.0.vendor \
|
|
android.hardware.secure_element@1.1.vendor \
|
|
android.hardware.secure_element@1.2.vendor
|
|
|
|
# Soong namespaces
|
|
PRODUCT_SOONG_NAMESPACES += \
|
|
$(DEVICE_PATH)
|
|
|
|
# Telephony
|
|
PRODUCT_BOOT_JARS += \
|
|
mediatek-common \
|
|
mediatek-framework \
|
|
mediatek-ims-base \
|
|
mediatek-ims-common \
|
|
mediatek-telecom-common \
|
|
mediatek-telephony-base \
|
|
mediatek-telephony-common
|
|
|
|
# Thermal
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.thermal@2.0.vendor \
|
|
android.hardware.thermal@1.0-impl
|
|
|
|
# USB
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.usb@1.0.vendor \
|
|
android.hardware.usb@1.1.vendor \
|
|
android.hardware.usb@1.2.vendor \
|
|
android.hardware.usb@1.3.vendor \
|
|
android.hardware.usb.gadget@1.0.vendor \
|
|
android.hardware.usb.gadget@1.1.vendor
|
|
|
|
# Vibrator
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.vibrator-service.RMX3031
|
|
|
|
# VNDK
|
|
PRODUCT_COPY_FILES += \
|
|
prebuilts/vndk/v32/arm/arch-arm-armv7-a-neon/shared/vndk-sp/libutils.so:$(TARGET_COPY_OUT_VENDOR)/lib/libutils-v32.so \
|
|
prebuilts/vndk/v32/arm64/arch-arm64-armv8-a/shared/vndk-sp/libutils.so:$(TARGET_COPY_OUT_VENDOR)/lib64/libutils-v32.so \
|
|
prebuilts/vndk/v32/arm64/arch-arm64-armv8-a/shared/vndk-core/libcrypto.so:$(TARGET_COPY_OUT_VENDOR)/lib64/libcrypto-v32.so
|
|
|
|
# WiFi
|
|
PRODUCT_PACKAGES += \
|
|
TetheringConfigOverlay \
|
|
WifiOverlay \
|
|
DozeOverlaySystem \
|
|
DozeOverlaySystemUI \
|
|
android.hardware.wifi@1.1.vendor \
|
|
android.hardware.wifi@1.2.vendor \
|
|
android.hardware.wifi@1.3.vendor \
|
|
android.hardware.wifi@1.4.vendor \
|
|
android.hardware.wifi@1.5.vendor \
|
|
android.hardware.wifi.hostapd@1.0.vendor \
|
|
android.hardware.wifi.hostapd@1.1.vendor \
|
|
android.hardware.wifi.hostapd@1.2.vendor \
|
|
android.hardware.wifi.hostapd@1.3.vendor \
|
|
android.hardware.wifi.supplicant@1.0.vendor \
|
|
android.hardware.wifi.supplicant@1.1.vendor \
|
|
android.hardware.wifi.supplicant@1.2.vendor \
|
|
android.hardware.wifi.supplicant@1.3.vendor \
|
|
android.hardware.wifi.supplicant@1.4.vendor \
|
|
android.hardware.tetheroffload.config@1.0.vendor \
|
|
android.hardware.tetheroffload.control@1.0.vendor \
|
|
android.hardware.tetheroffload.control@1.1.vendor \
|
|
android.system.keystore2-V1-ndk.vendor \
|
|
android.hardware.wifi@1.0-service.RMX3031
|