Skip to content

Commit 61d07b7

Browse files
committed
1 parent 2949efb commit 61d07b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/platform_utils.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ static inline bool PlatformUtilsSetEnv(const char* /* name */, const char* /* va
302302
// Intended to be only used as a fallback on Android, with a more open, "native" technique used in most cases
303303
static inline bool PlatformGetGlobalRuntimeFileName(uint16_t major_version, std::string& file_name) {
304304
// Prefix for the runtime JSON file name
305-
static const char* rt_dir_prefixes[] = {"/oem", "/vendor"};
305+
static const char* rt_dir_prefixes[] = {"/oem", "/vendor", "/system"};
306306
static const std::string rt_filename = "/active_runtime.json";
307307
static const std::string subdir = "/etc/openxr/";
308308
for (const auto prefix : rt_dir_prefixes) {

0 commit comments

Comments
 (0)