Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 359d9781 authored by Siarhei Vishniakou's avatar Siarhei Vishniakou
Browse files

Add InputConsumer dependency

This is needed because it was moved to a separate file.

Bug: 311142655
Test: presubmit
Change-Id: I94ea8f0bd483979eb2e83c470addf9a075246a11
parent 4666a491
Loading
Loading
Loading
Loading
+6 −7
Original line number Diff line number Diff line
@@ -19,24 +19,23 @@

//#define LOG_NDEBUG 0

#include <inttypes.h>

#include <nativehelper/JNIHelp.h>

#include <android-base/stringprintf.h>
#include <android_runtime/AndroidRuntime.h>
#include <input/InputConsumer.h>
#include <input/InputTransport.h>
#include <inttypes.h>
#include <log/log.h>
#include <nativehelper/JNIHelp.h>
#include <nativehelper/ScopedLocalRef.h>
#include <utils/Looper.h>

#include <variant>
#include <vector>

#include "android_os_MessageQueue.h"
#include "android_view_InputChannel.h"
#include "android_view_KeyEvent.h"
#include "android_view_MotionEvent.h"

#include <nativehelper/ScopedLocalRef.h>

#include "core_jni_helpers.h"

namespace android {