Merge "VtsHalInputClassifier test: Include libbinder headers"

This commit is contained in:
Devin Moore
2022-08-11 15:27:00 +00:00
committed by Gerrit Code Review

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