diff options
Diffstat (limited to 'mtk/libmtk_symbols/mtk_gui.cpp')
| -rw-r--r-- | mtk/libmtk_symbols/mtk_gui.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mtk/libmtk_symbols/mtk_gui.cpp b/mtk/libmtk_symbols/mtk_gui.cpp new file mode 100644 index 0000000..8cc75ba --- /dev/null +++ b/mtk/libmtk_symbols/mtk_gui.cpp @@ -0,0 +1,9 @@ +#include <stdint.h> + +extern "C" { + void _ZN7android14SurfaceControl8setLayerEj(uint32_t); + + void _ZN7android14SurfaceControl8setLayerEi(int32_t layer){ + _ZN7android14SurfaceControl8setLayerEj(static_cast<uint32_t>(layer)); + } +}
\ No newline at end of file |
