touch: Make gestures configurable without TARGET_SPECIFIC_HEADER_PATH

SOONG_CONFIG_NAMESPACES += OPLUS_LINEAGE_TOUCH_HAL
SOONG_CONFIG_OPLUS_LINEAGE_TOUCH_HAL := INCLUDE_DIR
SOONG_CONFIG_OPLUS_LINEAGE_TOUCH_HAL_INCLUDE_DIR := \
    $(DEVICE_PATH)/touch/include

Change-Id: Ib4574926ceb16961e2b435aae4e8921665af4e23
This commit is contained in:
LuK1337
2022-07-12 10:18:42 +02:00
parent 7b65e6e8d9
commit 0962815d6f
5 changed files with 23 additions and 5 deletions

View File

@@ -18,7 +18,7 @@
#include <android-base/logging.h>
#include <hidl/HidlTransportSupport.h>
#include <touch/oplus/TouchscreenGesture.h>
#include "TouchscreenGesture.h"
using android::sp;
using android::hardware::configureRpcThreadpool;