ANDROID: GKI: fix up ABI
function symbol changed from 'int __traceiter_android_rvh_after_dequeue_task(void*, struct rq*, struct task_struct*, int)' to 'int __traceiter_android_rvh_after_dequeue_task(void*, struct rq*, struct task_struct*, int, bool*)'
CRC changed from 0x6d307572 to 0x18cda24a
type changed from 'int(void*, struct rq*, struct task_struct*, int)' to 'int(void*, struct rq*, struct task_struct*, int, bool*)'
parameter 5 of type 'bool*' was added
Bug: 377437825
Bug: 399838603
Fixes: de538a08 ANDROID: ("vendor_hooks: add dequeue_task_result in after_dequeue_task vh")
Change-Id: I5c93e6e0d2171a7036f5450f7a7799775338fa39
Signed-off-by:
Giuliano Procida <gprocida@google.com>
Loading
Please sign in to comment