From 6059fee05424277271ff67ee008989b43622a7c3 Mon Sep 17 00:00:00 2001 From: Harry Cutts Date: Thu, 13 Oct 2022 13:45:34 +0000 Subject: [PATCH] Depend on V2 of the Input HAL from libservices This is necessary to stop libservices from depending on two different versions of the same AIDL interface. Bug: 246758376 Test: check that build succeeds Change-Id: I2eb4924f33a30628494887e31e5a4ede1dfcf80b --- services/core/jni/Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/core/jni/Android.bp b/services/core/jni/Android.bp index 7e93d623f3e0d..b7b9436ad80cf 100644 --- a/services/core/jni/Android.bp +++ b/services/core/jni/Android.bp @@ -162,7 +162,7 @@ cc_defaults { "android.hardware.graphics.bufferqueue@2.0", "android.hardware.graphics.common@1.2", "android.hardware.graphics.mapper@4.0", - "android.hardware.input.processor-V1-ndk", + "android.hardware.input.processor-V2-ndk", "android.hardware.ir@1.0", "android.hardware.light@2.0", "android.hardware.memtrack-V1-ndk",