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
|
|
@ -6,13 +6,15 @@ BOARD_VENDOR := samsung
|
|||
ifeq ($(TARGET_DEVICE), $(filter $(TARGET_DEVICE),a10dd a10 a20 a20e))
|
||||
TARGET_SOC := exynos7884B
|
||||
TARGET_BOARD_PLATFORM := universal7884B
|
||||
TARGET_BOOTLOADER_BOARD_NAME := universal7884B
|
||||
TARGET_BOOTLOADER_BOARD_NAME := exynos7884B
|
||||
else ifeq ($(TARGET_DEVICE), $(filter $(TARGET_DEVICE),a30 a40))
|
||||
TARGET_SOC := exynos7904
|
||||
TARGET_BOARD_PLATFORM := universal7904
|
||||
TARGET_BOOTLOADER_BOARD_NAME := universal7904
|
||||
TARGET_BOOTLOADER_BOARD_NAME := exynos7904
|
||||
endif
|
||||
|
||||
include hardware/samsung_slsi-linaro/config/BoardConfig7885.mk
|
||||
|
||||
TARGET_NO_BOOTLOADER := true
|
||||
TARGET_NO_RADIOIMAGE := true
|
||||
|
||||
|
|
@ -45,6 +47,9 @@ BUILD_BROKEN_VINTF_PRODUCT_COPY_FILES := true
|
|||
BUILD_BROKEN_ELF_PREBUILT_PRODUCT_COPY_FILES := true
|
||||
BUILD_BROKEN_ENFORCE_SYSPROP_OWNER := true
|
||||
|
||||
# Camera - libhwjpeg, unset it to enable guard
|
||||
TARGET_USES_UNIVERSAL_LIBHWJPEG :=
|
||||
|
||||
# Display
|
||||
TARGET_USES_VULKAN := true
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue