cf207232cb
* The external camera provider occupies our camera v4l2 nodes, potentially crashing the kernel driver and blocking the camera HAL. Unfortunately, there's no easy way to just disable it, so let's just tell it to ignore the internal video devices. Change-Id: I00c67de1b94a1f7eca1bf458d1d0e4de3507aa81 Signed-off-by: Daniel Jarai <jaraidaniel@gmail.com>
196 lines
7.4 KiB
Makefile
196 lines
7.4 KiB
Makefile
# Copyright (C) 2012 The CyanogenMod Project
|
|
# Copyright (C) 2017-2018 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.
|
|
|
|
# Overlays
|
|
DEVICE_PACKAGE_OVERLAYS += device/samsung/msm8974-common/overlay
|
|
|
|
# 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.consumerir.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.consumerir.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.sensor.barometer.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.barometer.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.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.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 \
|
|
frameworks/native/data/etc/android.software.sip.voip.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.sip.voip.xml
|
|
|
|
# System properties
|
|
PRODUCT_PROPERTY_OVERRIDES += \
|
|
audio.offload.buffer.size.kb=32 \
|
|
audio.offload.gapless.enabled=false \
|
|
av.offload.enable=true
|
|
|
|
PRODUCT_PROPERTY_OVERRIDES += \
|
|
ro.opengles.version=196608
|
|
|
|
PRODUCT_PROPERTY_OVERRIDES += \
|
|
persist.rild.nitz_plmn="" \
|
|
persist.rild.nitz_long_ons_0="" \
|
|
persist.rild.nitz_long_ons_1="" \
|
|
persist.rild.nitz_long_ons_2="" \
|
|
persist.rild.nitz_long_ons_3="" \
|
|
persist.rild.nitz_short_ons_0="" \
|
|
persist.rild.nitz_short_ons_1="" \
|
|
persist.rild.nitz_short_ons_2="" \
|
|
persist.rild.nitz_short_ons_3=""
|
|
|
|
PRODUCT_PROPERTY_OVERRIDES += \
|
|
persist.timed.enable=true
|
|
|
|
# Advanced Display
|
|
PRODUCT_PACKAGES += \
|
|
AdvancedDisplay
|
|
|
|
# Audio
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.audio@2.0-impl \
|
|
android.hardware.audio.effect@2.0-impl \
|
|
audio_policy.msm8974 \
|
|
audio.a2dp.default \
|
|
audio.primary.msm8974 \
|
|
audio.r_submix.default \
|
|
audio.usb.default \
|
|
libaudio-resampler \
|
|
libqcomvisualizer \
|
|
libqcompostprocbundle \
|
|
libqcomvoiceprocessing \
|
|
tinymix
|
|
|
|
# Bluetooth
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.bluetooth@1.0-impl \
|
|
libbt-vendor
|
|
|
|
# Boot animation
|
|
TARGET_BOOTANIMATION_HALF_RES := true
|
|
|
|
# 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 \
|
|
android.hardware.memtrack@1.0-impl \
|
|
copybit.msm8974 \
|
|
gralloc.msm8974 \
|
|
hwcomposer.msm8974 \
|
|
memtrack.msm8974
|
|
|
|
# Camera
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.camera.provider@2.4-impl \
|
|
camera.device@1.0-impl \
|
|
camera.msm8974 \
|
|
libxml2 \
|
|
Snap
|
|
|
|
PRODUCT_COPY_FILES += \
|
|
$(LOCAL_PATH)/configs/external_camera_config.xml:$(TARGET_COPY_OUT_VENDOR)/etc/external_camera_config.xml
|
|
|
|
# DRM
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.drm@1.0-impl \
|
|
android.hardware.drm@1.0-service
|
|
|
|
# GPS
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.gnss@1.0-impl \
|
|
gps.msm8974
|
|
|
|
PRODUCT_COPY_FILES += \
|
|
$(LOCAL_PATH)/gps/etc/flp.conf:system/etc/flp.conf \
|
|
$(LOCAL_PATH)/gps/etc/gps.conf:system/etc/gps.conf \
|
|
$(LOCAL_PATH)/gps/etc/izat.conf:system/etc/izat.conf \
|
|
$(LOCAL_PATH)/gps/etc/sap.conf:system/etc/sap.conf
|
|
|
|
# IR Blaster
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.ir@1.0-impl \
|
|
consumerir.msm8974
|
|
|
|
# Keylayouts
|
|
PRODUCT_COPY_FILES += \
|
|
device/samsung/msm8974-common/keylayout/cyttsp-i2c.kl:system/usr/keylayout/cyttsp-i2c.kl \
|
|
device/samsung/msm8974-common/keylayout/keypad_8960.kl:system/usr/keylayout/keypad_8960.kl \
|
|
device/samsung/msm8974-common/keylayout/Vendor_04e8_Product_7021.kl:system/usr/keylayout/Vendor_04e8_Product_7021.kl
|
|
|
|
# Keymaster
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.keymaster@3.0-impl
|
|
|
|
# Media
|
|
PRODUCT_COPY_FILES += \
|
|
frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:system/etc/media_codecs_google_audio.xml \
|
|
frameworks/av/media/libstagefright/data/media_codecs_google_telephony.xml:system/etc/media_codecs_google_telephony.xml \
|
|
frameworks/av/media/libstagefright/data/media_codecs_google_video.xml:system/etc/media_codecs_google_video.xml \
|
|
device/samsung/msm8974-common/configs/media_codecs.xml:system/etc/media_codecs.xml
|
|
|
|
# OMX
|
|
PRODUCT_PACKAGES += \
|
|
libc2dcolorconvert \
|
|
libOmxAacEnc \
|
|
libOmxAmrEnc \
|
|
libOmxCore \
|
|
libOmxEvrcEnc \
|
|
libOmxQcelp13Enc \
|
|
libOmxVdec \
|
|
libOmxVenc \
|
|
libstagefrighthw
|
|
|
|
# Power HAL
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.power@1.1-service-qti
|
|
|
|
# RenderScript HAL
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.renderscript@1.0-impl
|
|
|
|
# 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.samsung8974 \
|
|
android.hardware.sensors@1.0-service.samsung8974
|
|
|
|
# USB
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.usb@1.0-service.basic
|
|
|
|
# Wifi
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.wifi@1.0-service \
|
|
hostapd \
|
|
wificond \
|
|
wpa_supplicant \
|
|
wpa_supplicant.conf
|
|
|
|
# Get non-open-source specific aspects
|
|
$(call inherit-product-if-exists, vendor/samsung/msm8974-common/msm8974-common-vendor.mk)
|
|
|
|
# common msm8974
|
|
$(call inherit-product, device/samsung/qcom-common/qcom-common.mk)
|