[DNM]: Spacewar: Add libsurfacecomposerclient_shim and libaudio_shim here

This commit is contained in:
abhixv
2025-09-05 08:40:18 +00:00
committed by nyxalune
parent 9e8509029c
commit e0f0cb0ae2
3 changed files with 38 additions and 0 deletions

7
shims/audio_shim.cpp Normal file
View File

@@ -0,0 +1,7 @@
#include <stdint.h>
// Dummy implementation for unresolved audio symbol
extern "C" int32_t _ZN7android11AudioSystem24setDeviceConnectionStateE24audio_policy_dev_state_tRKNS_5media5audio6common9AudioPortE14audio_format_t(
int32_t state, void* port, int32_t format) {
return 0;
}