You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
libandroid: remove android_set_abort_message, it belongs in libc.so
This commit is contained in:
@@ -1,6 +0,0 @@
|
|||||||
#include <stdio.h>
|
|
||||||
|
|
||||||
void android_set_abort_message(const char* msg) {
|
|
||||||
printf("android_set_abort_message called: '%s'\n", msg);
|
|
||||||
// exit(1);
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user