diff options
Diffstat (limited to 'libartbase/base/file_utils.h')
-rw-r--r-- | libartbase/base/file_utils.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libartbase/base/file_utils.h b/libartbase/base/file_utils.h index 2115e954f8..7e97ab0b9e 100644 --- a/libartbase/base/file_utils.h +++ b/libartbase/base/file_utils.h @@ -54,6 +54,9 @@ std::string GetAndroidRuntimeRoot(); // Find $ANDROID_RUNTIME_ROOT, /apex/com.android.runtime, or return an empty string. std::string GetAndroidRuntimeRootSafe(/*out*/ std::string* error_msg); +// Return the path to the directory containing the Android Runtime binaries. +std::string GetAndroidRuntimeBinDir(); + // Find $ANDROID_DATA, /data, or abort. std::string GetAndroidData(); // Find $ANDROID_DATA, /data, or return an empty string. |