lynx: Copy touch modules to vendor_kernel_boot
Makes touch work in recovery goodix_brl_touch requires goog_touch_interface symbols too 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
d2c9bfca8e
commit
07fe9a95e2
6 changed files with 31 additions and 0 deletions
11
lynx/Android.bp
Normal file
11
lynx/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.lynx.touch.rc",
|
||||
src: "init.recovery.touch.rc",
|
||||
sub_dir: "init",
|
||||
recovery: true,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue