mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 05:49:27 +00:00
Add IInputConstants dependency for Input.h
In this VTS test, we are #including InputDevice.h, which in turn depends on Input.h. Since we are adding a depending on IInputConstants inside Input.h, update the makefiles here to pass the build. Bug: 175069843 Test: m VtsHalInputClassifierV1_0TargetTest Change-Id: I6acded6137362fb9554e7c0c74abb1e6370acff6
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user