mirror of
https://github.com/joel16/android_device_sony_kitakami-common.git
synced 2024-11-23 11:49:47 +00:00
e15b88d2be
* Experimental.
320 lines
12 KiB
Makefile
320 lines
12 KiB
Makefile
#
|
|
# Copyright (C) 2016 The CyanogenMod Project
|
|
# Copyright (C) 2017 The LineageOS 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.
|
|
#
|
|
|
|
# Get non-open-source common files
|
|
$(call inherit-product, vendor/sony/kitakami-common/kitakami-common-vendor.mk)
|
|
|
|
# Overlays
|
|
DEVICE_PACKAGE_OVERLAYS += \
|
|
$(LOCAL_PATH)/overlay \
|
|
$(LOCAL_PATH)/overlay-lineage
|
|
|
|
# Radio config
|
|
ifneq ($(BOARD_HAVE_RADIO),false)
|
|
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay-radio
|
|
$(call inherit-product, $(LOCAL_PATH)/radio.mk)
|
|
endif
|
|
|
|
PRODUCT_ENFORCE_RRO_TARGETS := *
|
|
PRODUCT_ENFORCE_RRO_EXCLUDED_OVERLAYS += \
|
|
$(LOCAL_PATH)/overlay/lineage-sdk \
|
|
$(LOCAL_PATH)/overlay/packages/apps/Snap/res/values
|
|
|
|
|
|
# Permissions
|
|
PRODUCT_COPY_FILES += \
|
|
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.ethernet.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.ethernet.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.nfc.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.nfc.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.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.barometer.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.barometer.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.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.wifi.direct.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.direct.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.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/handheld_core_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/handheld_core_hardware.xml \
|
|
frameworks/native/data/etc/android.hardware.vulkan.level-0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vulkan.level.xml \
|
|
frameworks/native/data/etc/android.hardware.vulkan.version-1_0_3.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vulkan.version.xml
|
|
|
|
# ANT+
|
|
PRODUCT_PACKAGES += \
|
|
AntHalService \
|
|
com.dsi.ant.antradio_library \
|
|
libantradio
|
|
|
|
# APEX
|
|
PRODUCT_COPY_FILES += \
|
|
$(LOCAL_PATH)/configs/ld.config.txt:$(TARGET_COPY_OUT_SYSTEM)/etc/swcodec/ld.config.txt
|
|
|
|
# Audio
|
|
PRODUCT_PACKAGES += \
|
|
audiod \
|
|
audio.a2dp.default \
|
|
android.hardware.audio@2.0-impl \
|
|
android.hardware.audio@4.0-impl \
|
|
android.hardware.audio@2.0-service \
|
|
android.hardware.audio.effect@2.0-impl \
|
|
android.hardware.audio.effect@4.0-impl \
|
|
android.hardware.broadcastradio@1.0-impl \
|
|
audio.primary.msm8994 \
|
|
audio.r_submix.default \
|
|
audio.usb.default \
|
|
libqcompostprocbundle \
|
|
libqcomvisualizer \
|
|
libqcomvoiceprocessing \
|
|
tinymix
|
|
|
|
# Audio configuration
|
|
PRODUCT_COPY_FILES += \
|
|
$(LOCAL_PATH)/audio/audio_effects.conf:$(TARGET_COPY_OUT_VENDOR)/etc/audio_effects.conf \
|
|
$(LOCAL_PATH)/audio/audio_output_policy.conf:$(TARGET_COPY_OUT_VENDOR)/etc/audio_output_policy.conf \
|
|
$(LOCAL_PATH)/audio/audio_platform_info.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_platform_info.xml \
|
|
$(LOCAL_PATH)/audio/audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_configuration.xml
|
|
|
|
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 \
|
|
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
|
|
|
|
# Bluetooth
|
|
PRODUCT_COPY_FILES += \
|
|
$(LOCAL_PATH)/bluetooth/bt_vendor.conf:system/etc/bluetooth/bt_vendor.conf
|
|
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.bluetooth@1.0-impl \
|
|
android.hardware.bluetooth@1.0-service \
|
|
libbt-vendor
|
|
|
|
# Camera
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.camera.provider@2.4-impl \
|
|
android.hardware.camera.provider@2.4-external-service \
|
|
camera.msm8994 \
|
|
libqomx_core \
|
|
Snap
|
|
|
|
PRODUCT_COPY_FILES += \
|
|
$(LOCAL_PATH)/configs/external_camera_config.xml:$(TARGET_COPY_OUT_VENDOR)/etc/external_camera_config.xml
|
|
|
|
# Charger
|
|
PRODUCT_PACKAGES += charger_res_images
|
|
|
|
# Data services
|
|
PRODUCT_PACKAGES += \
|
|
librmnetctl
|
|
|
|
# DRM
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.drm@1.0-impl \
|
|
android.hardware.drm@1.0-service \
|
|
android.hardware.drm@1.2-service.clearkey
|
|
|
|
# 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.mapper@2.0-impl-2.1 \
|
|
android.hardware.memtrack@1.0-impl \
|
|
copybit.msm8994 \
|
|
gralloc.msm8994 \
|
|
hwcomposer.msm8994 \
|
|
libtinyxml \
|
|
memtrack.msm8994
|
|
|
|
# Doze mode
|
|
PRODUCT_PACKAGES += \
|
|
SonyDoze
|
|
|
|
# Gatekeeper
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.gatekeeper@1.0-impl
|
|
|
|
# GPS
|
|
PRODUCT_PACKAGES += \
|
|
libshim_gps
|
|
|
|
PRODUCT_COPY_FILES += \
|
|
$(LOCAL_PATH)/gps/flp.conf:system/etc/flp.conf \
|
|
$(LOCAL_PATH)/gps/gps.conf:system/etc/gps.conf \
|
|
$(LOCAL_PATH)/gps/izat.conf:system/etc/izat.conf \
|
|
$(LOCAL_PATH)/gps/sap.conf:system/etc/sap.conf
|
|
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.gnss@1.0-impl
|
|
|
|
# Flash LED config
|
|
PRODUCT_COPY_FILES += \
|
|
$(LOCAL_PATH)/configs/flashled_calc_parameters.cfg:system/etc/flashled_calc_parameters.cfg
|
|
|
|
# FM
|
|
PRODUCT_PACKAGES += \
|
|
FMRadio \
|
|
brcm-uim-sysfs \
|
|
libfmjni
|
|
|
|
# Health
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.health@1.0-impl
|
|
|
|
# Init
|
|
PRODUCT_COPY_FILES += \
|
|
$(LOCAL_PATH)/rootdir/fstab.qcom:root/fstab.qcom \
|
|
$(LOCAL_PATH)/rootdir/init.qcom.usb.rc:root/init.qcom.usb.rc \
|
|
$(LOCAL_PATH)/rootdir/init.qcom.rc:root/init.qcom.rc \
|
|
$(LOCAL_PATH)/rootdir/ueventd.qcom.rc:root/ueventd.qcom.rc
|
|
|
|
# Input
|
|
PRODUCT_COPY_FILES += \
|
|
$(LOCAL_PATH)/keylayout/clearpad.kl:system/usr/keylayout/clearpad.kl \
|
|
$(LOCAL_PATH)/keylayout/gpio-keys.kl:system/usr/keylayout/gpio-keys.kl \
|
|
$(LOCAL_PATH)/keylayout/mhl-rcp.kl:system/usr/keylayout/mhl-rcp.kl \
|
|
$(LOCAL_PATH)/keylayout/msm8994-tomtom-snd-card_Button_Jack.kl:system/usr/keylayout/msm8994-tomtom-snd-card_Button_Jack.kl \
|
|
$(LOCAL_PATH)/keylayout/synaptics_dsx.kl:system/usr/keylayout/synaptics_dsx.kl
|
|
|
|
# IRQ
|
|
PRODUCT_COPY_FILES += \
|
|
$(LOCAL_PATH)/configs/msm_irqbalance.conf:$(TARGET_COPY_OUT_VENDOR)/etc/msm_irqbalance.conf
|
|
|
|
# Keymaster
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.keymaster@3.0-impl
|
|
|
|
# Lights
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.light@2.0-service.kitakami
|
|
|
|
# Media
|
|
PRODUCT_PACKAGES += \
|
|
libc2dcolorconvert \
|
|
libdashplayer \
|
|
libdivxdrmdecrypt \
|
|
libextmedia_jni \
|
|
libOmxAacEnc \
|
|
libOmxAmrEnc \
|
|
libOmxCore \
|
|
libOmxEvrcEnc \
|
|
libOmxQcelp13Enc \
|
|
libOmxSwVencMpeg4 \
|
|
libOmxSwVencHevc \
|
|
libOmxVdec \
|
|
libOmxVdecHevc \
|
|
libOmxVenc \
|
|
libOmxVidcCommon \
|
|
libstagefrighthw \
|
|
libstagefright_soft_flacdec
|
|
|
|
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 \
|
|
$(LOCAL_PATH)/configs/media_codecs.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs.xml \
|
|
$(LOCAL_PATH)/configs/media_codecs_performance.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_performance.xml \
|
|
$(LOCAL_PATH)/configs/media_profiles_V1_0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_V1_0.xml
|
|
|
|
# NFC
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.nfc@1.0-impl \
|
|
com.android.nfc_extras \
|
|
NfcNci \
|
|
Tag
|
|
|
|
# OTG
|
|
PRODUCT_PACKAGES += \
|
|
SonyOtgSwitch
|
|
|
|
# Power
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.power@1.2-service-qti
|
|
|
|
# Recovery
|
|
PRODUCT_PACKAGES += \
|
|
librecovery_updater_kitakami
|
|
|
|
# Renderscript
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.renderscript@1.0-impl
|
|
|
|
# RIL
|
|
PRODUCT_PACKAGES += \
|
|
libxml2
|
|
|
|
# RIL Wrapper
|
|
PRODUCT_PACKAGES += \
|
|
libril-wrapper
|
|
|
|
# Seccomp
|
|
PRODUCT_COPY_FILES += \
|
|
$(LOCAL_PATH)/seccomp/mediacodec.policy:$(TARGET_COPY_OUT_VENDOR)/etc/seccomp_policy/mediacodec.policy \
|
|
$(LOCAL_PATH)/seccomp/mediaextractor.policy:$(TARGET_COPY_OUT_VENDOR)/etc/seccomp_policy/mediaextractor.policy
|
|
|
|
# Sensors
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.sensors@1.0-impl
|
|
|
|
# Shim libs
|
|
PRODUCT_PACKAGES += \
|
|
camera.qcom_shim
|
|
|
|
# TimeKeep
|
|
PRODUCT_PACKAGES += \
|
|
timekeep \
|
|
TimeKeep
|
|
|
|
# Trust HAL
|
|
PRODUCT_PACKAGES += \
|
|
vendor.lineage.trust@1.0-service
|
|
|
|
# USB
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.usb@1.0-service.basic
|
|
|
|
# Vibrator
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.vibrator@1.0-impl
|
|
|
|
# Wifi
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.wifi@1.0-service.legacy \
|
|
p2p_supplicant.conf \
|
|
hostapd \
|
|
libwifi-hal-bcm \
|
|
libwpa_client \
|
|
wpa_supplicant \
|
|
wpa_supplicant.conf
|
|
|
|
PRODUCT_PACKAGES += \
|
|
macaddrsetup
|
|
|
|
$(call inherit-product, hardware/broadcom/wlan/bcmdhd/config/config-bcm.mk)
|