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

Commit b5b47c94 authored by Siarhei Vishniakou's avatar Siarhei Vishniakou Committed by Automerger Merge Worker
Browse files

Merge "Add IInputConstants dependency for Input.h" into sc-dev am: 529a78f3

Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/14804258

Change-Id: If7cb0bc87585839f06a5ec27736b2c8d839c8af3
parents 4fbee2a6 529a78f3
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -26,7 +26,10 @@ package {
cc_test {
    name: "VtsHalInputClassifierV1_0TargetTest",
    defaults: ["VtsHalTargetTestDefaults"],
    srcs: ["VtsHalInputClassifierV1_0TargetTest.cpp"],
    srcs: [
        ":inputconstants_aidl",
        "VtsHalInputClassifierV1_0TargetTest.cpp",
    ],
    header_libs: ["jni_headers"],
    static_libs: [
        "android.hardware.input.classifier@1.0",