07fe9a95e2
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
14 lines
355 B
Makefile
14 lines
355 B
Makefile
#
|
|
# SPDX-FileCopyrightText: 2021-2024 The LineageOS Project
|
|
# SPDX-FileCopyrightText: 2021-2024 The Calyx Institute
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
$(call inherit-product, $(DEVICE_PATH)/device-lineage.mk)
|
|
|
|
DEVICE_PACKAGE_OVERLAYS += $(DEVICE_PATH)/$(DEVICE_CODENAME)/overlay-lineage
|
|
|
|
# Init
|
|
PRODUCT_PACKAGES += \
|
|
init.recovery.lynx.touch.rc
|