Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
devices
android_device_sony_kitakami-common
Commits
9501d371
Commit
9501d371
authored
Feb 11, 2020
by
TARKZiM
Browse files
Revert "kitakami: Disable UIM, broken in OREO"
This reverts commit
24d583c4
.
parent
b364f3af
Changes
4
Hide whitespace changes
Inline
Side-by-side
BoardConfigCommon.mk
View file @
9501d371
...
...
@@ -126,7 +126,7 @@ TARGET_EXFAT_DRIVER := sdfat
TARGET_FS_CONFIG_GEN
:=
$(COMMON_PATH)
/config.fs
# FM radio
BOARD_HAVE_BCM_FM
:=
false
#UIM not compatible with Oreo, yet;
BOARD_HAVE_BCM_FM
:=
true
# Partitions types
BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE
:=
ext4
...
...
bluetooth/bt_vendor.conf
View file @
9501d371
...
...
@@ -3,10 +3,8 @@
#######################################################################################
# UART device port where Bluetooth controller is attached (default ttyS1)
UartPort
= /
dev
/
ttyHS0
#UartPort = /dev/brcm_bt_drv
#UimUartPort = /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
...
...
device-common.mk
View file @
9501d371
...
...
@@ -152,6 +152,12 @@ 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
...
...
lineage.dependencies
View file @
9501d371
...
...
@@ -11,6 +11,10 @@
"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"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment