Index: runtime/bin/platform_android.cc |
diff --git a/runtime/bin/platform_android.cc b/runtime/bin/platform_android.cc |
index f713c9aab0df6f7b62fc3bfb31d1047fe776dcd8..3d1a7640b6d570d12d063eec1491efd3eb2634f5 100644 |
--- a/runtime/bin/platform_android.cc |
+++ b/runtime/bin/platform_android.cc |
@@ -81,7 +81,7 @@ char** Platform::Environment(intptr_t* count) { |
const char* Platform::ResolveExecutablePath() { |
- return File::LinkTarget("/proc/self/exe"); |
+ return NULL; |
} |