diff options
Diffstat (limited to 'base/base_paths.h')
-rw-r--r-- | base/base_paths.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/base/base_paths.h b/base/base_paths.h index 3c3c8ed..f724c3f 100644 --- a/base/base_paths.h +++ b/base/base_paths.h @@ -40,6 +40,9 @@ enum { // This is $XDG_CACHE_HOME on Linux and // ~/Library/Caches on Mac. #endif +#if defined(OS_ANDROID) + DIR_ANDROID_APP_DATA, // Directory where to put android app's data. +#endif PATH_END }; |