Alex Vakulenko | e4eec20 | 2017-01-27 14:41:04 -0800 | [diff] [blame^] | 1 | #ifndef ANDROID_DVR_LIBDVRCOMMON_REVISION_PATH_H_ |
2 | #define ANDROID_DVR_LIBDVRCOMMON_REVISION_PATH_H_ | ||||
3 | |||||
4 | // Returns the revision file path. | ||||
5 | // This exists in a separate file so that it can be replaced for | ||||
6 | // testing. | ||||
7 | const char* dvr_product_revision_file_path(); | ||||
8 | |||||
9 | #endif // ANDROID_DVR_LIBDVRCOMMON_REVISION_PATH_H_ |