Index: runtime/bin/platform_android.cc |
diff --git a/runtime/bin/platform_android.cc b/runtime/bin/platform_android.cc |
index 2ea90778ce2388dbb5ee5e4f18347c5475312aca..770c27f05eb4c05963c0d657db5ff97533de6330 100644 |
--- a/runtime/bin/platform_android.cc |
+++ b/runtime/bin/platform_android.cc |
@@ -115,7 +115,7 @@ const char* Platform::GetExecutableName() { |
} |
const char* Platform::ResolveExecutablePath() { |
- return NULL; |
+ return File::ReadLink("/proc/self/exe"); |
} |
void Platform::Exit(int exit_code) { |