commit | ed9d112f6cb7f9236d7f6c1b23d9a52b77c2f4bb | [log] [tgz] |
---|---|---|
author | micky387 <mickaelsaibi@free.fr> | Mon Nov 07 00:27:03 2022 +0100 |
committer | micky387 <mickaelsaibi@free.fr> | Sun Nov 13 01:30:29 2022 +0100 |
tree | f8a34d9f0fdc31a6d5ae01fe97adb30ecf486145 | |
parent | 938142ed92b23d8e750346fec92012ad44497695 [diff] [blame] |
zenfone9: Add Nxp eventprocessor to prebuilt_hidl_interfaces Change-Id: Id8f308821129cd9af08af696dba96f8f4010fcaf
diff --git a/Android.bp b/Android.bp index 6824117..27c8df7 100644 --- a/Android.bp +++ b/Android.bp
@@ -8,3 +8,10 @@ "vendor.qti.hardware.wigig.netperftuner@1.0::INetPerfTuner", ], } + +prebuilt_hidl_interfaces { + name: "hidl_eventprocessor_interface", + interfaces: [ + "vendor.nxp.eventprocessor@1.0::INxpEseEvtProcessor", + ], +}