From bf7a5d2866f3716a1d130392845e120d240a8486 Mon Sep 17 00:00:00 2001 From: Prabir Pradhan Date: Wed, 22 Dec 2021 01:28:05 -0800 Subject: [PATCH] VtsHalInputClassifier test: Include libbinder headers Bug: 162194035 Test: build Change-Id: I83329cacbb1f4755026c9ab44908fe0564f7fea8 --- input/classifier/1.0/vts/functional/Android.bp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/input/classifier/1.0/vts/functional/Android.bp b/input/classifier/1.0/vts/functional/Android.bp index 58945d3f63..5ff1457dcd 100644 --- a/input/classifier/1.0/vts/functional/Android.bp +++ b/input/classifier/1.0/vts/functional/Android.bp @@ -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",