blob: afcea46e88060dbe56b236922894fd83c1258e08 [file] [log] [blame]
Alex Vakulenkoe4eec202017-01-27 14:41:04 -08001#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.
7const char* dvr_product_revision_file_path();
8
9#endif // ANDROID_DVR_LIBDVRCOMMON_REVISION_PATH_H_