mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: Use linaro BSP
[ K9100ii - Notes:
- BOARD_HWJPEG_ANDROID_VERSION needs setting in variant device trees
- libcsc, libgiantmscl and libhwjpeg blobs need to be removed from
device-specific trees - Now built from source
- Switched TARGET_BOOTLOADER_BOARD_NAME, used to derive the
"gralloc.exynos7904" name, to exynos7904, to retain the same name as
the proprietary blob and match newer devices
- Renamed sysfs_graphics context to sysfs_brightness in sepolicy
- This happens to get rid of video recording frame drops on A40 ]
Change-Id: I67c078e3ea2fab1da19029ca3e97ce968cad77ad
This commit is contained in:
parent
b9fd9e1ff9
commit
d105adfc53
8 changed files with 38 additions and 26 deletions
|
|
@ -98,6 +98,10 @@ PRODUCT_PACKAGES += \
|
|||
android.hardware.camera.provider@2.5-service
|
||||
endif
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
libGrallocWrapper \
|
||||
libacryl
|
||||
|
||||
# Camera app
|
||||
PRODUCT_PACKAGES += \
|
||||
AperturePrebuilt
|
||||
|
|
@ -143,10 +147,15 @@ PRODUCT_PACKAGES += \
|
|||
PRODUCT_PACKAGES += \
|
||||
android.hardware.graphics.allocator@2.0-impl \
|
||||
android.hardware.graphics.allocator@2.0-service \
|
||||
android.hardware.graphics.composer@2.2-service \
|
||||
android.hardware.graphics.mapper@2.0-impl \
|
||||
libgui_vendor
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.composer.hwc3-service.slsi \
|
||||
gralloc.exynos7904 \
|
||||
gralloc.exynos7884B \
|
||||
libion_exynos
|
||||
|
||||
# Health
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.health@2.1-impl \
|
||||
|
|
@ -180,10 +189,6 @@ PRODUCT_PACKAGES += \
|
|||
android.hardware.keymaster@4.0-service.samsung \
|
||||
libkeymaster4_1support.vendor
|
||||
|
||||
# Light
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.light-service.samsung
|
||||
|
||||
# Media
|
||||
PRODUCT_COPY_FILES += \
|
||||
frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_audio.xml \
|
||||
|
|
@ -210,6 +215,22 @@ PRODUCT_COPY_FILES += \
|
|||
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
|
||||
# DEVICE_PACAKGE_OVERLAYS += $(LOCAL_PATH)/overlay-rom
|
||||
|
||||
# OMX
|
||||
PRODUCT_PACKAGES += \
|
||||
libstagefrighthw \
|
||||
libExynosOMX_Core \
|
||||
libExynosOMX_Resourcemanager \
|
||||
libOMX.Exynos.AVC.Decoder \
|
||||
libOMX.Exynos.AVC.Encoder \
|
||||
libOMX.Exynos.HEVC.Decoder \
|
||||
libOMX.Exynos.HEVC.Encoder \
|
||||
libOMX.Exynos.MPEG4.Decoder \
|
||||
libOMX.Exynos.MPEG4.Encoder \
|
||||
libOMX.Exynos.VP8.Decoder \
|
||||
libOMX.Exynos.VP8.Encoder \
|
||||
libOMX.Exynos.VP9.Decoder \
|
||||
libOMX.Exynos.WMV.Decoder
|
||||
|
||||
# Permissions
|
||||
PRODUCT_COPY_FILES += \
|
||||
frameworks/native/data/etc/android.hardware.audio.low_latency.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.audio.low_latency.xml \
|
||||
|
|
|
|||
Loading…
Reference in a new issue