diff --git a/standalone/android/start.c b/standalone/android/start.c index fe8a2e1af7..d49a086c71 100644 --- a/standalone/android/start.c +++ b/standalone/android/start.c @@ -39,6 +39,7 @@ main () { } if (stat("lib/lib.busybox.so", &st_buf) != 0) { + /* TODO my lib dir should be in LD_LIBRARY_PATH; check that */ fprintf(stderr, "Falling back to hardcoded app location; cannot find expected files in %s\n", buf); if (chdir("/data/data/ga.androidterm") != 0) { perror("chdir");