6 lines
192 B
C++
6 lines
192 B
C++
// Minimal A-Team shim to satisfy DT_NEEDED for android.hardware.common-V2-ndk_platform
|
|
// Forwards everything to android.hardware.common-V2-ndk
|
|
|
|
extern "C" void __shim_placeholder(void) {}
|
|
|
|
|