mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 05:49:27 +00:00
VtsHalInputClassifier test: Include libbinder headers
Bug: 162194035 Test: build Change-Id: I83329cacbb1f4755026c9ab44908fe0564f7fea8
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user