blob: afcea46e88060dbe56b236922894fd83c1258e08 [file] [log] [blame]
#ifndef ANDROID_DVR_LIBDVRCOMMON_REVISION_PATH_H_
#define ANDROID_DVR_LIBDVRCOMMON_REVISION_PATH_H_
// Returns the revision file path.
// This exists in a separate file so that it can be replaced for
// testing.
const char* dvr_product_revision_file_path();
#endif // ANDROID_DVR_LIBDVRCOMMON_REVISION_PATH_H_