mirror of
https://github.com/ponces/treble_aosp.git
synced 2025-04-21 02:50:23 +00:00
25 lines
746 B
Diff
25 lines
746 B
Diff
From 5e50ef9a04ce6cb2f09d883ee34412920de2fbd6 Mon Sep 17 00:00:00 2001
|
|
From: Pierre-Hugues Husson <phh@phh.me>
|
|
Date: Mon, 29 Jan 2024 17:07:07 -0500
|
|
Subject: [PATCH 43/56] Add Samsung sysinput
|
|
|
|
---
|
|
services/core/Android.bp | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/services/core/Android.bp b/services/core/Android.bp
|
|
index 3cae2d728753..cf7457b96423 100644
|
|
--- a/services/core/Android.bp
|
|
+++ b/services/core/Android.bp
|
|
@@ -257,6 +257,7 @@ java_library_static {
|
|
"vendor.xiaomi.hardware.fingerprintextension-V1.0-java",
|
|
|
|
//AIDL
|
|
+ "vendor.samsung.hardware.sysinput-V1-java",
|
|
"vendor.samsung.hardware.biometrics.fingerprint-V1-java",
|
|
"vendor.samsung.hardware.light-V1-java",
|
|
],
|
|
--
|
|
2.43.0
|
|
|