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

Commit 85277275 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Move BlockingQueue.h to libinput" into main

parents 6862cb2d 3782af62
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@ cc_test {
    cpp_std: "c++20",
    host_supported: true,
    srcs: [
        "BlockingQueue_test.cpp",
        "IdGenerator_test.cpp",
        "InputChannel_test.cpp",
        "InputDevice_test.cpp",
+3 −4
Original line number Diff line number Diff line
@@ -14,8 +14,7 @@
 * limitations under the License.
 */

#include "../BlockingQueue.h"

#include <input/BlockingQueue.h>

#include <gtest/gtest.h>
#include <thread>
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@
#include <unordered_map>

#include <aidl/android/hardware/input/processor/IInputProcessor.h>
#include "BlockingQueue.h"
#include <input/BlockingQueue.h>
#include "InputListener.h"
namespace android {

+0 −1
Original line number Diff line number Diff line
@@ -39,7 +39,6 @@ cc_test {
    ],
    srcs: [
        "AnrTracker_test.cpp",
        "BlockingQueue_test.cpp",
        "CapturedTouchpadEventConverter_test.cpp",
        "CursorInputMapper_test.cpp",
        "EventHub_test.cpp",
Loading