VtsHalInputClassifier test: Include libbinder headers

Bug: 162194035
Test: build
Change-Id: I83329cacbb1f4755026c9ab44908fe0564f7fea8
This commit is contained in:
Prabir Pradhan
2021-12-22 01:28:05 -08:00
parent be94a3fcd4
commit bf7a5d2866

View File

@@ -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",