Alexander Winkowski 63a1bf6bd8
Revert "Revert "miatoll: Switch to prebuilt audio HAL""
This reverts commit a0f493f1e04a42274a3b6478d5502d250627729b.
2023-08-17 05:03:19 +00:00

6 lines
111 B
C++

#include <log/log.h>
int __android_log_print(int prio, const char* tag, const char* fmt, ...) {
return 0;
}