7 lines
114 B
C
7 lines
114 B
C
// +build android
|
|
|
|
#include "_cgo_export.h"
|
|
|
|
void android_main(struct android_app *app) {
|
|
androidMain(app);
|
|
}
|