caimito: Copy touch modules to vendor_kernel_boot
Makes touch work in recovery syna_touch requires qbt_handler, heatmap & goog_touch_interface symbols Co-authored-by: Nicholas Lim <nicknitewolf@lineageos.org> Co-authored-by: LuK1337 <priv.luk@gmail.com> Change-Id: Iaa5a158af827732b13ab79b60bed2f319ce56391
This commit is contained in:
parent
8fe73d6dee
commit
73eb901c0d
12 changed files with 74 additions and 0 deletions
11
caiman/Android.bp
Normal file
11
caiman/Android.bp
Normal file
|
@ -0,0 +1,11 @@
|
|||
//
|
||||
// SPDX-FileCopyrightText: 2024 The LineageOS Project
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
||||
prebuilt_etc {
|
||||
name: "init.recovery.caiman.touch.rc",
|
||||
src: "init.recovery.touch.rc",
|
||||
sub_dir: "init",
|
||||
recovery: true,
|
||||
}
|
|
@ -12,3 +12,7 @@ PRODUCT_PACKAGES += \
|
|||
PixelDisplayServiceOverlayCaiman
|
||||
|
||||
TARGET_VENDOR_PROP += $(DEVICE_PATH)/$(DEVICE_CODENAME)/vendor.prop
|
||||
|
||||
# Init
|
||||
PRODUCT_PACKAGES += \
|
||||
init.recovery.caiman.touch.rc
|
||||
|
|
5
caiman/init.recovery.touch.rc
Normal file
5
caiman/init.recovery.touch.rc
Normal file
|
@ -0,0 +1,5 @@
|
|||
on init
|
||||
insmod /lib/modules/qbt_handler.ko
|
||||
insmod /lib/modules/heatmap.ko
|
||||
insmod /lib/modules/goog_touch_interface.ko
|
||||
insmod /lib/modules/syna_touch.ko
|
Loading…
Add table
Add a link
Reference in a new issue