camera: Improve the shim

This commit is contained in:
Alexander Winkowski 2024-01-15 16:31:26 +03:00 committed by Astridxx
parent a398a6f493
commit 650e66baf3

View file

@ -1,9 +1,9 @@
/*
* Copyright (C) 2023 The LineageOS Project
* Copyright (C) 2023-2024 The LineageOS Project
*
* SPDX-License-Identifier: Apache-2.0
*/
void _ZN7android18BnProducerListener16onBufferDetachedEi() {
return;
void _ZN7android18BnProducerListener16onBufferDetachedEi(int slot) {
(void)slot;
}