Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 24d583c4 authored by Quarx2k's avatar Quarx2k Committed by Olivier Karasangabo
Browse files

kitakami: Disable UIM, broken in OREO

Change-Id: I377e3f612b5175ef9a227a7d710188ab597b9e50
parent f6e8be9c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -103,7 +103,7 @@ TARGET_HW_DISK_ENCRYPTION := true
TARGET_FS_CONFIG_GEN := $(COMMON_PATH)/config.fs

# FM radio
BOARD_HAVE_BCM_FM := true
BOARD_HAVE_BCM_FM := false #UIM not compatible with Oreo, yet;

# Partitions types
BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4
+4 −2
Original line number Diff line number Diff line
@@ -3,8 +3,10 @@
#######################################################################################

# UART device port where Bluetooth controller is attached (default ttyS1)
UartPort = /dev/brcm_bt_drv
UimUartPort = /dev/ttyHS0
UartPort = /dev/ttyHS0

#UartPort = /dev/brcm_bt_drv
#UimUartPort = /dev/ttyHS0

# Target Baudrate to change to if different from 3000000
# This entry is mandatory if using V4L2
+0 −6
Original line number Diff line number Diff line
@@ -135,12 +135,6 @@ PRODUCT_PACKAGES += \
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
+0 −4
Original line number Diff line number Diff line
@@ -11,10 +11,6 @@
    "repository": "android_hardware_sony_timekeep",
    "target_path": "hardware/sony/timekeep"
  },
  {
    "repository": "android_hardware_broadcom_fm",
    "target_path": "hardware/broadcom/fm"
  },
  {
    "repository": "android_kernel_sony_msm8994",
    "target_path": "kernel/sony/msm8994"