camera: Improve the shim
This commit is contained in:
parent
a398a6f493
commit
650e66baf3
1 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue