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

Commit bf7a5d28 authored by Prabir Pradhan's avatar Prabir Pradhan
Browse files

VtsHalInputClassifier test: Include libbinder headers

Bug: 162194035
Test: build
Change-Id: I83329cacbb1f4755026c9ab44908fe0564f7fea8
parent be94a3fc
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -30,7 +30,10 @@ cc_test {
        ":inputconstants_aidl",
        "VtsHalInputClassifierV1_0TargetTest.cpp",
    ],
    header_libs: ["jni_headers"],
    header_libs: [
        "jni_headers",
        "libbinder_headers",
    ],
    static_libs: [
        "android.hardware.input.classifier@1.0",
        "android.hardware.input.common@1.0",