android_device_samsung_msm8.../device.mk

449 lines
18 KiB
Makefile
Raw Normal View History

2017-12-25 18:12:40 +01:00
#
# Copyright (C) 2016 The CyanogenMod Project
2019-02-11 21:56:38 +01:00
# Copyright (C) 2017-2019 The LineageOS Project
2017-12-25 18:12:40 +01:00
#
# 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.
#
$(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_n.mk)
# Enable updating of APEXes
$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)
2018-07-19 12:48:02 +02:00
# Get non-open-source specific aspects
2018-03-01 11:09:50 +01:00
$(call inherit-product-if-exists, vendor/samsung/gts3llte/gts3llte-vendor.mk)
2017-12-25 18:12:40 +01:00
2018-07-19 12:48:02 +02:00
LOCAL_PATH := device/samsung/gts3llte
2019-02-11 21:56:38 +01:00
# Overlays
2017-12-25 18:12:40 +01:00
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
2018-07-19 12:48:02 +02:00
# Screen density
PRODUCT_AAPT_CONFIG := normal
2019-10-11 14:28:34 +02:00
PRODUCT_AAPT_PREF_CONFIG := xxhdpi
2018-07-19 12:48:02 +02:00
# Boot animation
TARGET_SCREEN_HEIGHT := 2048
TARGET_SCREEN_WIDTH := 1536
2019-02-11 21:56:38 +01:00
TARGET_BOOTANIMATION_HALF_RES := true
2018-07-19 12:48:02 +02:00
# Device characteristics
PRODUCT_CHARACTERISTICS := tablet
2019-02-11 21:56:38 +01:00
# Dalvik
PRODUCT_PROPERTY_OVERRIDES += \
2019-10-11 14:28:34 +02:00
dalvik.vm.heapstartsize=8m \
2019-02-11 21:56:38 +01:00
dalvik.vm.heapgrowthlimit=256m \
dalvik.vm.heapsize=512m \
dalvik.vm.heaptargetutilization=0.75 \
2019-10-11 14:28:34 +02:00
dalvik.vm.heapminfree=512k \
dalvik.vm.heapmaxfree=8m
2018-07-19 12:48:02 +02:00
# Permissions
2017-12-25 18:12:40 +01:00
PRODUCT_COPY_FILES += \
2019-10-11 14:28:34 +02:00
external/ant-wireless/antradio-library/com.dsi.ant.antradio_library.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/com.dsi.ant.antradio_library.xml \
2018-07-19 12:48:02 +02:00
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 \
2019-02-11 21:56:38 +01:00
frameworks/native/data/etc/android.hardware.bluetooth_le.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.bluetooth_le.xml \
2018-07-19 12:48:02 +02:00
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 \
2019-10-11 14:28:34 +02:00
frameworks/native/data/etc/android.hardware.camera.raw.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.raw.xml \
2018-07-19 12:48:02 +02:00
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 \
2019-10-11 14:28:34 +02:00
frameworks/native/data/etc/android.hardware.sensor.proximity.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.proximity.xml \
2018-07-19 12:48:02 +02:00
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 \
2019-02-11 21:56:38 +01:00
frameworks/native/data/etc/android.hardware.telephony.cdma.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.telephony.cdma.xml \
frameworks/native/data/etc/android.hardware.telephony.gsm.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.telephony.gsm.xml \
2019-10-11 14:28:34 +02:00
frameworks/native/data/etc/android.hardware.telephony.ims.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.telephony.ims.xml \
2018-07-19 12:48:02 +02:00
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.usb.accessory.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.usb.accessory.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 \
2019-03-29 12:16:51 +01:00
frameworks/native/data/etc/android.hardware.vulkan.level-1.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vulkan.level.xml \
2019-02-11 21:56:38 +01:00
frameworks/native/data/etc/android.hardware.vulkan.version-1_1.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vulkan.version.xml \
2018-07-19 12:48:02 +02:00
frameworks/native/data/etc/android.hardware.wifi.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.xml \
frameworks/native/data/etc/android.hardware.wifi.direct.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.direct.xml \
2019-10-11 14:28:34 +02:00
frameworks/native/data/etc/android.hardware.wifi.passpoint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.passpoint.xml \
2018-07-19 12:48:02 +02:00
frameworks/native/data/etc/android.software.midi.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.midi.xml \
frameworks/native/data/etc/android.software.sip.voip.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.sip.voip.xml \
frameworks/native/data/etc/tablet_core_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/tablet_core_hardware.xml \
2017-12-25 18:12:40 +01:00
2018-07-19 12:48:02 +02:00
# QMI
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/data/dsi_config.xml:$(TARGET_COPY_OUT_VENDOR)/etc/data/dsi_config.xml \
$(LOCAL_PATH)/configs/data/netmgr_config.xml:$(TARGET_COPY_OUT_VENDOR)/etc/data/netmgr_config.xml \
$(LOCAL_PATH)/configs/data/qmi_config.xml:$(TARGET_COPY_OUT_VENDOR)/etc/data/qmi_config.xml
2019-10-11 14:28:34 +02:00
# QCOM
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/privapp-permissions-qti.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/permissions/privapp-permissions-qti.xml \
$(LOCAL_PATH)/configs/qti_whitelist.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/sysconfig/qti_whitelist.xml
# Additional native libraries
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/public.libraries.txt:$(TARGET_COPY_OUT_VENDOR)/etc/public.libraries.txt
2018-07-19 12:48:02 +02:00
# ANT+
PRODUCT_PACKAGES += \
AntHalService \
2019-02-11 21:56:38 +01:00
com.dsi.ant.antradio_library
2018-07-19 12:48:02 +02:00
# Audio
PRODUCT_PACKAGES += \
android.hardware.audio@2.0-impl \
android.hardware.audio@2.0-service \
2019-10-11 14:28:34 +02:00
android.hardware.audio@5.0 \
android.hardware.audio@5.0-impl \
android.hardware.audio.common@5.0 \
android.hardware.audio.common@5.0-util \
2018-07-19 12:48:02 +02:00
android.hardware.audio.effect@2.0-impl \
2019-10-11 14:28:34 +02:00
android.hardware.audio.effect@5.0 \
android.hardware.audio.effect@5.0-impl \
2019-12-06 11:07:06 +01:00
android.hardware.soundtrigger@2.1-impl \
2018-07-19 12:48:02 +02:00
audio.a2dp.default \
2019-10-11 14:28:34 +02:00
audio.primary.msm8996 \
2018-07-19 12:48:02 +02:00
audio.r_submix.default \
audio.usb.default \
libaudio-resampler \
libaudioroute \
libqcompostprocbundle \
libqcomvisualizer \
libqcomvoiceprocessing \
libvolumelistener \
tinymix
2019-10-11 14:28:34 +02:00
PRODUCT_COPY_FILES += \
2019-12-06 11:07:06 +01:00
$(LOCAL_PATH)/configs/audio/audio_effects.conf:$(TARGET_COPY_OUT_VENDOR)/etc/audio_effects.conf \
$(LOCAL_PATH)/configs/audio/audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_configuration.xml
PRODUCT_COPY_FILES += \
2019-10-11 14:28:34 +02:00
$(LOCAL_PATH)/configs/audio/audio_platform_info.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_platform_info.xml \
$(LOCAL_PATH)/configs/audio/audio_policy.conf:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy.conf \
$(LOCAL_PATH)/configs/audio/mixer_paths_tasha.xml:$(TARGET_COPY_OUT_VENDOR)/etc/mixer_paths_tasha.xml
2019-02-11 21:56:38 +01:00
2019-10-11 14:28:34 +02:00
PRODUCT_COPY_FILES += \
frameworks/av/services/audiopolicy/config/a2dp_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/a2dp_audio_policy_configuration.xml \
frameworks/av/services/audiopolicy/config/audio_policy_volumes.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_volumes.xml \
2019-12-06 11:07:06 +01:00
frameworks/av/services/audiopolicy/config/bluetooth_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_audio_policy_configuration.xml \
2019-10-11 14:28:34 +02:00
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 \
frameworks/av/services/audiopolicy/config/usb_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/usb_audio_policy_configuration.xml
2018-07-19 12:48:02 +02:00
# Camera
PRODUCT_PACKAGES += \
android.hardware.camera.provider@2.4-impl \
vendor.qti.hardware.camera.device@1.0 \
vendor.qti.hardware.camera.device@1.0_vendor
PRODUCT_PACKAGES += \
Snap
2019-12-06 11:22:32 +01:00
# Codec2 modules
PRODUCT_PACKAGES += \
com.android.media.swcodec \
libsfplugin_ccodec
2019-02-11 21:56:38 +01:00
# Connectivity Engine support (CNE)
2018-07-19 12:48:02 +02:00
PRODUCT_PACKAGES += \
libcnefeatureconfig
# Display
PRODUCT_PACKAGES += \
android.hardware.graphics.allocator@2.0-impl \
android.hardware.graphics.allocator@2.0-service \
android.hardware.graphics.composer@2.1-impl \
android.hardware.graphics.composer@2.1-service \
android.hardware.graphics.mapper@2.0-impl \
2019-02-11 21:56:38 +01:00
android.hardware.configstore@1.1-service \
2018-07-19 12:48:02 +02:00
android.hardware.memtrack@1.0-impl \
android.hardware.memtrack@1.0-service \
copybit.msm8996 \
gralloc.msm8996 \
hwcomposer.msm8996 \
memtrack.msm8996 \
libdisplayconfig \
2019-02-11 21:56:38 +01:00
libhwc2on1adapter \
libgenlock \
2018-07-19 12:48:02 +02:00
liboverlay \
2019-02-11 21:56:38 +01:00
libtinyxml \
libqdMetaData \
libqdMetaData.system
2018-07-19 12:48:02 +02:00
# Display
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/display/hdr_tm_config.xml:$(TARGET_COPY_OUT_VENDOR)/etc/hdr_tm_config.xml \
$(LOCAL_PATH)/configs/display/qdcm_calib_data_ss_dsi_panel_ANA38401_AMS968HH01_QXGA.xml:$(TARGET_COPY_OUT_VENDOR)/etc/qdcm_calib_data_ss_dsi_panel_ANA38401_AMS968HH01_QXGA.xml
# Doze mode
2017-12-25 18:12:40 +01:00
PRODUCT_PACKAGES += \
2018-07-19 12:48:02 +02:00
SamsungDoze
# DRM
PRODUCT_PACKAGES += \
android.hardware.drm@1.0-impl \
2019-02-11 21:56:38 +01:00
android.hardware.drm@1.0-service \
2019-10-11 14:28:34 +02:00
android.hardware.drm@1.2-service.clearkey
2018-07-19 12:48:02 +02:00
# Fingerprint
PRODUCT_PACKAGES += \
2019-12-06 11:33:45 +01:00
android.hardware.biometrics.fingerprint@2.1-service.samsung
2018-07-19 12:48:02 +02:00
# For config.fs
PRODUCT_PACKAGES += \
fs_config_files
# Gatekeeper
PRODUCT_PACKAGES += \
android.hardware.gatekeeper@1.0-impl \
android.hardware.gatekeeper@1.0-service
# GPS
PRODUCT_PACKAGES += \
android.hardware.gnss@1.0-impl-qti \
libcurl \
libgnss \
2019-02-11 21:56:38 +01:00
libgnsspps \
2019-12-06 11:30:51 +01:00
libsensorndkbridge \
libwifi-hal-ctrl
2018-07-19 12:48:02 +02:00
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/gps/etc/flp.conf:$(TARGET_COPY_OUT_VENDOR)/etc/flp.conf \
$(LOCAL_PATH)/gps/etc/gps.conf:$(TARGET_COPY_OUT_VENDOR)/etc/gps.conf \
$(LOCAL_PATH)/gps/etc/izat.conf:$(TARGET_COPY_OUT_VENDOR)/etc/izat.conf \
$(LOCAL_PATH)/gps/etc/lowi.conf:$(TARGET_COPY_OUT_VENDOR)/etc/lowi.conf \
$(LOCAL_PATH)/gps/etc/sap.conf:$(TARGET_COPY_OUT_VENDOR)/etc/sap.conf \
$(LOCAL_PATH)/gps/etc/xtwifi.conf:$(TARGET_COPY_OUT_VENDOR)/etc/xtwifi.conf
# Healthd
PRODUCT_PACKAGES += \
2019-02-11 21:56:38 +01:00
android.hardware.health@2.0-impl \
2019-10-11 14:28:34 +02:00
android.hardware.health@2.0-service
2018-07-19 12:48:02 +02:00
# HIDL
PRODUCT_PACKAGES += \
2019-12-06 11:26:12 +01:00
android.hidl.base@1.0
2018-07-19 12:48:02 +02:00
2019-10-11 14:28:34 +02:00
# Telephony
2018-07-19 12:48:02 +02:00
PRODUCT_PACKAGES += \
2019-10-11 14:28:34 +02:00
ims-ext-common \
telephony-ext
PRODUCT_BOOT_JARS += \
ims-ext-common \
telephony-ext
2018-07-19 12:48:02 +02:00
2019-02-11 21:56:38 +01:00
# IPA Manager
PRODUCT_PACKAGES += \
ipacm \
IPACM_cfg.xml
2018-07-19 12:48:02 +02:00
# IPC router config
PRODUCT_COPY_FILES += \
2019-02-11 21:56:38 +01:00
$(LOCAL_PATH)/configs/sec_config:$(TARGET_COPY_OUT_VENDOR)/etc/sec_config
2018-07-19 12:48:02 +02:00
# IPv6
PRODUCT_PACKAGES += \
ebtables \
ethertypes \
libebtc
# IRQ
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/msm_irqbalance.conf:$(TARGET_COPY_OUT_VENDOR)/etc/msm_irqbalance.conf
# Keylayout
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/keylayout/gpio-keys.kl:$(TARGET_COPY_OUT_VENDOR)/usr/keylayout/gpio-keys.kl \
$(LOCAL_PATH)/configs/keylayout/sec_e-pen.kl:$(TARGET_COPY_OUT_VENDOR)/usr/keylayout/sec_e-pen.kl \
$(LOCAL_PATH)/configs/keylayout/sec_touchkey.kl:$(TARGET_COPY_OUT_VENDOR)/usr/keylayout/sec_touchkey.kl \
$(LOCAL_PATH)/configs/keylayout/synaptics_dsx.kl:$(TARGET_COPY_OUT_VENDOR)/usr/keylayout/synaptics_dsx.kl \
$(LOCAL_PATH)/configs/keylayout/Tab_S3_Book_Cover_Keyboard.kl:$(TARGET_COPY_OUT_VENDOR)/usr/keylayout/Tab_S3_Book_Cover_Keyboard.kl \
# idc
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/idc/sec_e-pen.idc:$(TARGET_COPY_OUT_VENDOR)/usr/idc/sec_e-pen.idc \
$(LOCAL_PATH)/configs/idc/Tab_S3_Book_Cover_Keyboard.idc:$(TARGET_COPY_OUT_VENDOR)/usr/idc/Tab_S3_Book_Cover_Keyboard.idc
# Keymaster
PRODUCT_PACKAGES += \
2019-12-06 11:29:26 +01:00
android.hardware.keymaster@4.0-impl \
android.hardware.keymaster@4.0-service
2018-07-19 12:48:02 +02:00
# Lights
PRODUCT_PACKAGES += \
2019-12-06 11:33:45 +01:00
android.hardware.light@2.0-service.samsung
2018-07-19 12:48:02 +02:00
2019-02-11 21:56:38 +01:00
# LiveDisplay
2018-07-19 12:48:02 +02:00
PRODUCT_PACKAGES += \
2019-12-06 11:33:45 +01:00
vendor.lineage.livedisplay@2.0-service.samsung-qcom
2018-07-19 12:48:02 +02:00
# Media
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/media/media_codecs.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs.xml \
$(LOCAL_PATH)/configs/media/media_codecs_performance.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_performance.xml \
$(LOCAL_PATH)/configs/media/media_profiles_V1_0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_V1_0.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_telephony.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_telephony.xml \
frameworks/av/media/libstagefright/data/media_codecs_google_video.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_video.xml
# Net
PRODUCT_PACKAGES += \
android.system.net.netd@1.0 \
libandroid_net \
netutils-wrapper-1.0
2019-02-11 21:56:38 +01:00
2018-07-19 12:48:02 +02:00
# OMX
PRODUCT_PACKAGES += \
libc2dcolorconvert \
libextmedia_jni \
libOmxAacEnc \
libOmxAmrEnc \
libOmxCore \
libOmxEvrcEnc \
libOmxQcelp13Enc \
libOmxVdec \
libOmxVenc \
2019-02-11 21:56:38 +01:00
libstagefrighthw
2018-07-19 12:48:02 +02:00
# Power
PRODUCT_PACKAGES += \
2019-10-11 14:28:34 +02:00
android.hardware.power@1.2-service-qti
2018-07-19 12:48:02 +02:00
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/powerhint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/powerhint.xml
2019-02-11 21:56:38 +01:00
# QMI
PRODUCT_PACKAGES += \
libjson
2018-07-19 12:48:02 +02:00
# RCS
PRODUCT_PACKAGES += \
rcs_service_aidl \
rcs_service_aidl.xml \
rcs_service_api \
rcs_service_api.xml
# Ramdisk
PRODUCT_PACKAGES += \
fstab.qcom \
init.qcom.rc \
init.qcom.power.rc \
init.qcom.usb.rc \
init.samsung.rc \
2019-10-11 14:28:34 +02:00
ueventd.qcom.rc
2018-07-19 12:48:02 +02:00
# RenderScript
PRODUCT_PACKAGES += \
android.hardware.renderscript@1.0-impl
# RIL
PRODUCT_PACKAGES += \
2019-12-06 11:30:51 +01:00
android.hardware.radio@1.4 \
2019-02-11 21:56:38 +01:00
android.hardware.radio.config@1.0 \
2019-12-06 11:30:51 +01:00
android.hardware.secure_element@1.0 \
2018-07-19 12:48:02 +02:00
librmnetctl \
2019-12-06 11:30:51 +01:00
libxml2 \
libprotobuf-cpp-full
2018-07-19 12:48:02 +02:00
# Seccomp policy
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/seccomp_policy/mediacodec.policy:$(TARGET_COPY_OUT_VENDOR)/etc/seccomp_policy/mediacodec.policy \
$(LOCAL_PATH)/seccomp_policy/mediaextractor.policy:$(TARGET_COPY_OUT_VENDOR)/etc/seccomp_policy/mediaextractor.policy
2019-02-11 21:56:38 +01:00
2018-07-19 12:48:02 +02:00
# Sensors
PRODUCT_PACKAGES += \
2019-02-11 21:56:38 +01:00
android.hardware.sensors@1.0-impl \
android.hardware.sensors@1.0-service
2018-07-19 12:48:02 +02:00
# Sensors
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/sensors/hals.conf:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/hals.conf \
2019-10-11 14:28:34 +02:00
$(LOCAL_PATH)/configs/sensors/sensor_def_qcomdev.conf:$(TARGET_COPY_OUT_SYSTEM)/etc/sensors/sensor_def_qcomdev.conf
# Soong namespaces
PRODUCT_SOONG_NAMESPACES += \
$(LOCAL_PATH) \
hardware/samsung
2018-07-19 12:48:02 +02:00
# Thermal engine
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/thermal-engine-8996.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-engine-8996.conf
2018-07-19 12:48:02 +02:00
# TextClassifier
PRODUCT_PACKAGES += \
2019-02-11 21:56:38 +01:00
textclassifier.bundle1
2019-12-06 11:33:45 +01:00
# Touch features
PRODUCT_PACKAGES += \
vendor.lineage.touch@1.0-service.samsung
2019-02-11 21:56:38 +01:00
# Trust HAL
PRODUCT_PACKAGES += \
vendor.lineage.trust@1.0-service
2019-12-06 11:25:46 +01:00
# HW crypto
PRODUCT_PACKAGES += \
vendor.qti.hardware.cryptfshw@1.0-service-ioctl-qti
2019-02-11 21:56:38 +01:00
# USB
PRODUCT_PACKAGES += \
android.hardware.usb@1.0-service.basic
2018-07-19 12:48:02 +02:00
# VNDK
PRODUCT_PACKAGES += \
vndk-sp
2019-02-11 21:56:38 +01:00
# Vibrator
PRODUCT_PACKAGES += \
2019-12-06 11:33:45 +01:00
android.hardware.vibrator@1.0-service.lineage
2018-07-19 12:48:02 +02:00
2019-02-11 21:56:38 +01:00
# WiFi
2018-07-19 12:48:02 +02:00
PRODUCT_PACKAGES += \
android.hardware.wifi@1.0-service \
libqsap_sdk \
libQWiFiSoftApCfg \
libwpa_client \
hostapd \
wpa_supplicant \
wpa_supplicant.conf
# trick for "cat /proc/deferred_initcalls" in enforce
PRODUCT_PACKAGES += \
wifiloader
2018-07-19 12:48:02 +02:00
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/wifi/p2p_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/p2p_supplicant_overlay.conf \
$(LOCAL_PATH)/wifi/wpa_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/wpa_supplicant_overlay.conf
2019-02-11 21:56:38 +01:00
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/wifi/WCNSS_qcom_cfg.ini:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/WCNSS_qcom_cfg.ini
2018-07-19 12:48:02 +02:00
# ADB
2019-02-11 21:56:38 +01:00
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
2018-07-19 12:48:02 +02:00
persist.sys.usb.config=adb \
2019-02-11 21:56:38 +01:00
ro.adb.secure=0 \
ro.secure=0
2018-07-19 12:48:02 +02:00
# Root
PRODUCT_PACKAGES += \
su