7 lines
192 B
C++
7 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) {}
|
||
|
|
|
||
|
|
|