mirror of
https://github.com/Evolution-X-Devices/device_oplus_mt6893-common
synced 2026-01-27 16:25:02 +00:00
560 lines
26 KiB
Makefile
560 lines
26 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.
|
|
#
|
|
|
|
COMMON_PATH := device/oplus/mt6893-common
|
|
|
|
# Installs gsi keys into ramdisk, to boot a GSI with verified boot.
|
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/developer_gsi_keys.mk)
|
|
|
|
# Dalvik
|
|
$(call inherit-product, frameworks/native/build/phone-xhdpi-6144-dalvik-heap.mk)
|
|
|
|
PRODUCT_SHIPPING_API_LEVEL := 30
|
|
|
|
# Call proprietary blob setup
|
|
$(call inherit-product, device/oplus/camera/camera.mk)
|
|
$(call inherit-product-if-exists, packages/apps/OneplusParts/parts.mk)
|
|
$(call inherit-product-if-exists, packages/apps/PocketMode/pocket_mode.mk)
|
|
|
|
# Vendor Log Tag
|
|
include $(COMMON_PATH)/configs/props/logtag.mk
|
|
|
|
# Dynamic Partition
|
|
PRODUCT_USE_DYNAMIC_PARTITIONS := true
|
|
PRODUCT_BUILD_SUPER_PARTITION := false
|
|
|
|
# Screen Density
|
|
TARGET_SCREEN_HEIGHT := 2400
|
|
TARGET_SCREEN_WIDTH := 1080
|
|
PRODUCT_AAPT_CONFIG := xxxhdpi
|
|
PRODUCT_AAPT_PREF_CONFIG := xxxhdpi
|
|
|
|
# Device-specific background service
|
|
PRODUCT_PACKAGES += \
|
|
OssiDeviceService
|
|
|
|
# Always use GPU for screen compositing
|
|
PRODUCT_PROPERTY_OVERRIDES += \
|
|
debug.sf.disable_hwc_overlays=1
|
|
|
|
# Always use scudo for memory allocator
|
|
PRODUCT_USE_SCUDO := true
|
|
|
|
# Audio
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.audio.service \
|
|
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 \
|
|
android.hardware.soundtrigger@2.3-impl:32 \
|
|
audio.bluetooth.default \
|
|
libaudiofoundation.vendor \
|
|
libbluetooth_audio_session \
|
|
libalsautils \
|
|
libnbaio_mono \
|
|
libtinycompress \
|
|
libdynproc \
|
|
libhapticgenerator \
|
|
libstagefright_foundation
|
|
|
|
# Audio
|
|
PRODUCT_COPY_FILES += \
|
|
$(call find-copy-subdir-files,*,$(COMMON_PATH)/configs/audio/,$(TARGET_COPY_OUT_VENDOR)/etc)
|
|
|
|
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_with_le_audio_policy_configuration_7_0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_audio_policy_configuration.xml \
|
|
frameworks/av/services/audiopolicy/config/r_submix_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/r_submix_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
|
|
|
|
PRODUCT_COPY_FILES += \
|
|
$(COMMON_PATH)/configs/aurisys/aurisys_config.xml:$(TARGET_COPY_OUT_ODM)/etc/audio/aurisys_config/aurisys_config.xml \
|
|
$(COMMON_PATH)/configs/aurisys/aurisys_config_hifi3.xml:$(TARGET_COPY_OUT_ODM)/etc/audio/aurisys_config_hifi3/aurisys_config_hifi3.xml
|
|
|
|
# Bluetooth
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.bluetooth@1.0.vendor \
|
|
android.hardware.bluetooth@1.1.vendor \
|
|
android.hardware.bluetooth.audio-impl
|
|
|
|
# Camera
|
|
PRODUCT_COPY_FILES += \
|
|
$(COMMON_PATH)/configs/camera/oplus_camera_config:$(TARGET_COPY_OUT_ODM)/etc/camera/config/oplus_camera_config
|
|
|
|
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
|
|
|
|
PRODUCT_PACKAGES += \
|
|
libcamera_metadata_shim
|
|
|
|
# Dex/ART optimization
|
|
PRODUCT_ART_TARGET_INCLUDE_DEBUG_BUILD := false
|
|
PRODUCT_DEX_PREOPT_DEFAULT_COMPILER_FILTER := everything
|
|
PRODUCT_MINIMIZE_JAVA_DEBUG_INFO := true
|
|
USE_DEX2OAT_DEBUG := false
|
|
DONT_DEXPREOPT_PREBUILTS := true
|
|
# Enable whole-program R8 Java optimizations for SystemUI and system_server
|
|
SYSTEM_OPTIMIZE_JAVA := true
|
|
SYSTEMUI_OPTIMIZE_JAVA := true
|
|
|
|
# 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.1-resources.vendor \
|
|
android.hardware.graphics.composer@2.2-resources.vendor \
|
|
android.hardware.graphics.composer@2.3-service \
|
|
android.hidl.allocator@1.0.vendor \
|
|
android.hardware.memtrack-service.mediatek-mali \
|
|
android.hardware.graphics.common-V2-ndk_platform.vendor \
|
|
android.hardware.graphics.common-V2-ndk.vendor \
|
|
disable_configstore
|
|
|
|
# Display saturation adjust
|
|
PRODUCT_VENDOR_PROPERTIES += \
|
|
persist.sys.sf.color_saturation?=1.37
|
|
|
|
# DRM
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.drm-service.clearkey \
|
|
android.hardware.drm@1.0.vendor \
|
|
android.hardware.drm@1.1.vendor \
|
|
android.hardware.drm@1.2.vendor \
|
|
android.hardware.drm@1.3.vendor \
|
|
android.hardware.drm@1.4.vendor \
|
|
libmockdrmcryptoplugin \
|
|
libdrm.vendor \
|
|
libdrm
|
|
|
|
# Protobuf
|
|
PRODUCT_PACKAGES += \
|
|
libprotobuf-cpp-lite-3.9.1-vendorcompat
|
|
|
|
# Fingerprint
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.biometrics.fingerprint@2.3-service.oplus
|
|
|
|
# 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
|
|
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.gnss-service.mediatek
|
|
|
|
# HIDL
|
|
PRODUCT_PACKAGES += \
|
|
android.hidl.safe_union@1.0.vendor \
|
|
libhidltransport \
|
|
libhardware \
|
|
libhwbinder \
|
|
libhidltransport.vendor \
|
|
libhardware.vendor \
|
|
libhwbinder.vendor
|
|
|
|
# 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 \
|
|
android.hardware.keymaster@4.1.vendor \
|
|
libkeymaster4.vendor:64 \
|
|
libkeymaster4support.vendor:64 \
|
|
libkeymaster4_1support.vendor:64 \
|
|
libkeymaster41.vendor:64 \
|
|
libkeymaster_messages.vendor:64 \
|
|
libkeymaster_portable.vendor:64 \
|
|
libpuresoftkeymasterdevice.vendor:64 \
|
|
libsoft_attestation_cert.vendor:64 \
|
|
libkeystore-wifi-hidl \
|
|
libkeystore-engine-wifi-hidl
|
|
|
|
# Lights
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.light-service.mt6893
|
|
|
|
# Media
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.media.c2@1.0.vendor \
|
|
android.hardware.media.c2@1.1.vendor \
|
|
android.hardware.media.c2@1.2.vendor \
|
|
libavservices_minijail.vendor \
|
|
libstagefright_softomx_plugin.vendor \
|
|
libsfplugin_ccodec_utils.vendor \
|
|
libstagefright_bufferpool@2.0.1.vendor
|
|
|
|
PRODUCT_COPY_FILES += \
|
|
$(COMMON_PATH)/configs/media/media_codecs.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs.xml \
|
|
$(COMMON_PATH)/configs/media/media_codecs_c2.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_c2.xml \
|
|
$(COMMON_PATH)/configs/media/media_codecs_mediatek_audio.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_mediatek_audio.xml \
|
|
$(COMMON_PATH)/configs/media/media_codecs_performance.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_performance.xml \
|
|
$(COMMON_PATH)/configs/media/media_profiles_V1_0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_V1_0.xml \
|
|
$(COMMON_PATH)/configs/media/media_profiles_V1_0.dtd:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_V1_0.dtd \
|
|
$(COMMON_PATH)/configs/media/VideoLog_dynamic.xml:$(TARGET_COPY_OUT_VENDOR)/etc/VideoLog_dynamic.xml
|
|
|
|
PRODUCT_COPY_FILES += \
|
|
$(COMMON_PATH)/configs/media/mtk_platform_codecs_whitelist.xml:$(TARGET_COPY_OUT_VENDOR)/etc/mtk_platform_codecs_whitelist.xml
|
|
|
|
PRODUCT_COPY_FILES += \
|
|
frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_audio.xml \
|
|
frameworks/av/media/libstagefright/data/media_codecs_google_c2_audio.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_c2_audio.xml \
|
|
frameworks/av/media/libstagefright/data/media_codecs_google_c2_video.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_c2_video.xml
|
|
|
|
PRODUCT_COPY_FILES += \
|
|
$(COMMON_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 \
|
|
$(COMMON_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 \
|
|
$(COMMON_PATH)/configs/seccomp/mediacodec.policy:$(TARGET_COPY_OUT_VENDOR)/etc/seccomp_policy/mediacodec.policy \
|
|
$(COMMON_PATH)/configs/seccomp/mediaextractor.policy:$(TARGET_COPY_OUT_VENDOR)/etc/seccomp_policy/mediaextractor.policy \
|
|
$(COMMON_PATH)/configs/seccomp/mediaswcodec.policy:$(TARGET_COPY_OUT_VENDOR)/etc/seccomp_policy/mediaswcodec.policy
|
|
|
|
# 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 += \
|
|
android.hardware.nfc-service.nxp \
|
|
android.hardware.nfc@1.2-service \
|
|
com.android.nfc_extras \
|
|
NfcNci \
|
|
SecureElement \
|
|
Tag
|
|
|
|
PRODUCT_COPY_FILES += \
|
|
frameworks/native/data/etc/android.hardware.nfc.ese.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.nfc.ese.xml \
|
|
frameworks/native/data/etc/android.hardware.nfc.hce.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.nfc.hce.xml \
|
|
frameworks/native/data/etc/android.hardware.nfc.hcef.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.nfc.hcef.xml \
|
|
frameworks/native/data/etc/android.hardware.nfc.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.nfc.xml \
|
|
frameworks/native/data/etc/android.hardware.se.omapi.ese.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.se.omapi.ese.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/com.android.nfc_extras.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/com.android.nfc_extras.xml \
|
|
frameworks/native/data/etc/com.nxp.mifare.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/com.nxp.mifare.xml
|
|
|
|
PRODUCT_COPY_FILES += \
|
|
$(COMMON_PATH)/configs/permissions/nfc_features.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/nfc_features.xml
|
|
|
|
# Overlays
|
|
PRODUCT_PACKAGES += \
|
|
FrameworkResOverlayPlatform \
|
|
SystemUIOverlayPlatform \
|
|
SettingsOverlayPlatform \
|
|
TelephonyOverlay \
|
|
CarrierConfigOverlay
|
|
|
|
DEVICE_PACKAGE_OVERLAYS += \
|
|
$(LOCAL_PATH)/overlay-lineage
|
|
|
|
# Enforce RRO targets
|
|
PRODUCT_ENFORCE_RRO_TARGETS := *
|
|
|
|
# Oplus Camera
|
|
PRODUCT_COPY_FILES += \
|
|
$(COMMON_PATH)/configs/permissions/com.oplus.camera.unit.sdk_product.xml:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/permissions/com.oplus.camera.unit.sdk_product.xml \
|
|
$(COMMON_PATH)/configs/permissions/oplus_camera_default_grant_permissions_list.xml:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/permissions/oplus_camera_default_grant_permissions_list.xml \
|
|
$(COMMON_PATH)/configs/permissions/APU_SYS.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/permissions/APU_SYS.xml \
|
|
$(COMMON_PATH)/configs/sysconfig/hiddenapi-package-whitelist-oplus-system.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/sysconfig/hiddenapi-package-whitelist-oplus-system.xml
|
|
|
|
# ORMS
|
|
PRODUCT_PACKAGES += \
|
|
orms_core_config
|
|
|
|
# OplusDoze
|
|
PRODUCT_PACKAGES += \
|
|
OplusDoze
|
|
|
|
# MTK InCallService
|
|
PRODUCT_PACKAGES += \
|
|
MtkInCallService
|
|
|
|
# fastbootd
|
|
PRODUCT_PACKAGES += \
|
|
fastbootd
|
|
|
|
# Permissions
|
|
PRODUCT_COPY_FILES += \
|
|
$(COMMON_PATH)/configs/permissions/privapp-permissions-mediatek.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/permissions/privapp-permissions-mediatek.xml \
|
|
$(COMMON_PATH)/configs/permissions/privapp-permissions-oplus.xml:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/permissions/privapp-permissions-oplus.xml \
|
|
$(COMMON_PATH)/configs/permissions/privapp-permissions-oplus.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/permissions/privapp-permissions-oplus.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
|
|
|
|
# Public Libraries
|
|
PRODUCT_COPY_FILES += \
|
|
$(COMMON_PATH)/configs/publiclibraries/public.libraries.txt:$(TARGET_COPY_OUT_VENDOR)/etc/public.libraries.txt
|
|
|
|
# Power
|
|
$(call inherit-product, hardware/oplus/power-libperfmgr/power-libperfmgr.mk)
|
|
|
|
PRODUCT_PACKAGES += \
|
|
vendor.mediatek.hardware.mtkpower@1.2-service.stub
|
|
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.power@1.2.vendor \
|
|
vendor.mediatek.hardware.mtkpower@1.0.vendor \
|
|
vendor.mediatek.hardware.mtkpower@1.1.vendor \
|
|
vendor.mediatek.hardware.mtkpower@1.2.vendor
|
|
|
|
# Perf
|
|
PRODUCT_COPY_FILES += \
|
|
system/core/libprocessgroup/profiles/cgroups_30.json:$(TARGET_COPY_OUT_VENDOR)/etc/cgroups.json \
|
|
$(COMMON_PATH)/configs/task_profiles.json:$(TARGET_COPY_OUT_VENDOR)/etc/task_profiles.json \
|
|
$(COMMON_PATH)/configs/powerhint.json:$(TARGET_COPY_OUT_VENDOR)/etc/powerhint.json
|
|
|
|
# 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
|
|
|
|
# Rootdir
|
|
PRODUCT_PACKAGES += \
|
|
init.connectivity.common.rc \
|
|
init.recovery.mt6893.rc \
|
|
init.connectivity.rc \
|
|
init.modem.rc \
|
|
init.mt6893.rc \
|
|
init.mt6893.usb.rc \
|
|
init.mt6893.power.rc \
|
|
init.project.rc \
|
|
init.sensor_2_0.rc \
|
|
init.target.rc \
|
|
init_conninfra.rc \
|
|
fstab.mt6893 \
|
|
fstab.mt6893.ramdisk \
|
|
ueventd.oplus.rc \
|
|
ueventd.mtk.rc
|
|
|
|
# Rro
|
|
PRODUCT_PACKAGES += \
|
|
TetheringConfigOverlay \
|
|
WifiOverlay \
|
|
DozeOverlaySystem \
|
|
DozeOverlaySystemUI \
|
|
OplusDozeOverlay \
|
|
OPlusSettingsResTarget
|
|
|
|
# Soundtrigger
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.soundtrigger@2.3-impl \
|
|
android.hardware.soundtrigger@2.0-impl \
|
|
android.hardware.soundtrigger@2.3.vendor
|
|
|
|
PRODUCT_COPY_FILES += \
|
|
$(LOCAL_PATH)/configs/permissions/privapp-permissions-hotword.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/permissions/privapp-permissions-hotword.xml \
|
|
$(LOCAL_PATH)/configs/permissions/privapp-permissions-xhotword.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/permissions/privapp-permissions-xhotword.xml \
|
|
$(LOCAL_PATH)/configs/permissions/com.android.hotwordenrollment.common.util.xml:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/permissions/com.android.hotwordenrollment.common.util.xml
|
|
|
|
# Sensors
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.sensors@2.0-service-multihal.mt6893 \
|
|
als_correction_service.mt6893 \
|
|
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
|
|
|
|
PRODUCT_COPY_FILES += \
|
|
$(COMMON_PATH)/configs/sensors/hals.conf:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/hals.conf
|
|
|
|
# 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) \
|
|
$(COMMON_PATH) \
|
|
hardware/mediatek \
|
|
hardware/oplus
|
|
|
|
# IMS
|
|
PRODUCT_BOOT_JARS += \
|
|
mediatek-carrier-config-manager \
|
|
mediatek-common \
|
|
mediatek-framework \
|
|
mediatek-ims-base \
|
|
mediatek-ims-common \
|
|
mediatek-telecom-common \
|
|
mediatek-telephony-base \
|
|
mediatek-telephony-common \
|
|
oplus-support-wrapper
|
|
|
|
# Thermal
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.thermal@2.0-service.mtk \
|
|
android.hardware.thermal@2.0.vendor \
|
|
android.hardware.thermal@1.0-impl
|
|
|
|
# Touch
|
|
PRODUCT_PACKAGES += \
|
|
vendor.lineage.touch@1.0-service.oplus
|
|
|
|
# USB
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.usb@1.3-service-mediatekv2
|
|
|
|
# Vibrator
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.vibrator-service.mt6893
|
|
|
|
# Viper4Android
|
|
PRODUCT_COPY_FILES += \
|
|
$(COMMON_PATH)/prebuilt/viper/lib/soundfx/libv4a_re.so:$(TARGET_COPY_OUT_VENDOR)/lib/soundfx/libv4a_re.so \
|
|
$(COMMON_PATH)/prebuilt/viper/lib64/soundfx/libv4a_re.so:$(TARGET_COPY_OUT_VENDOR)/lib/soundfx/libv4a_re.so \
|
|
$(COMMON_PATH)/prebuilt/viper/etc/audio_effects.conf:$(TARGET_COPY_OUT_SYSTEM)/etc/audio_effects.conf
|
|
|
|
# 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 \
|
|
prebuilts/vndk/v32/arm64/arch-arm64-armv8-a/shared/vndk-core/libssl.so:$(TARGET_COPY_OUT_VENDOR)/lib64/libssl-v32.so
|
|
|
|
# WiFi
|
|
PRODUCT_PACKAGES += \
|
|
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.vendor \
|
|
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 \
|
|
wpa_supplicant \
|
|
hostapd \
|
|
hostapd_cli \
|
|
libwifi-hal-mt66xx
|
|
|
|
PRODUCT_COPY_FILES += \
|
|
$(LOCAL_PATH)/configs/hidl/vendor_hals.xml:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/vendor_hals/vendor_hals.xml
|
|
|
|
PRODUCT_COPY_FILES += \
|
|
$(COMMON_PATH)/configs/wifi/p2p_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/p2p_supplicant_overlay.conf \
|
|
$(COMMON_PATH)/configs/wifi/wpa_supplicant.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/wpa_supplicant.conf \
|
|
$(COMMON_PATH)/configs/wifi/wpa_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/wpa_supplicant_overlay.conf
|
|
|
|
# libshims
|
|
PRODUCT_PACKAGES += \
|
|
libjni_shim \
|
|
libsensors_shim
|
|
|
|
# Inherit from vendor blobs
|
|
$(call inherit-product, vendor/oplus/mt6893-common/mt6893-common-vendor.mk)
|